openai / gym-http-api

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

Go client #33

Closed unixpickle closed 7 years ago

unixpickle commented 7 years ago

When building this, I tried to mimic the Python client's API as closely as possible. However, some method names are simpler in the Go version (in alignment with Go idiom). Also, the Go client obviously has to pay more attention to type information than the Python client.

catherio commented 7 years ago

Thanks for the contribution!