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.
- Dockerfile: Dockerfile to build the OpenAI Gym image
- example: Some example notebooks for testing
- example/env_render.ipynb: Test Gym environments rendering
- example/18_reinforcement_learning.ipynb: This is a copy from Chapter 18 in Géron, Aurélien's book: Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow. Source code is here in GitHub.
$ docker build -t <openai_gym_docker>:<v1.0> .