SlideShare a Scribd company logo
Intelligent agent
Instructional Objective
 Define an agent
 Define an Intelligent agent
 Define a Rational agent
 Discuss different types of environment
 Explain classes of intelligent agents
 Applications of Intelligent agent
Agents
 An agent is anything that can be viewed as
perceiving its environment through sensors and
acting upon that environment through effectors.
 A human agent has eyes, ears, and other organs
for sensors, and hands, legs, mouth, and other
body parts for effectors.
 A robotic agent substitutes cameras and infrared
range finders for the sensors and various motors
for the effectors.
Agent and Environment
Agents
 Operate in an environment.
 Perceives its environment through
sensors.
 Acts upon its environment through
actuators/effectors.
 Have goals.
Sensors & Effectors
 An agent Perceives its environment
through sensors.
 The complete set of inputs at a given time
is called percept.
 The current percept, or a sequence of
percepts can influence the actions of an
agent.
Sensors & Effectors
 It can change the environment through
effectors.
 An operation involving an actuator is
called an action.
 Actions can be grouped in to action
sequences.
 So an agent program implement
mapping from percept sequences to
actions.
Agents
 Autonomous Agent: Decide autonomously
which action to take in the current situation
to maximize progress towards its goals.
 Performance measure: An objective
criterion for success of an agent's behavior.
 E.g., performance measure of a vacuum-
cleaner agent could be amount of dirt
cleaned up, amount of time taken, amount
of electricity consumed, amount of noise
generated, etc.
Examples of agents
 Humans
eyes, ears, skin, taste buds, etc. for Sensors.
hands, fingers, legs, mouth for effectors.
 Robots
camera, infrared, bumper, etc. for sensors.
grippers, wheels, lights, speakers, etc. for
effectors.
Structure of agents
 A simple agent program can be defined
mathematically as an agent function which
maps every possible precepts sequence to
a possible action the agent can perform.
 F: p*-> A
 the term percept is use to the agent's
perceptional inputs at any given instant.
Intelligent agents
 Fundamental faculties of intelligence
Acting
Sensing
Understanding, Reasoning, learning
 In order to act you must sense. Blind actions is not
a characterization of intelligence.
 Robotics: sensing and acting. Understanding not
necessary.
 Sensing needs understanding to be useful.
Intelligent Agents
 Intelligent Agent:
must sense,
must act,
must be autonomous(to some extent)
must be rational.
Rational Agent
 AI is about building rational agents.
 An agent is something that perceives
and acts.
 A rational agent always does the right
thing.
What are the functionalities(goals)?
What are the components?
How do we build them?
Rationality
 Perfect Rationality:
Assumes that the rational agent
knows all and will take the action that
maximize the utility.
Human beings do not satisfy this
definition of rationality.
Agent Environment
 Environments in which agents operate
can be defined in different ways.
 It is helpful to view the following
definitions as referring to the way the
environment appears from the point of
view of the agent itself.
Environment: Observability
 Fully Observable: All of the environment
relevant to the action being considered is
observable.
Such environments are convenient, since the
agent is freed from the task of keeping track of
changes in the environment.
 Partially Observable: The relevant features of
the environment are only partially observable.
 Example: Fully obs: Chess; Partially obs: Poker
Environment: Determinism
 Deterministic: The next state of the
environment is completely described by the
current state and the agent’s action. e.g. Image
Analysis
 Stochastic: If an element of interference or
uncertainty occurs then the environment is
stochastic. A partially observable environment will
appear to be stochastic to the agent. e.g. ludo
 Strategic: Environment state wholly determined
by the preceding state and the actions of multiple
agents is called strategic. e.g. Chess
Environment: Episodicity
 Episodic/Sequential:
An Episodic Environment means that
subsequent episodes do not depend on
what actions occurred in previous
episodes.
In a Sequential Environment, the
agent engages in a series of connected
episodes.
Environment: Dynamism
 Static Environment: does not change
