Skip to content

Task Planning

State Machines

Sequential task execution with state transitions.

Behavior Trees

Hierarchical task composition:

  • Sequence: Execute children in order
  • Selector: Try children until one succeeds
  • Parallel: Execute all children simultaneously

LLM-Based Planning

Use language models for high-level task decomposition.


← Back to Index