openai / gym-http-api

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

Swift Client #35

Closed andrewschreiber closed 7 years ago

andrewschreiber commented 7 years ago

Implements a Swift wrapper for the Gym HTTP API and an example playground. Inspired largely by the Python and Go wrappers. No external dependencies.

Written to work on iOS, MacOS, and server-side Swift. Tested on MacOS 10.12 and successfully uploaded benchmark results to OpenAI servers!

catherio commented 7 years ago

Thanks for the contribution!