You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a solution.
'gym/envs/registration.py' doesn't have 'max_episode_seconds' attibute.
Delete 'max_episode_seconds' from 'random_robots.py' works for me.
Maybe this code doesn't pre-checked before upload.
it said
AttributeError: 'EnvSpec' object has no attribute 'max_episode_seconds'
in /EPG/epg/envs/random_robots.py", line 130, in meta_reset
max_episode_seconds=spec.max_episode_seconds
It may be my gym version is not the same as yours.
my gym is gym-0.14.0
The text was updated successfully, but these errors were encountered: