We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c5e589 + 2686388 commit 055be6aCopy full SHA for 055be6a
gymnasium_robotics/__init__.py
@@ -1111,6 +1111,18 @@ def _merge(a, b):
1111
max_episode_steps=300,
1112
)
1113
1114
+ register(
1115
+ id=f"PointMaze_Open_Diverse_GR{suffix}-v3",
1116
+ entry_point="gymnasium_robotics.envs.maze.point_maze:PointMazeEnv",
1117
+ kwargs=_merge(
1118
+ {
1119
+ "maze_map": maps.OPEN_DIVERSE_GR,
1120
+ },
1121
+ kwargs,
1122
+ ),
1123
+ max_episode_steps=300,
1124
+ )
1125
+
1126
register(
1127
id=f"PointMaze_Medium{suffix}-v3",
1128
entry_point="gymnasium_robotics.envs.maze.point_maze:PointMazeEnv",
0 commit comments