From Problem Representation to Plan Execution
Understanding how AI agents plan sequences of actions to achieve goalsThis lecture introduces classical planning - the problem of finding sequences of actions to achieve goals. We'll explore how to represent planning problems using STRIPS and PDDL, and study different algorithms for solving them: forward search, backward search, and SAT-based planning.
Quick reference guide covering all key concepts, formulas, algorithms, and PDDL syntax. Perfect for studying and quick lookups!
Visualize and interact with planning algorithms and PDDL in real-time.
Work through these exercises to master planning concepts and algorithms.
Learn to formulate planning problems in PDDL syntax with domain and problem files.
Practice forward state-space search with applicable actions and state transitions.
Master regression and goal-directed planning with relevant actions.
Convert planning problems to SAT formulas and solve with Boolean satisfiability.