[10 points] This is only for Graduate Students (an
old WPE question).
Undergraduate students do not need to answer this question, they will get
credit for it without having to do any work.
Undergraduates are welcome to answer this question for extra credit.
You are given the following STRIPS action schemas, initial state, and
goal:
Action:MakeDrink,
Precond: CleanCup
Effect: HaveDrink and not CleanCup
Action:Drink,
Precond: Thirsty and HaveDrink
Effect: not Thirsty and not HaveDrink
Initial State: Thirsty and CleanCup and not HaveDrink
Goal: not Thirsty
- Draw the planning graph.
- Mark all the mutex between action instances and between propositions,
and indicate for each the type of mutex.
- At what level is the problem solved? why?