25 February 2004
CS 3243 - Logical Agents (part 2)
5
Wumpus world sentences
n
Let P
i,j
be true if there is a pit in [i, j].
n
Let B
i,j
be true if there is a breeze in [i, j].
n
Ø
P
1,1
n
Ø
B
1,1
n
B
2,1
n
n
"Pits cause breezes in adjacent squares"
n
B
1,1
Û
(P
1,2
Ú
P
2,1
)
n
B
2,1
Û
(P
1,1
Ú
P
2,2
Ú
P
3,1
)