AI MCQ #437: Uncertainty arises in the Wumpus world because the agent’s sensors give only ___…

Q437. Uncertainty arises in the Wumpus world because the agent’s sensors give only ____________

  • a) Full & Global information
  • b) Partial & Global Information
  • c) Partial & local Information
  • d) Full & local information

✅ Correct Answer: C) Partial & local Information

Explanation: The Wumpus world is a grid of squares surrounded by walls, where each square can contain agents and objects. The agent (you) always starts in the lower left corner, a square that will be labeled [1, 1]. The agent’s task is to find the gold, return to [1, 1] and climb out of the cave. Therefore, uncertainty is there as the agent gives partial and local information only. Global variable are not goal specific problem solving. Partial Order Planning – 1