CMSC 671 - Homework #5

Out 11/5/03, due 11/19/03

1. Semantic Networks (15 pts.)

Represent the following KB using a semantic network: How would a semantic network be used to answer the following questions? Discuss how alternative implementations might yield different answers, and what other information might be needed in order to provide an unambiguous question.
  1. Is 471 hard?
  2. Is 341 hard?
  3. Is STAT 355 hard?
  4. Is 201 a prerequisite for 471?

2. Planning Representations (20 pts.)

Our agent is hungry and unhappy, and wants to go on a vacation, sunbathe, and eat well. Our agent starts out rich, but only has limited options, some of which will consume a substantial part of its wealth.


(a) (5 pts.) Describe only the Happy predicate using the situation calculus. You should have one or more possibility axioms (one for each relevant action)  and one or more successor-state axioms (one for each relevant action). These axioms should characterize how the state of the Happy predicate changes as a result of the actions in the domain, in terms of the domain predicates listed above.
(You may want to refer to pages 330-333 in the book.)

(b) (5 pts.) Describe the actions in this domain as STRIPS operators. Be sure to include all preconditions, add lists, and delete lists.  (See pages 377-378.)

(c) (5 pts.) Show two different legal plans (sequences of actions) for achieving the goal described above from the given initial state.

(d) (5 pts.) How many legal plans are there for this goal? Explain your answer.

3. Partial-Order Planning (25 pts.)

Suppose that the agent starts building a partial-order plan to achieve the goal in the domain from problem #2. The agent decides to drive to Ocean City and eat at Burger King. Draw the partial-order plan at this point in the planning process. You do not need to show the dependencies associated with static predicates. Show all dependencies (ordering links and causal links) associated with dynamic predicates. Ordering links should be drawn as a thin, single arrow; causal links, as a double or thick arrow.

Now suppose that the agent decides to satisfy its Happiness goal using the Sunbathe action. Insert this action into the plan, showing all dependencies. Will this plan succeed? If so, complete the partial plan, resolving any threats that arise. If not, complete the partial plan to the point where planning fails, and explain the source of the failure.

4. GraphPlan (20 pts.)

Formulate the same problem as in #2 and #3 propositionally. Draw the planning graph through the third situation level (i.e., you should show levels S0, A0, S1, A1, and S2). Show all mutex constraints at the level A0 and level S1. Explain briefly how each mutex constraint is derived. (You can mark the mutex constraints on the graph, and give a list of explanations separately.) Do not show mutex constraints after the second situation level. (Your graph will quickly get too complicated to read!) Do not show any static predicates in the planning graph.

5. SATPlan (10 pts.)

(Russell & Norvig 11.17)

6. HTN Planning (10 pts.)

(Russell & Norvig 12.4)