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

https://github.com/jeffasante/chrome-dino-rl

Deep Q-Learning Network in pytorch.
https://github.com/jeffasante/chrome-dino-rl

chrome-dinosaur-game dqn-pytorch reinforcement-learning reinforcement-learning-environments

Last synced: 7 months ago
JSON representation

Deep Q-Learning Network in pytorch.

Awesome Lists containing this project

README

          

# chrome-dino-RL
Deep Q-Learning Network in pytorch.

# Usage
To train model:
```
$ python .\main.py
```

For inference:
```
$ python .\inference.py
```