This repo implements Deep Q-learning from DQN (Mnih et al.).
The repository has been forked and inspired by https://github.com/danielegrattarola/deep-q-atari
Setup your virtual environment of choice.
Install the following dependencies:
- keras
- gym
- gym[atari]
- tensorflow
- numpy
Train the neural network:
python atari.py --train
for help use:
python atari.py -h