-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Pin gym version in Python 2 tests. #3973
Conversation
E.g.,
|
We should actually not pin it right? Otherwise, gym will break us without us noticing. |
Test PASSed. |
@ericl Gym already broke rllib, which is why I submitted this PR. I was going to pin it until the issue is fixed in gym, since I don't think we can work around it. It's just a syntax error in gym. I can submit a patch upstream, but we still need to wait for gym to do a new release. |
See openai/gym#1312. |
Ah, makes sense as a temporary workaround. Looks like gym broke python2
compatibility by accident.
…On Wed, Feb 6, 2019, 11:12 PM Robert Nishihara ***@***.***> wrote:
openai/gym#1312 <openai/gym#1312>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3973 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAA6So5ia4ax6QYxSa0kqzlQD2PcGdinks5vK9HbgaJpZM4amaUp>
.
|
Looks like gym just released a new version that broke our tests in Python 2. https://pypi.org/project/gym/0.11.0/#history