deep-q-learning
Tensorflow implementation of the deep Q-learning based on the DeepMind Nature paper in 2015 using OpenAI Gym as the environment. Environments and various hyper parameters as well as the option to enable Double Q-learning can be set in the configuration file.
config.py
python train.py
to start trainingpython play.py
to load the latest checkpoint and play