Skip to content

docker image for reinforcement learning including Open AI roboschool

Notifications You must be signed in to change notification settings

ikeyasu/docker-reinforcement-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-reinforcement-learning

This is GPU powered Docker image for reinforcement-learning environment with HTML5 VNC Viewer. This image is installed ...

  • Open AI roboschool
  • Chainer
  • ChainerRL
  • Keras
  • Keras-RL
  • Tensorflow
  • X11VNC
  • NoVNC
  • And other dependencies.

Prerequirement:

This image is largely inspired by the following repository.

https://github.com/uchibe/ai-bs-summer17

This image is based on ikeyasu/opengl:cuda8.0-cudnn5-devel-ubuntu16.04. [ikeyasu/opengl] is based on thewtex/opengl.

Quickstart

If you have nvidia GPU

$ docker pull ikeyasu/reinforcement-learning
$ docker run --runtime=nvidia -it -p 6080:6080 ikeyasu/reinforcement-learning:latest

Please open http://localhost:6080 or http://(host ip address):6080 on browser.

screen on startup

Please type the following command on vnc screen.

$ python3 $ROBOSCHOOL_PATH/agent_zoo/demo_race2.py

screen running demo2.py

About

docker image for reinforcement learning including Open AI roboschool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published