RobotWorld#
RobotWorld is a TiledWorld subclass that hosts the robot simulation.
It reads its dimensions, background color, pre-placed objects, and allowed robot
abilities from a WorldConfig dataclass.
Use load_world(...) or task(...) to create a pre-configured instance rather
than constructing RobotWorld directly.
Key methods#
Method |
Description |
|---|---|
|
Return |
|
Return |
|
Place a robot world object (e.g. |
|
|