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
Trying to run code with import gym import ppaquette_gym_doom
and I'm getting back this error.
File "anaconda3/lib/python3.6/site-packages/ppaquette_gym_doom/__init__.py", line 2, in <module>
from gym.scoreboard.registration import add_task, add_group
ModuleNotFoundError: No module named 'gym.scoreboard'
Can you fix to reflect the changes made with open ai's gym?
The scoreboard website was depricated, so I doubt reverting a previous gym version would fix this problem.
Any way I can fix this quickly without going to a previous version of Open AI gym?
The text was updated successfully, but these errors were encountered:
Trying to run code with
import gym import ppaquette_gym_doom
and I'm getting back this error.
Can you fix to reflect the changes made with open ai's gym?
The scoreboard website was depricated, so I doubt reverting a previous gym version would fix this problem.
Any way I can fix this quickly without going to a previous version of Open AI gym?
The text was updated successfully, but these errors were encountered: