openai / gym-http-api

API to access OpenAI Gym from other languages via HTTP
MIT License
292 stars 143 forks source link

server: add EnvSpec endpoint #66

Closed KiaraGrouwstra closed 1 year ago

KiaraGrouwstra commented 6 years ago

I noticed the http endpoints had covered quite some ground, but were still missing an endpoint to expose the EnvSpec metadata describing the environments. This was my attempt to add that.