ThreeRooms#
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")