A Deep Q Network that implements an approximate q-learning algorithm with experience replay and target networks.
Developed on TensorFlow using OpenAI Gym for the Atari environment, as part of the Practical Reinforcement Learning course on Coursera.
DeepMind's Papers: 1, 2, 3 | Certificate