Skip to content

fmorenovr/DRDQ-Atari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep reinforcement Learning for Atari

In this work, we try to improve the CNN worked with DQN proposed by Deep Mind.

This work is based on gsurma example.
We add DRQN and GE Heuristics.

We Also use OpenAI Gym

We Implement Deep Recurrent double Q-Learning for Atari.

Install:

  sudo apt-get install -y python-numpy python-dev cmake zlib1g-dev libjpeg-dev xvfb ffmpeg xorg-dev python-opengl libboost-all-dev libsdl2-dev swig
  !pip install pyvirtualdisplay
  !pip install piglet
  !pip install gym
  !pip install "gym[atari]"

About

Performing Deep Recurrent Double Q-Learning for Atari Games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages