-
Notifications
You must be signed in to change notification settings - Fork 67
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
Update for gym==0.17.2 and scikit-image==0.17.2 #4
base: master
Are you sure you want to change the base?
Conversation
max_episode_steps raises if info is None [1]. skimage import fix. [1] https://github.com/openai/gym/blob/master/gym/wrappers/time_limit.py#L19
Thanks for the PR. Does the |
Sorry, it completely slipped my mind I'm running an environment with latest versions installed (
Basically this PR would update |
Thanks for the explanation! I'll leave this PR open in case someone would want to use the code base with more recent versions of |
gym==0.17.2
and scikit-image==0.17.2
gym==0.17.2
and scikit-image==0.17.2
Makes sense :) |
Great, thanks! |
max_episode_steps raises if info is None [1]. skimage import fix.
[1] https://github.com/openai/gym/blob/master/gym/wrappers/time_limit.py#L19