ethicalgardeners.gridworld.CellType¶
- class ethicalgardeners.gridworld.CellType(*values)[source]¶
Bases:
EnumEnum representing the possible types of cells in the grid world.
- GROUND¶
A normal cell where agents can walk, plant and harvest flowers.
- OBSTACLE¶
An impassable cell that agents cannot traverse or interact with.
- __init__(*args, **kwds)¶
Attributes