Lecture 9 - 22AIE201
Lecture 9 - 22AIE201
Classical Planning
Introduction
4 components:
Initial State
The actions that are available in a state
The result of applying an action
Goal State
State
At(x,y)
¬Poor
At(Father(Fred),Sydney)
Actions
Action name
list of all variables used in the schema
a precondition ; and
an effect.
Action Schema
Exploring States
Finding the Goal
How Forward Planning works?
State Representations
Actions and Transitions
Search Algorithms
BFS
DFS
Represent actions.