| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 23:39:10 GMT
X-Served-By: cache-dfw-kdal2120038-DFW, cache-bom-vanm7210033-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768693151.570176,VS0,VE375
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
gym-http-api: REST client to the gym-http-api project
[Skip to Readme]
gym-http-api: REST client to the gym-http-api project
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]
Downloads
- gym-http-api-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 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 |
| Uploaded | by stites at 2018-06-12T18:15:18Z |
| 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) |
| Distributions | |
| Executables | example |
| Downloads | 1723 total (10 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2018-06-12 [all 1 reports] |
Readme for gym-http-api-0.1.0.1
[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.