We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This code suggests that we could have one class (like our ToyboxBaseEnv) that allows us to register any game by name, https://github.com/openai/gym/blob/master/gym/envs/registration.py
gym.make("toybox", game="breakout")
This would allow seamless interop with newer, unpublished ctoybox backends with only-locally-implemented games.
The text was updated successfully, but these errors were encountered:
ALL has a generic class: https://github.com/cpnota/autonomous-learning-library/blob/01836e06cceccb7e9da188272e0ec3aa64970956/all/environments/gym.py#L10
Sorry, something went wrong.
etosch
No branches or pull requests
This code suggests that we could have one class (like our ToyboxBaseEnv) that allows us to register any game by name, https://github.com/openai/gym/blob/master/gym/envs/registration.py
This would allow seamless interop with newer, unpublished ctoybox backends with only-locally-implemented games.
The text was updated successfully, but these errors were encountered: