Bases: AttentionSystemProtocol
-
reset() → None[source]
Nothing to reset.
- Return type:
None
-
state_dict() → Mapping[str, Any][source]
- Return type:
Mapping[str, Any]
-
step(goals: Sequence[Goal], regions: Sequence[AttentionRegion]) → list[Goal][source]