Open dillon-co opened 6 years ago
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..
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?