Skip to content

Commit

Permalink
Register PointMaze_Open_Diverse_GR
Browse files Browse the repository at this point in the history
  • Loading branch information
dtch1997 committed Dec 11, 2023
1 parent f2754e1 commit 2686388
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gymnasium_robotics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,18 @@ def _merge(a, b):
max_episode_steps=300,
)

register(
id=f"PointMaze_Open_Diverse_GR{suffix}-v3",
entry_point="gymnasium_robotics.envs.maze.point_maze:PointMazeEnv",
kwargs=_merge(
{
"maze_map": maps.OPEN_DIVERSE_GR,
},
kwargs,
),
max_episode_steps=300,
)

register(
id=f"PointMaze_Medium{suffix}-v3",
entry_point="gymnasium_robotics.envs.maze.point_maze:PointMazeEnv",
Expand Down

0 comments on commit 2686388

Please sign in to comment.