Related terms
The process by which an AI system identifies, prioritizes, and organizes objectives into an actionable plan, determining the sequence of tasks and strategies required to achieve one or more specified goals.
Task PlanningThe process where an AI agent formulates an ordered sequence of actions or subtasks to achieve a given goal.
Sequential PlanningA planning approach where tasks and actions are ordered and executed in a strict, step-by-step sequence.
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.
Planner-Executor ArchitectureAn AI architecture that separates planning from execution, with one component generating a plan and another carrying out its actions.