condition#
- class besser.agent.core.transition.condition.Condition(function)[source]#
Bases:
object
The condition class.
A condition embeds a boolean function. An agent can define transitions from one state to another based on the fulfillment of a condition.