ThreeRooms#

ThreeRooms

Action Space

Discrete(3)

Observation Space

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

Reward Range

(-inf, inf)

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 a RGB image of what the agents sees.

Rewards:#

None

Arguments#

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