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

[Bug Report] PointMaze_Open_DiverseGR not registered #194

Closed
1 task done
dtch1997 opened this issue Dec 11, 2023 · 0 comments · Fixed by #195
Closed
1 task done

[Bug Report] PointMaze_Open_DiverseGR not registered #194

dtch1997 opened this issue Dec 11, 2023 · 0 comments · Fixed by #195

Comments

@dtch1997
Copy link
Contributor

dtch1997 commented Dec 11, 2023

If you are submitting a bug report, please fill in the following details and use the tag [bug].

Describe the bug
In gymnasium_robotics.envs.maps there is a map defined:

OPEN_DIVERSE_GR = [
    [1, 1, 1, 1, 1, 1, 1],
    [1, C, C, C, C, C, 1],
    [1, C, C, C, C, C, 1],
    [1, C, C, C, C, C, 1],
    [1, 1, 1, 1, 1, 1, 1],
]

However, the corresponding Gymnasium environment is not registered.

Error message:

gymnasium.error.NameNotFound: Environment `PointMaze_Open_Diverse_GR` doesn't exist. Did you mean: `PointMaze_Open_Diverse_G`?

Code example

import gymnasium as gym

env = gym.make('PointMaze_Open_Diverse_GR') # throws error

System Info
Gymnasium: gymnasium_robotics==1.2.3 installed through pip
System: Ubuntu 20.04

Checklist

  • I have checked that there is no similar issue in the repo (required)
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

Successfully merging a pull request may close this issue.

1 participant