gym-http-api
gym-http-api copied to clipboard
API to access OpenAI Gym from other languages via HTTP
Thanks for the nice api. I managed to run `CartPole-v0` using `python example_agent.py` command. Now I need to run `HandManipulateBlock-v0`. But this environment is not available in gym 0.7.4 (specified...
Fixes Issue #62. The `to_jsonable` method expects a list of tuples for Blackjack, not a single tuple. This solution wraps a single tuple in a list.
The function get_action_space_info does not return the action space when the action space contains a Tuple. It will just return `{'name': 'Tuple'}`. Tested on Copy-v0.
hyper 0.9.x depends of openssl by default, and it can failed to compile if openssl dev lib is not installed. As ssl is not used by gym-http server, then remove...
I finally got around to uploading this to hackage, [here](https://hackage.haskell.org/package/gym-http-api-0.1.0.0). Since I use this for work, I'm pointing hackage to my fork. (@Lucsanszky, I've invited you to collaborate via github)....
I ran travis-CI at my forked repos. every python2/3 seem to be broken https://travis-ci.org/ShigekiKarita/gym-http-api
Hello, using ML ver 8.5 (R2015a), the required python packages in requirements.txt (python 2.7), there are errors in few calls: (1) client.env_monitor_start(instance_id, outdir, true); (2) client.env_monitor_close(instance_id); (3) client.upload (see bellow...
I updated the rust client to use [reqwest](https://github.com/seanmonstar/reqwest) instead of directly using hyper, fixed a bug in the way box spaces were being sample, and just all around made the...
On linux systems that are using openssl-1.1, compiling the Rust bindings with the dependency versions in Cargo.toml will fail because the hyper version pulls in an old version of openssl...