docker image for reinforcement learning env
1.3K
This is GPU powered Docker image for reinforcement-learning environment with HTML5 VNC Viewer. This image is installed ...
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.
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.

Please type the following command on vnc screen.
$ python3 $ROBOSCHOOL_PATH/agent_zoo/demo_race2.py

Content type
Image
Digest
Size
3.7 GB
Last updated
over 7 years ago
docker pull ikeyasu/reinforcement-learning