Intelligent Systems Lecture Notes
7 October 2011 • Planning Examples
World Example
World Features:
ALoc
Al’s location
AHC
Al has coffee
AHM
Al has mail
SWC
Sam wants coffee
MW
Mail is waiting
Agent Actions:
mc
move clockwise
mcc
move anticlockwise
puc
pick-up coffee
dc
deliver coffee
pum
pickup mail
dm
deliver mail
Feature Representations
What are the feature-based representations of the
MW
and
AHM
features?
What are the STRIPS representations of the
pum
and
dm
actions?
Other Worlds
An agent can carry only one thing at a time. Modify the world representation suitably.
An agent can carry a box, and a box can carry more than one thing at a time. Modify the world suitably.
Show that each of these worlds produce different plans for the same goal.
Strips Composites
Given two actions
a
1
and
a
2
, the
composite action
a
1
;
a
2
is
a
1
followed by
a
2
.
What is the effects list of a combined action?
What is the precondition of the combined action?
What is the composite of
puc
;
mc
?
This page last modified on 2011 October 7.