The monkey-and-bananas problem is faced by a monkey in a laboratory with
some bananas hanging out of reach from the ceiling. A box is available
that will enable the monkey to reach the bananas if he climbs on it.
Initially, the monkey is at
-
Write down the initial state description.
-
Write the six action schemas.
-
Suppose the monkey wants to fool the scientists, who are off to tea, by grabbing the bananas, but leaving the box in its original place. Write this as a general goal (i.e., not assuming that the box is necessarily at C) in the language of situation calculus. Can this goal be solved by a classical planning system?
-
Your schema for pushing is probably incorrect, because if the object is too heavy, its position will remain the same when the
${Push}$ schema is applied. Fix your action schema to account for heavy objects.