Description
REST client to the gym-http-api project.
Description
This library provides a REST client to the gym open-source library. gym-http-api itself provides a python-based REST server to the gym open-source library, allowing development in languages other than python.
Note that the openai/gym-http-api is a monorepo of all language-clients. This hackage library tracks stites/gym-http-api which is the actively-maintained haskell fork.
README.md
Haskell Binding for the OpenAI gym open-source library
To run the example agent:
stack build && stack exec example
This library provides a servant-based REST client to the gym open-source library. openai/gym-http-api itself provides a python-based REST server to the gym open-source library, allowing development in languages other than python.