gym-http-api: REST client to the gym-http-api project

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0, 0.1.0.1
Change log CHANGELOG.md
Dependencies aeson (>=1.0), base (>=4.7 && <5), exceptions (>=0.8), gym-http-api, http-client (>=0.5), servant (>=0.9), servant-client (>=0.9), servant-lucid (>=0.7), text (>=1.2), unordered-containers (>=0.2) [details]
License MIT
Author Daniel Lucsanszky, Sam Stites
Maintainer dl3913@ic.ac.uk, sam@stites.io
Category Web, Learning Environments
Home page https://github.com/stites/gym-http-api#readme
Bug tracker https://github.com/stites/gym-http-api/issues
Source repo head: git clone https://github.com/stites/gym-http-api(binding-hs)
Uploaded by stites at 2017-12-04T23:23:25Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for gym-http-api-0.1.0.0

[back to package description]

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.