Update for gym==0.17.2 and scikit-image==0.17.2#4
Update for gym==0.17.2 and scikit-image==0.17.2#4tkukurin wants to merge 3 commits intotkipf:masterfrom
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