[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

*Important*--required class work for tomorrow



For tomorrow's class you should complete the following sanity check assignment. Bring your solutions on a sheet of paper.

Consider the following simple domain

A requires nothing, and gives P, ~Q
B requires nothing and gives Q

Initstate: ~P, ~Q

Goal state: P, Q

Question 1:  Draw the planning graph and mark mutexes. What is the first level where P,Q are holding without mutexes?

Question 2: Consider the idea of Quadratic Planning Graph, as described in the second page of the paper at URL

http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.3.8898&rep=rep1&type=pdf

Draw the quadratic planning graph for this problem and show that normal (non-mutex) propagation on the quadratic planning graph
gives the same effect as mutex propagation on the normal planning graph.


rao