liamb315 / dqn-1

DQN code and container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DQN

DeepMind's DQN code for experimentation and extension.

Orignal code

Running the Code

Docker

The code is setup for a Linux environment, in order to create this with minimal effort, Docker is used to create the appropriate environment.

Instructions

  • Start docker
$ boot2docker start
$ eval "$(boot2docker shellinit)" 
  • Setup the DQN environment
$ cd dqn
$ docker run -it -v $(pwd):/DeepMind rsepassi/dqn bash
  • Train the network (for instance, Breakout)
# cd DeepMind
# ./run_cpu breakout
  • To finish
# exit
$ boot2docker stop

About

DQN code and container


Languages

Language:Lua 85.0%Language:Shell 12.6%Language:HTML 2.4%