Planning for Artificial Intelligence (CIS 479)
Planning - Intelligent behavior
"Which operator do we choose next?"
goal - to acquire television set you have three operators
goal: acquire TV
/ | and \
goal: steal goal: earn goal: buy
TV money TV
Goal Reduction
if no successor then assign futility as node value
else add node successors to graph
f(x) = y(x) + n(x)
f'(x) = f''(x) = 0
How do you know when to choose a given operator / procedure?
Frame problem - how much detail do you want to record.