MIT licensed by Daniel Lucsanszky, Sam Stites
This version can be pinned in stack with:gym-http-api-0.1.0.1@sha256:1e3fbd976d73245ee5651e4b2651b1052ad4dadd6192cf3f0d270016ac7e6930,2139

Module documentation for 0.1.0.1

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.

Changes

Version 0.1.0.0

tag v0.1.0.0

  • Initial release. API contains basic environments and Aeson-based functions.