concepts.dm.crow.behavior.CrowBehaviorApplier#
- class CrowBehaviorApplier[source]#
Bases:
object
Methods
Attributes
- __init__(behavior, arguments)[source]#
- Parameters:
behavior (CrowBehavior)
arguments (Sequence[str | TensorValue])
- __new__(**kwargs)#
- arguments: Tuple[str | TensorValue, ...]#
The arguments of the controller application.
- behavior: CrowBehavior#
The behavior to be applied.