ppt

advertisement
Planning, Execution, &
Information Gathering
José Luis Ambite*
[* based on slides from Russell & Norvig, AIMA1]
1
2
3
4
5
6
7
8
9
10
11
Planning & Execution
Initial State:
Move(x y)
pre: clear(x) ^ clear(y) ^ on(x z)
eff: on(x y) ^ clear(z) ^
on(x z) ^ clear(y)
Goal:
On(C, D)
On(D, B)
12
Plan ready to start execution
but genie intervenes: moves D to B !
New state of the world:
Updated plan:
13
But it actually was a helpful interference:
• Can link to on(D B) from current state
• Move(D B) is now redundant
14
Now the agent can execute move(C D) to achieve the goal
Unfortunately our agent is clumsy and
drops C onto A instead of D
The new current state looks like:
And the updated plan is:
15
Keep planning to satisfy open condition on(C D)
Resulting plan:
16
Fortunately, this time execution works:
The plan is finally completed:
• Goals achieved
• No threats
• No unexecuted step “flaws”
17
Conditional Planning
18
19
20
Planning and information gathering
 UWL representation language
 SENSP algorithm

Discussion of: Oren Etzioni, Steve Hanks, Daniel Weld, Denise Draper, Neal Lesh,
Mike Williamson (1992) "An Approach to Planning with Incomplete Information".
Proceedings of the 3rd International Conference on Principles of Knowledge
Representation and Reasoning
21
Download