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.
Build the image
docker build -t openai_gym_docker:v1.0 .
Create and run the instance of the container
Get the Network InterfaceAlias name using the below command
netsh interface ipv4 show interface
Customize the number of CPUs and Memory in the below command according to your system specifications. Also update Network InterfaceAlias from previous command