An open API service indexing awesome lists of open source software.

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

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
```