from one sate to next while the agent is
considering its course of action. The
only changes to the environment as
those caused by the agent itself.
 Dynamic Environment: Changes over
time independent of the actions of the
agent-and thus if an agent does not
respond in a timely manner, this counts
as a choice to do nothing.
Environment: Continuity
 Discrete/Continuous: If the number of
distinct percepts and actions is limited,
the environment is discrete, otherwise it
is continuous.
Classes of Intelligent Agents
 Intelligent agents are grouped in to five
classes based on their degree of
perceived intelligence and capability.
 Simple reflex agents
 Model based reflex agents
 Goal based agents
 Utility based agents
 Learning agents
Simple reflex agents
 Simple reflex agents act only on the basis of the
current percept, ignoring the rest of the percept
history. The agent function is based on the
condition-action rule: if condition then action.
 Succeeds when the environment is fully
observable.
 Some reflex agents can also contain information
on their current state which allows them to
disregard conditions.
Simple reflex agents
Model based reflex agents
 A model-based agent can handle a partially
observable environment.
 Its current state is stored inside the agent
maintaining some kind of structure which
describes the part of the world which cannot be
seen.
 This knowledge about "how the world evolves" is
called a model of the world, hence the name
"model-based agent".
Model based reflex agents
Goal based agents
 Goal-based agents further expand on the
capabilities of the model-based agents, by using
"goal" information.
 Goal information describes situations that are
desirable. This allows the agent a way to choose
among multiple possibilities, selecting the one
which reaches a goal state.
 Search and planning are the subfields of artificial
intelligence devoted to finding action sequences
that achieve the agent's goals.
Goal based agents
Utility based agents
 Goal-based agents only distinguish between goal
states and non-goal states.
 It is possible to define a measure of how desirable
a particular state is. This measure can be obtained
through the use of a utility function which maps a
state to a measure of the utility of the state.
 A more general performance measure should
allow a comparison of different world states
according to exactly how happy they would make
the agent. The term utility, can be used to describe
how "happy" the agent is.
Utility based agents
Learning agents
 Learning has an advantage that it allows the agents
to initially operate in unknown environments and to
become more competent than its initial knowledge
alone might allow.
 The most important distinction is between the
"learning element", which is responsible for making
improvements, and the "performance element",
which is responsible for selecting external actions.
 The learning element uses feedback from the
"critic" on how the agent is doing and determines
how the performance element should be modified
to do better in the future.
Learning agents
 The last component of the learning
agent is the "problem generator". It is
responsible for suggesting actions that
will lead to new and informative
experiences.
Learning agents
Applications of Intelligent
Agents
 Intelligent agents are applied as
automated online assistants, where they
function to perceive the needs of
customers in order to perform
individualized customer service.
 Use in smart phones in future.
Intelligent agent

More Related Content

PPTX
AI Agents, Agents in Artificial Intelligence
PDF
Agents1
PPTX
Intelligence Agent - Artificial Intelligent (AI)
PPT
Agents_AI.ppt
PPTX
Intelligent Agents
PDF
Lecture 2 agent and environment
PDF
Ai 02 intelligent_agents(1)
PPTX
Knowledge based agents
AI Agents, Agents in Artificial Intelligence
Agents1
Intelligence Agent - Artificial Intelligent (AI)
Agents_AI.ppt
Intelligent Agents
Lecture 2 agent and environment
Ai 02 intelligent_agents(1)
Knowledge based agents

What's hot (20)

