Expand description
Strongly-typed identifiers and the Coord type alias.
Structs§
- FieldId
- Identifies a field within a simulation world.
- Parameter
Key - Key for a global simulation parameter (e.g., learning rate, reward scale).
- Parameter
Version - Tracks the version of global simulation parameters.
- SpaceId
- Identifies a space (spatial topology) within a simulation world.
- Space
Instance Id - Unique per-instance identifier for a
Spaceobject. - TickId
- Monotonically increasing tick counter.
- World
Generation Id - Tracks arena generation for snapshot identity.
Type Aliases§
- Coord
- A coordinate in simulation space.