Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gym (0.9.3), like in super mario ImportError: No module named 'gym.scoreboard.registration' #23

Open
dialogchat opened this issue Dec 17, 2017 · 1 comment

Comments

@dialogchat
Copy link

import gym
import ppaquette_gym_doom
env = gym.make('ppaquette/DoomBasic-v0')

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'

@ChiragAnilkumar
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants