Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace rllab.envs.Env with gym.Env #85

Closed
ryanjulian opened this issue May 23, 2018 · 1 comment
Closed

Replace rllab.envs.Env with gym.Env #85

ryanjulian opened this issue May 23, 2018 · 1 comment
Assignees
Labels
big big multi-feature projects refactor

Comments

@ryanjulian
Copy link
Owner

The community has settled on gym.Env as a de-facto standard environment interface. There's no reason to keep our own around.

The scope of this change is to remove the rllab.envs.Env base interface, and refactor implementing classes to instead implement gym.Env. Note that this explicitly does not mean that we are adopting the physics engine, registration system, benchmarks, etc of OpenAI Gym--just the gym.Env abstract interface.

@ryanjulian
Copy link
Owner Author

See rlworkgroup/garage#12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
big big multi-feature projects refactor
Projects
None yet
Development

No branches or pull requests

2 participants