PDDL: Planning Domain Definition Language—a standard encoding for planning problems using predicates, actions, preconditions, and effects
Action Graph: A directed graph where nodes are parameterized actions and edges represent logical dependencies (e.g., action A produces an effect required by action B)
Grounding: The process of mapping symbolic representations (like 'apple') to specific, actionable objects in the simulator or real world
Hallucination: When an LLM generates plausible-sounding but factually incorrect information, such as inventing objects that don't exist in the scene
Heterogeneous Multi-Robot Systems: Teams of robots where different members have different physical capabilities (e.g., one can fly, one can manipulate objects)
TCR: Task Completion Rate—percentage of tasks where all ground-truth goal conditions are satisfied
GCR: Goal Condition Recall—proportion of goal conditions achieved, averaged across tasks
ER: Executability Rate—percentage of planned actions that successfully execute in the simulator
DFS: Depth-First Search—an algorithm for traversing or searching tree or graph data structures