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
Traceback (most recent call last):
File "super_mario_1.py", line 7, in
import ppaquette_gym_doom
File "/usr/local/lib/python3.5/dist-packages/ppaquette_gym_doom/init.py", line 2, in
from gym.scoreboard.registration import add_task, add_group
ImportError: No module named 'gym.scoreboard.registration'
The text was updated successfully, but these errors were encountered:
I have raised this issue in gym repo, they said the website for scoreboard was deprecated and hence the file was removed as the backened did not exist. I have opened this issue here to use an older version of gym or some workarounds.
However for the moment as non elegant workaround you can download the code from internet, just google
Traceback (most recent call last):
File "super_mario_1.py", line 7, in
import ppaquette_gym_doom
File "/usr/local/lib/python3.5/dist-packages/ppaquette_gym_doom/init.py", line 2, in
from gym.scoreboard.registration import add_task, add_group
ImportError: No module named 'gym.scoreboard.registration'
The text was updated successfully, but these errors were encountered: