A simple reflex agent is the simplest of all the agent programs. Decisions or actions are taken based on the current percept, which does not depend on the rest of the percept history. These agents react only to the predefined rules. It works best when the environment is fully observable.
The vacuum agent is a simple reflex agent because the decision is based only on the current location, and whether the place contains dirt.
A simple reflex agent comprises the following parts:
Here is an explanation of the above diagram:
RELATED TAGS
CONTRIBUTOR
View all Courses