This is an implementation of the Deep Q-Network published in DeepMind's Mnih et al. 2015 paper. It is intended to learn to play to the CartPole-v0 game of OpenAI gym.
You will need TensorFlow, Keras and gym to run the code. To install all the required library simply go in the Deep_Q_Network directory and type in a terminal:
pip install -r requirements.txt
To run the code go in the Deep_Q_Network directory and type in a terminal:
python q_learning.py