@hackage / gym-http-api

REST client to the gym-http-api project

Latest0.1.0.1

About

Metadata

  • Last updated , by stites
  • License MIT
  • Categories Web Development
  • Maintained by: dl3913@ic.ac.uk, sam@stites.io

  • Lottery factor: 0

Links

Installation

Readme

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.