World Models
For each problem we can define a number of world models each representing every possible state (configuration) of the environment that the agent may be in.Wumpus World
We will use a very simple world known in the literature as the Wumpus world (a cave) shown below.
The environment is:
- Static: It is static as Wumpus and Pits are not moving.
- Discrete: The states are discrete.
- Partially observable: The Wumpus world is partially observable because the agent can only perceive the close environment such as an adjacent room.
- Sequential: The order is important, so it is sequential.



