Related terms
The planning process of breaking a high-level goal into smaller, manageable subgoals or tasks that can be executed sequentially, in parallel, or hierarchically to achieve the overall objective.
Task PlanningThe process where an AI agent formulates an ordered sequence of actions or subtasks to achieve a given goal.
Hierarchical PlanningA planning approach in which a complex goal is recursively decomposed into smaller subgoals and tasks, allowing an AI system to create and execute plans at multiple levels of abstraction.
Plan ExecutionThe process of carrying out the actions and steps defined by an AI agent's plan to achieve a specified goal.
Sequential PlanningA planning approach where tasks and actions are ordered and executed in a strict, step-by-step sequence.