https://github.com/pjarbas/rlgames
Deep Reinforcement Learning in retro games
https://github.com/pjarbas/rlgames
Last synced: over 1 year ago
JSON representation
Deep Reinforcement Learning in retro games
- Host: GitHub
- URL: https://github.com/pjarbas/rlgames
- Owner: PJarbas
- License: mit
- Created: 2024-01-17T15:21:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T16:27:50.000Z (over 2 years ago)
- Last Synced: 2025-01-21T05:28:08.174Z (over 1 year ago)
- Language: Python
- Size: 1.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RLgames
Deep Reinforcement Learning in retro games
* install RL ray lib
```bash
pip install -U "ray[data,train,tune,serve,rllib]"
```
* Run this code to load the ROM
```bash
python3 -m retro.import .
```
* Run the main.py
```bash
python main.py
```