fmorenovr / DRDQ-Atari

Performing Deep Recurrent Double Q-Learning for Atari Games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%