a. If the agent is reflex-based, the safe squares are green, and the dangerous square is red, is it possible for this agent to follow a safe strategy that will always avoid the dangerous square? If yes, what is that strategy?
b. If the agent is reflex-based, and all squares (safe and dangerous) are green, is it possible for this agent to follow a safe strategy that will always avoid the dangerous square? If yes, what is that strategy?
A AND B B => (A OR C)
A B NOT ADoes this knowledge base entail the following sentence:
B OR CJustify your answer.
A | B | C | Sentence |
false | false | false | true |
false | false | true | false |
false | true | false | false |
false | true | true | true |
true | false | false | false |
true | false | true | false |
true | true | false | false |
true | true | true | true |