openai / gym-http-api

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

modified env_reset method so flask calls jsonify... #42

Closed paulhendricks closed 7 years ago

paulhendricks commented 7 years ago

...on a python native type instead of numpy dtype

paulhendricks commented 7 years ago

Fixes issue #40.

@catherio Just pinging you to let you know that the pull request is ready to be reviewed and merged whenever you get a chance 👍

catherio commented 7 years ago

Great, thanks!