Artificial Intelligence Unit-1: Intelligent Agents
Artificial Intelligence Unit-1: Intelligent Agents
Unit-1
Intelligent Agents
Chapter 2
Intelligent Agents
What is an agent ?
An agent is anything that perceiving its
environment through sensors and acting upon
that environment through actuators
Example:
Human is an agent
A robot is also an agent with cameras and motors
An example
crossing a street but died of the fallen cargo
door from 33,000ft irrational?
Omniscience
Actuators
Sensors
Goal-based agents
Utility-based agents
Simple reflex agents
It uses just condition-action rules
The rules are like the form “if … then …”
efficient but have narrow range of applicability
RULES:
(1) If small moving object,
then activate SNAP
(2) If large moving object,
then activate AVOID and inhibit SNAP
ELSE (not moving) then NOOP
needed for
completeness Action: SNAP or AVOID or NOOP
Model-based Reflex Agents
For the world that is partially observable
the agent has to keep track of an internal state
That depends on the percept history
Reflecting some of the unobserved aspects
start