PPTX
Structure of agents
PPTX
The structure of agents
PPT
2-Agents- Artificial Intelligence
PDF
Intelligent Agent PPT ON SLIDESHARE IN ARTIFICIAL INTELLIGENCE
PDF
PPTX
Knowledge based agents
PPT
Intelligent agents
PPTX
Presentation of daa on approximation algorithm and vertex cover problem
PDF
Unit2: Agents and Environment
PPTX
Agents and environments
PPTX
Problem solving in Artificial Intelligence.pptx
PPT
Artificial intelligence and knowledge representation
PPTX
AI_Session 11: searching with Non-Deterministic Actions and partial observati...
PPTX
PPTX
Forward Backward Chaining
PDF
Multi-agent systems
PPTX
Intelligent agents
PPTX
Artificial Intelligence
PPT
Problems, Problem spaces and Search
ZIP
Ai Slides
Structure of agents
The structure of agents
2-Agents- Artificial Intelligence
Intelligent Agent PPT ON SLIDESHARE IN ARTIFICIAL INTELLIGENCE
Knowledge based agents
Intelligent agents
Presentation of daa on approximation algorithm and vertex cover problem
Unit2: Agents and Environment
Agents and environments
Problem solving in Artificial Intelligence.pptx
Artificial intelligence and knowledge representation
AI_Session 11: searching with Non-Deterministic Actions and partial observati...
Forward Backward Chaining
Multi-agent systems
Intelligent agents
Artificial Intelligence
Problems, Problem spaces and Search
Ai Slides
Ad

Viewers also liked (11)

PPT
Artificial Intelligence
PPTX
Ch 2 what is software quality
PPT
Nonparametric statistics
PPTX
non parametric statistics
PPTX
AI: AI & Problem Solving
PPTX
AI: Planning and AI
PPTX
AI: Learning in AI
PPT
Planning
PPTX
Non-Parametric Tests
PPTX
Non parametric tests
PPTX
Artificial Intelligence Presentation
Artificial Intelligence
Ch 2 what is software quality
Nonparametric statistics
non parametric statistics
AI: AI & Problem Solving
AI: Planning and AI
AI: Learning in AI
Planning
Non-Parametric Tests
Non parametric tests
Artificial Intelligence Presentation
Ad

Similar to Intelligent agent (20)

PPTX
intelligentagent-190406015753.pptx
PDF
lec02_intelligentAgentsintelligentAgentsintelligentAgentsintelligentAgents
PPTX
Artificial intelligence(03)
PPT
Slide01 - Intelligent Agents.ppt
PPT
Intelligent agent artificial intelligent CSE 315
PPTX
CS4700-Agents_v3.pptx
PPTX
CS4700-Agents_v3 (1).pptxCS4700-Agents_v3 (1).pptx
PPTX
AI Basic.pptx
PPTX
Lecture 4 (1).pptx
PPT
Artificial intelligence and machine learning
PPT
901470_Ch2.ppt901470_Ch2.ppt901470_Ch2.ppt901470_Ch2.ppt
PPT
901470_Ch Intelligent agent introduction2.ppt
PPTX
AI_02_Intelligent Agents.pptx
PPTX
2 Intelligent Agent articial intellligence.pptx
PPTX
m2-agents.pptx
PPT
chapter -2 Intelligent Agents power Point .ppt
PPT
Artificial Intelligent Agents
PDF
Artificial Intelligence Course of BIT Unit 2
PPT
introduction to inteligent IntelligentAgent.ppt
PPTX
AI Chapter Two.pArtificial Intelligence Chapter One.pptxptx
intelligentagent-190406015753.pptx
lec02_intelligentAgentsintelligentAgentsintelligentAgentsintelligentAgents
Artificial intelligence(03)
Slide01 - Intelligent Agents.ppt
Intelligent agent artificial intelligent CSE 315
CS4700-Agents_v3.pptx
CS4700-Agents_v3 (1).pptxCS4700-Agents_v3 (1).pptx
AI Basic.pptx
Lecture 4 (1).pptx
Artificial intelligence and machine learning
901470_Ch2.ppt901470_Ch2.ppt901470_Ch2.ppt901470_Ch2.ppt
901470_Ch Intelligent agent introduction2.ppt
AI_02_Intelligent Agents.pptx
2 Intelligent Agent articial intellligence.pptx
m2-agents.pptx
chapter -2 Intelligent Agents power Point .ppt
Artificial Intelligent Agents
Artificial Intelligence Course of BIT Unit 2
introduction to inteligent IntelligentAgent.ppt
AI Chapter Two.pArtificial Intelligence Chapter One.pptxptx

