Prev Up Next
Go backward to Solution to Question 7, part 2
Go up to Question 7
Go forward to Solution to Question 7, part 4

Solution to Question 7, part 3

What happens when the naive STRIPS planner is used with this goal?

It will try to solve sitting_at(rob,o109), achieve this immediately, it will get the parcel into lab2, and then return, but the goal will not be satisfied.


Prev Up Next