openai / gym-http-api

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

Fix tests, add TravisCI #53

Closed stites closed 7 years ago

stites commented 7 years ago

The first thing to do in working towards a more distributed maintainership (#52) is adding CI. @catherio, you'll have to activate TravisCI and add a valid OPENAI_GYM_API_KEY environment variable to get this started. Here's this branch's build: https://travis-ci.org/stites/gym-http-api/builds/235817351. This also adds a build status badge to the readme.

stites commented 7 years ago

Amazing -- I somehow missed that travis is already running. Nevermind then!