Environment Profile

AntMaze_Open_Diverse_GDense-v3

Uploaded by user_2VC4O8XuLsqSIulMO5QL8wE0VKa

Observations
Dict('achieved_goal': Box(-inf, inf, (2,), float64), 'desired_goal': Box(-inf, inf, (2,), float64), 'observation': Box(-inf, inf, (27,), float64))
Actions
Box(-1.0, 1.0, (8,), float32)

Env Specs

EnvSpec(id='AntMaze_Open_Diverse_GDense-v3', entry_point='gymnasium_robotics.envs.maze.ant_maze:AntMazeEnv', reward_threshold=None, nondeterministic=False, max_episode_steps=700, order_enforce=True, autoreset=False, disable_env_checker=False, apply_api_compatibility=False, kwargs={'maze_map': [[1, 1, 1, 1, 1, 1, 1], [1, 'r', 'g', 'g', 'g', 'g', 1], [1, 'g', 'g', 'g', 'g', 'g', 1], [1, 'g', 'g', 'g', 'g', 'g', 1], [1, 1, 1, 1, 1, 1, 1]], 'reward_type': 'dense', 'render_mode': 'rgb_array'}, namespace=None, name='AntMaze_Open_Diverse_GDense', version=3, additional_wrappers=(), vector_entry_point=None)