Provides a HTTP API for OpenAI Gym
Find a file
2019-06-05 21:56:01 -04:00
.gitignore Initial Commit 2019-06-05 21:56:01 -04:00
gymclient.py Initial Commit 2019-06-05 21:56:01 -04:00
gymserver.py Initial Commit 2019-06-05 21:56:01 -04:00
README.md Initial Commit 2019-06-05 21:56:01 -04:00

HTTP interface for OpenAI Gym

This library adds a HTTP interface for the OpenAI Gym Project. Hopefully you will be able to use it in your reinforcement learning projects without noticing!

Why would I want to do this? If you want to decouple the processing of the environment from the training of your models this might be beneficial.