MIT licensed by Daniel Lucsanszky, Sam Stites
This version can be pinned in stack with:gym-http-api-0.1.0.0@sha256:44f7796cda28c2fd9ed5398782f7f876fb9a9c1214ec998fd2268a976941e630,2111

Module documentation for 0.1.0.0

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.