cwstedctw / openai-gym-docker

A Docker for OpenAI Gym that can render on Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Open AI Gym docker that can render on Windows

This image starts from the jupyter/tensorflow-notebook, and has box2d-py and atari_py installed. Therefore, many environments can be played.

It is used in this Medium article: How to Render OpenAI-Gym on Windows. But in general, it works on Linux, MacOS, etc as well.

Prerequisite

Description

Command to build the image

$ docker build -t <openai_gym_docker>:<v1.0> .

About

A Docker for OpenAI Gym that can render on Windows

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%Language:Dockerfile 0.0%