gym-doom
gym-doom copied to clipboard
No module named 'gym.scoreboard'
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?
You should be able to get around this by editing that file and commenting out the references to scoreboard.
So basically comment out the line:
from gym.scoreboard.registration import add_task, add_group
and then any call to add_task / add-group
This repo is not being maintained..