Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 564 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 564 Bytes

Reinforcement Learning Algorithms

This repository contains implementations of reinforcement learning algorithms, used to build agents that can play Atari games.

Algorithms: Q-learning variants

  1. Linear Q-learning
  2. Linear Q-Learning with experience replay
  3. Deep Q-learning
  4. Double Deep Q-learning

Video of DDQN agent playing Space Invaders.

DDQN agent