NullEnvironmentAdapter class
A no-op EnvironmentAdapter that never yields new observations.
Useful when the agent operates purely from its initial goal + memory.
- Implemented types
Constructors
- NullEnvironmentAdapter()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → Future< void> -
Optional cleanup hook called when the loop terminates.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
poll(
) → Future< List< AgentObservation> > -
Returns the most recent observations since the last call.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited