openai / gym-http-api

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

set environment for execution in shell #43

Closed stites closed 7 years ago

stites commented 7 years ago

For this to work, it would require deleting and checking in a new executable gym_http_server.py -- which I'm peevish to do because it would mess with the git history. I think this should be enough since running the server as a CLI tool would still require fiddling with system environments (adding the repo to PATH, etc).

This has no impact on the usual python gym_http_server, is tested on zsh and bash, and seems to be pyenv-virtualenv friendly.

catherio commented 7 years ago

Thanks!