We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
gymnasium_robotics.envs.maps
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
gymnasium_robotics==1.2.3
pip
Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:However, the corresponding Gymnasium environment is not registered.
Error message:
Code example
System Info
Gymnasium:
gymnasium_robotics==1.2.3
installed throughpip
System:
Ubuntu 20.04
Checklist
The text was updated successfully, but these errors were encountered: