Tensorflow implementation of Human-level Control through Deep Reinforcement Learning
This implementation contains:
- Deep Q-network and Q-learning
- Experience replay memory
- to reduce the correlations between consecutive updates
- Network for Q-learning targets are fixed for intervals
- to reduce the correlations between target and predicted Q-values
Agent attention from my MPhil project on deep reinforcement learning!

How the agent learnt to focus through time!

- OpenAI gym
- Tensorflow
- Numpy
- Collections
and all of their dependencies.