Skip to content

Atari Game playing agents which use Q-Learning Algorithms

Notifications You must be signed in to change notification settings

ramakumar1729/Q-Learning-pytorch

Repository files navigation

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

About

Atari Game playing agents which use Q-Learning Algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages