ethicalgardeners.constants.FEATURES_PER_CELL¶
- ethicalgardeners.constants.FEATURES_PER_CELL = 7¶
Number of features per cell in the grid.
This constant defines the number of features that each cell in the grid contains. It is used in the observation strategies to determine the shape of the observation space. Each cell’s features include:
Cell type (normalized)
Pollution level (normalized)
Flower presence and type (normalized)
Flower growth stage (normalized)
Agent presence (normalized)
Agent X position (normalized)
Agent Y position (normalized)