concepts.dm.crow.controller.CrowController#
- class CrowController[source]#
Bases:
object
A controller is a class that defines a primitive action in the environment.
Methods
Attributes
The name of the controller.
The arguments of the controller.
The effect body of the controller.
- __init__(name, arguments, effect_body=None)[source]#
- Parameters:
name (str)
effect_body (CrowBehaviorOrderingSuite | None)
- __new__(**kwargs)#
- property argument_types: Tuple[ObjectType | ValueType, ...]#
- effect_body: CrowBehaviorOrderingSuite | None#
The effect body of the controller.