ThreeRooms

ThreeRooms

Action Space

Discrete(3)

Observation Space

Box(0, 255, (60, 80, 3), uint8)

Creation

gymnasium.make("MiniWorld-ThreeRooms-v0")

Description

Two small rooms connected to one large room, with five different items placed on the ground: a red box, a green box, a white ball, a key, and a rubber duck.

Action Space

Num

Action

0

turn left

1

turn right

2

move forward

Observation Space

The observation space is an ndarray with shape (obs_height, obs_width, 3) representing an RGB image of what the agents see.

Rewards

None

Arguments

env = gymnasium.make("MiniWorld-ThreeRooms-v0")