Chapter 2 IA
Chapter 2 IA
Intelligent Agents
Outlines
Agent and Environment
Rationality Vs Omniscience
Task Environment and its properties
Structure of Intelligent agents
Agents Types
Simple Reflex Agent
Model-Based reflex Agent
Utility –Based Agent
Learning Agent
Introduction
What is an agent ?
An agent is anything that perceives its environment through sensors
and acts upon that environment through actuators
Example:
Human is an agent
P -Performance A -Actuators
E -Environment S -Sensors
Therefore in designing an intelligent agent, one has to
remember PEAS (Performance, Environment,
Actuators, Sensors) framework.
Use automated taxi driver as an example
Four types
Simple reflex agents
Model-based reflex agents
Goal-based agents
Utility-based agents
Environment
What the world
is like now
State sensors
How the world evolves What the world
Environment
is like now
What my actions do
effectors
Environment
What my actions do
Goals
What action I
should do now
effectors
Environment
What it will be like
if I do action A
In AI,
Once an agent is done
We teach it by giving it a set of examples
Test it by using another set of examples