https://github.com/snakehacker/rlzoo
https://github.com/snakehacker/rlzoo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snakehacker/rlzoo
- Owner: SnakeHacker
- Created: 2025-06-08T08:29:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-22T14:47:12.000Z (12 months ago)
- Last Synced: 2025-06-22T15:39:55.590Z (12 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RLZoo
# Environment
```
conda create -n rl python=3.9
conda activate rl
pip install -r requirements.txt
```