Due: Sept. 23
This week builds on the domain you developed in Tweak for homework 2. You will re-implement it in UCPOP and extend it to make use of some of UCPOP's representational features. The UCPOP planner is available from the CS 541 home page.
Hints:
Again, because there is no search control, even the most trivial problem may exceed the search limit. Start with the smallest possible examples to debug your operators and gradually work up to more complex problems. If the problems are still to hard, simplify the operators as much as possible. For example, you can eliminate the locations within rooms and the operators for moving to locations.
Add your new operators to this domain one at a time and test them as you go. It is hard to debug planning domains, so it is easier to write the operators carefully and test them as you go.