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

Q475. 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. So uncertainty is there as the agent gives partial and local information only. Global variable are not goal specific problem solving.