Skip to content

lforg37/asynqQLearn

Repository files navigation

asynchronous-dql-theano

Description

Theano implementation of one step Q-learning: Asynchronous Methods for Deep Reinforcement Learning

System Requirements

Theano and Arcade-Learning-Environement

Installation

  • Theano: website pip install theano

  • Arcade learning environment :

git clone https://github.com/mgbellemare/Arcade-Learning-Environment
cd Arcade-Learning-Environment
mkdir buid
cd build
cmake -DUSE_SDL=OFF -DUSE_RLGLUE=OFF -DBUILD_EXAMPLES=OFF ..
make
pip install ..

Running

python trainAgent.py breakout.bin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages