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