Basic Types
dendron.basic_types.NodeType
Bases: Enum
Enum containing the types of nodes allowed in the behavior tree framework. Some of these are experimental.
Source code in src/dendron/basic_types.py
dendron.basic_types.NodeStatus
Bases: Enum
Enum containing the allowable return values from node tick
functions.
Source code in src/dendron/basic_types.py
dendron.basic_types.Quantization
Bases: Enum
Enum representing currently allowable quantization levels for
neural models. TwoBit
is currently aspirational.