Recently uploaded (20)

PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
NewMind AI Monthly Chronicles - July 2025
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Machine learning based COVID-19 study performance prediction
PDF
Approach and Philosophy of On baking technology
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
A Presentation on Artificial Intelligence
PPTX
Big Data Technologies - Introduction.pptx
PDF
Modernizing your data center with Dell and AMD
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Chapter 3 Spatial Domain Image Processing.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
NewMind AI Monthly Chronicles - July 2025
“AI and Expert System Decision Support & Business Intelligence Systems”
Per capita expenditure prediction using model stacking based on satellite ima...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Review of recent advances in non-invasive hemoglobin estimation
Machine learning based COVID-19 study performance prediction
Approach and Philosophy of On baking technology
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
The Rise and Fall of 3GPP – Time for a Sabbatical?
Reach Out and Touch Someone: Haptics and Empathic Computing
A Presentation on Artificial Intelligence
Big Data Technologies - Introduction.pptx
Modernizing your data center with Dell and AMD
Unlocking AI with Model Context Protocol (MCP)
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Understanding_Digital_Forensics_Presentation.pptx
Encapsulation_ Review paper, used for researhc scholars
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx

Intelligent agent

  • 2. Instructional Objective  Define an agent  Define an Intelligent agent  Define a Rational agent  Discuss different types of environment  Explain classes of intelligent agents  Applications of Intelligent agent
  • 3. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through effectors.  A human agent has eyes, ears, and other organs for sensors, and hands, legs, mouth, and other body parts for effectors.  A robotic agent substitutes cameras and infrared range finders for the sensors and various motors for the effectors.
  • 5. Agents  Operate in an environment.  Perceives its environment through sensors.  Acts upon its environment through actuators/effectors.  Have goals.
  • 6. Sensors & Effectors  An agent Perceives its environment through sensors.  The complete set of inputs at a given time is called percept.  The current percept, or a sequence of percepts can influence the actions of an agent.
  • 7. Sensors & Effectors  It can change the environment through effectors.  An operation involving an actuator is called an action.  Actions can be grouped in to action sequences.  So an agent program implement mapping from percept sequences to actions.
  • 8. Agents  Autonomous Agent: Decide autonomously which action to take in the current situation to maximize progress towards its goals.  Performance measure: An objective criterion for success of an agent's behavior.  E.g., performance measure of a vacuum- cleaner agent could be amount of dirt cleaned up, amount of time taken, amount of electricity consumed, amount of noise generated, etc.
  • 9. Examples of agents  Humans eyes, ears, skin, taste buds, etc. for Sensors. hands, fingers, legs, mouth for effectors.  Robots camera, infrared, bumper, etc. for sensors. grippers, wheels, lights, speakers, etc. for effectors.
  • 10. Structure of agents  A simple agent program can be defined mathematically as an agent function which maps every possible precepts sequence to a possible action the agent can perform.  F: p*-> A  the term percept is use to the agent's perceptional inputs at any given instant.
  • 11. Intelligent agents  Fundamental faculties of intelligence Acting Sensing Understanding, Reasoning, learning  In order to act you must sense. Blind actions is not a characterization of intelligence.  Robotics: sensing and acting. Understanding not necessary.  Sensing needs understanding to be useful.
  • 12. Intelligent Agents  Intelligent Agent: must sense, must act, must be autonomous(to some extent) must be rational.
  • 13. Rational Agent  AI is about building rational agents.  An agent is something that perceives and acts.  A rational agent always does the right thing. What are the functionalities(goals)? What are the components? How do we build them?
  • 14. Rationality  Perfect Rationality: Assumes that the rational agent knows all and will take the action that maximize the utility. Human beings do not satisfy this definition of rationality.
  • 15. Agent Environment  Environments in which agents operate can be defined in different ways.  It is helpful to view the following definitions as referring to the way the environment appears from the point of view of the agent itself.
  • 16. Environment: Observability  Fully Observable: All of the environment relevant to the action being considered is observable. Such environments are convenient, since the agent is freed from the task of keeping track of changes in the environment.  Partially Observable: The relevant features of the environment are only partially observable.  Example: Fully obs: Chess; Partially obs: Poker
  • 17. Environment: Determinism  Deterministic: The next state of the environment is completely described by the current state and the agent’s action. e.g. Image Analysis  Stochastic: If an element of interference or uncertainty occurs then the environment is stochastic. A partially observable environment will appear to be stochastic to the agent. e.g. ludo  Strategic: Environment state wholly determined by the preceding state and the actions of multiple agents is called strategic. e.g. Chess
  • 18. Environment: Episodicity  Episodic/Sequential: An Episodic Environment means that subsequent episodes do not depend on what actions occurred in previous episodes. In a Sequential Environment, the agent engages in a series of connected episodes.
  • 19. Environment: Dynamism  Static Environment: does not change from one sate to next while the agent is considering its course of action. The only changes to the environment as those caused by the agent itself.  Dynamic Environment: Changes over time independent of the actions of the agent-and thus if an agent does not respond in a timely manner, this counts as a choice to do nothing.
  • 20. Environment: Continuity  Discrete/Continuous: If the number of distinct percepts and actions is limited, the environment is discrete, otherwise it is continuous.
  • 21. Classes of Intelligent Agents  Intelligent agents are grouped in to five classes based on their degree of perceived intelligence and capability.  Simple reflex agents  Model based reflex agents  Goal based agents  Utility based agents  Learning agents
  • 22. Simple reflex agents  Simple reflex agents act only on the basis of the current percept, ignoring the rest of the percept history. The agent function is based on the condition-action rule: if condition then action.  Succeeds when the environment is fully observable.  Some reflex agents can also contain information on their current state which allows them to disregard conditions.
  • 24. Model based reflex agents  A model-based agent can handle a partially observable environment.  Its current state is stored inside the agent maintaining some kind of structure which describes the part of the world which cannot be seen.  This knowledge about "how the world evolves" is called a model of the world, hence the name "model-based agent".
  • 26. Goal based agents  Goal-based agents further expand on the capabilities of the model-based agents, by using "goal" information.  Goal information describes situations that are desirable. This allows the agent a way to choose among multiple possibilities, selecting the one which reaches a goal state.  Search and planning are the subfields of artificial intelligence devoted to finding action sequences that achieve the agent's goals.
  • 28. Utility based agents  Goal-based agents only distinguish between goal states and non-goal states.  It is possible to define a measure of how desirable a particular state is. This measure can be obtained through the use of a utility function which maps a state to a measure of the utility of the state.  A more general performance measure should allow a comparison of different world states according to exactly how happy they would make the agent. The term utility, can be used to describe how "happy" the agent is.
  • 30. Learning agents  Learning has an advantage that it allows the agents to initially operate in unknown environments and to become more competent than its initial knowledge alone might allow.  The most important distinction is between the "learning element", which is responsible for making improvements, and the "performance element", which is responsible for selecting external actions.  The learning element uses feedback from the "critic" on how the agent is doing and determines how the performance element should be modified to do better in the future.
  • 31. Learning agents  The last component of the learning agent is the "problem generator". It is responsible for suggesting actions that will lead to new and informative experiences.
  • 33. Applications of Intelligent Agents  Intelligent agents are applied as automated online assistants, where they function to perceive the needs of customers in order to perform individualized customer service.  Use in smart phones in future.