gym-http-api icon indicating copy to clipboard operation
gym-http-api copied to clipboard

API to access OpenAI Gym from other languages via HTTP

Results 20 gym-http-api issues
Sort by recently updated
recently updated
newest added

I get the following error while running a custom made environment or any predefined environment like CartPole-v0 (I am trying to use the CPP binding, but also I get a...

![1693990221935.jpg](https://github.com/openai/gym-http-api/assets/112785047/7bc68a5b-7aa8-492d-a728-178e6722b467) Can you buy this chicken for $2000

I start the gym_http_server, when I run example_agent.py,I get the error message on server console Server starting at: http://127.0.0.1:5000 * Serving Flask app "gym_http_server" (lazy loading) * Environment: production WARNING:...

Can someone update this project for non-Python coder? For example, support Python3.x, support newer gym version? python gym_http_client.py Traceback (most recent call last): File "gym_http_client.py", line 22, in _parse_server_error_or_raise_for_status j...

Hi. Thanks for making gym available to other languages. I'm currently seeing an error when trying to reset the Blackjack-v0 environment. Here's a reproducible example using curl ```sh # start...

Hello, Currently, the API doesn't seem to be compatible with environments like Doom or ATARI.

Minimal Scala code request ``` private val contentType = ContentTypes.`application/json` //Data Content Type def requestToApi(request: gymApi): HttpResponse = { val url = "http://127.0.0.1" + ":" + 5000 + request.url val...

Hey GUYS, I am trying to render atari game the video game has some issues with the graphics, On classic control are pretty nice I have a problem only with...

After installing all the prerequisites and trying to run the random_agent.cpp in cpp bindings, it threw an Error, saying it cannot convert a certain value to float. Changing from Breakout-v0...