-
Notifications
You must be signed in to change notification settings - Fork 83
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.error.UnregisteredEnv #6
Comments
I seems I have found the solution, you can follow the gym-wiki to register env manually.
Add your environment to the scoreboard in /gym/scoreboard/init.py
It works for me , you can test it by create a python file: test.py
|
Please note that Please also note that based on @Jackiexiao suludion only |
@Jackiexiao's method solve my problem. But it's not very specific and has a few mistakes.
Add your environment to the scoreboard in your
Now we done, you can test by this code
And the |
Cool. Nuance: you can get that path for the
or we can copy to a var first, to use in other commands:
|
thanks all of you very much!!! its working now,the first thing to do to resolve this problem is to degrade you gym to 0.9.3 ,and you could import gym.scoreboard then, and then do as what liuny05 said. |
I tried using an extended version of @Jackiexiao's solution that registers all of the individual stages, found here: Env: https://gist.github.com/messiest/69569e8151d67c346eb609a0666d43b3 However, regardless of which stage I try to make (i.e. Does anyone have any idea what could be causing this? Thanks! |
Hi. gym don't make supermario
gym.error.UnregisteredEnv: No registered env with id: ppaquette/SuperMarioBros-7-2-v0
all version same.
The text was updated successfully, but these errors were encountered: