This repository contains implementations of reinforcement learning algorithms, used to build agents that can play Atari games.
Algorithms: Q-learning variants
- Linear Q-learning
- Linear Q-Learning with experience replay
- Deep Q-learning
- Double Deep Q-learning
Video of DDQN agent playing Space Invaders.