concepts.dm.crow.behavior_utils.execute_behavior_effect_body#
- execute_behavior_effect_body(executor, behavior, state, scope, csp=None, action_index=None)[source]#
Execute a behavior effect with for-loops and conditional statements.
- Parameters:
executor (CrowExecutor)
behavior (CrowBehavior | CrowController)
state (CrowState)
scope (dict)
csp (ConstraintSatisfactionProblem | None)
action_index (int | None)
- Return type: