In Artificial Intelligence (AI), a simple reflex agent selects ac

In Artificial Intelligence (AI), a simple reflex agent selects ac
| In Artificial Intelligence (AI), a simple reflex agent selects actions on the basis of.

A. current percept, completely ignoring rest of the percept history.

B. rest of the percept history, completely ignoring current percept.

C. both current percept and complete percept history.

D. both current percept and just previous percept.

Please scroll down to see the correct answer and solution guide.

Right Answer is: A

SOLUTION

Concept:

Agent represent the most important new paradigm for software development. An autonomous agent is a system situated within and a part of an environment that senses the environment and acts on it.

Explanation:

An agent is situated in environment and makes its own decisions. it perceives the environment through sensors and acts on the environment through actuators.

Simple reflex agents selects actions based on the agents current perception or the world and not based on past perceptions. They work when environment if fully observable. It is based on condition action rule which means it maps a state with an action.

Diagram:

Snapshot 9