AIMA Artificial Intelligence a modern approch

AIMA-exercises is an open-source community of students, instructors and developers. Anyone can add an exercise, suggest answers to existing questions, or simply help us improve the platform. We accept contributions on this github repository.

Exercise 4.8 [belief-state-superset-exercise]

This exercise explores subset–superset relations between belief states in sensorless or partially observable environments.

  1. Prove that if an action sequence is a solution for a belief state $b$, it is also a solution for any subset of $b$. Can anything be said about supersets of $b$?

  2. Explain in detail how to modify graph search for sensorless problems to take advantage of your answers in (a).

  3. Explain in detail how to modify and–or search for partially observable problems, beyond the modifications you describe in (b).

View Answer