Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicrie/risk
Risk AI
https://github.com/nicrie/risk
Last synced: 9 days ago
JSON representation
Risk AI
- Host: GitHub
- URL: https://github.com/nicrie/risk
- Owner: nicrie
- Created: 2023-01-02T22:23:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T09:20:54.000Z (about 2 years ago)
- Last Synced: 2024-11-15T03:52:14.907Z (2 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Risk AI
## Installation
Create a `conda` environment:
```
conda env create -f environment.yml
conda activate risk
```## Start a simulation
Just run:
```
python main.py
```