Given the Wompus World as discussed in class. Assuming that…
Given the Wompus World as discussed in class. Assuming that the agent has previously been at location [1,1] and [1,2] in the grid and is now in location [2,2]. Assuming the agent senses a stench at the new location, encode the rule that allows the agent to infer the possible location of the wompus. Assume that the agent didn’t sense anything at [1,1] or [1,2]. Use the notation S[m,n] to describe the location of the stench and W[m,n] to describe the location of the wompus in the grid. Use or for logic or operations in the propositional logic statement.
Read Details