SlideShare a Scribd company logo
1 of 23
Download to read offline
Subject Name:- ARTIFICIAL INTELLIGENCE
Subject Code:- KCS 071
Unit No.:- 4
Lecture No.:- 1
Topic Name :- Intelligent Agents
1
Topic Name :- Intelligent Agents
Dr Anuranjan Misra
Professor, CSE
GNIOT, Greater noida
RCS-702/L-4
Content
1. Agents in Artificial Intelligence
2. What is an Agent?
3. Representation Of Agent
3. Representation Of Agent
4. Sensor, Actuators & Effectors
5. Intelligent Agents
6. Rational Agent
7. Agent Environment in AI
2
RCS-702/L-4
Agents in Artificial Intelligence
• An AI system can be defined as the study of
the rational agent and its environment. The
agents sense the environment through
sensors and act on their environment through
sensors and act on their environment through
actuators. An AI agent can have mental
properties such as knowledge, belief,
intention, etc.
3
RCS-702/L-4
What is an Agent?
• An agent can be anything that perceive its environment
through sensors and act upon that environment
through actuators. An Agent runs in the cycle
of perceiving, thinking, and acting. An agent can be:
• Human-Agent: A human agent has eyes, ears, and
other organs which work for sensors and hand, legs,
other organs which work for sensors and hand, legs,
vocal tract work for actuators.
• Robotic Agent: A robotic agent can have cameras,
infrared range finder, NLP for sensors and various
motors for actuators.
• Software Agent: Software agent can have keystrokes,
file contents as sensory input and act on those inputs
and display output on the screen.
4
RCS-702/L-4
What is an Agent?
• Hence the world around us is full of agents
such as thermostat, cellphone, camera, and
even we are also agents. Before moving
forward, we should first know about sensors,
forward, we should first know about sensors,
effectors, and actuators.
5
RCS-702/L-4
Representation Of Agent
6
RCS-702/L-4
Sensor, Actuators & Effectors
• Sensor: Sensor is a device which detects the change in
the environment and sends the information to other
electronic devices. An agent observes its environment
through sensors.
• Actuators: Actuators are the component of machines
• Actuators: Actuators are the component of machines
that converts energy into motion. The actuators are
only responsible for moving and controlling a system.
An actuator can be an electric motor, gears, rails, etc.
• Effectors: Effectors are the devices which affect the
environment. Effectors can be legs, wheels, arms,
fingers, wings, fins, and display screen.
7
RCS-702/L-4
Intelligent Agents
• An intelligent agent is an autonomous entity which act
upon an environment using sensors and actuators for
achieving goals. An intelligent agent may learn from the
environment to achieve their goals. A thermostat is an
example of an intelligent agent.
• Following are the main four rules for an AI agent:
• Following are the main four rules for an AI agent:
• Rule 1: An AI agent must have the ability to perceive the
environment.
• Rule 2: The observation must be used to make decisions.
• Rule 3: Decision should result in an action.
• Rule 4: The action taken by an AI agent must be a rational
action.
8
RCS-702/L-4
Rational Agent
• A rational agent is an agent which has clear preference,
models uncertainty, and acts in a way to maximize its
performance measure with all possible actions.
• A rational agent is said to perform the right things. AI is
about creating rational agents to use for game theory
about creating rational agents to use for game theory
and decision theory for various real-world scenarios.
• For an AI agent, the rational action is most important
because in AI reinforcement learning algorithm, for
each best possible action, agent gets the positive
reward and for each wrong action, an agent gets a
negative reward.
9
RCS-702/L-4
Rationality
• The rationality of an agent is measured by its
performance measure. Rationality can be
judged on the basis of following points:
• Performance measure which defines the
• Performance measure which defines the
success criterion.
• Agent prior knowledge of its environment.
• Best possible actions that an agent can
perform.
• The sequence of percepts.
10
RCS-702/L-4
Agent Environment in AI
• An environment is everything in the world
which surrounds the agent, but it is not a part
of an agent itself. An environment can be
described as a situation in which an agent is
present.
present.
• The environment is where agent lives, operate
and provide the agent with something to
sense and act upon it. An environment is
mostly said to be non-feministic.
11
RCS-702/L-4
Features of Environment
• As per Russell and Norvig, an environment can
have various features from the point of view of
an agent:
• Fully observable vs Partially Observable
• Static vs Dynamic
• Static vs Dynamic
• Discrete vs Continuous
• Deterministic vs Stochastic
• Single-agent vs Multi-agent
• Episodic vs sequential
• Known vs Unknown
• Accessible vs Inaccessible
12
RCS-702/L-4
Fully Observable vs Partially
Observable
• If an agent sensor can sense or access the
complete state of an environment at each point
of time then it is a fully observable environment,
else it is partially observable.
else it is partially observable.
• A fully observable environment is easy as there is
no need to maintain the internal state to keep
track history of the world.
• An agent with no sensors in all environments
then such an environment is called
as unobservable.
13
RCS-702/L-4
Deterministic vs Stochastic
• If an agent's current state and selected action can
completely determine the next state of the
environment, then such environment is called a
deterministic environment.
deterministic environment.
• A stochastic environment is random in nature and
cannot be determined completely by an agent.
• In a deterministic, fully observable environment,
agent does not need to worry about uncertainty.
14
RCS-702/L-4
Episodic vs Sequential
• In an episodic environment, there is a series of
one-shot actions, and only the current percept
is required for the action.
• However, in Sequential environment, an agent
• However, in Sequential environment, an agent
requires memory of past actions to determine
the next best actions.
15
RCS-702/L-4
Single-agent vs Multi-agent
• If only one agent is involved in an environment,
and operating by itself then such an environment
is called single agent environment.
• However, if multiple agents are operating in an
• However, if multiple agents are operating in an
environment, then such an environment is called
a multi-agent environment.
• The agent design problems in the multi-agent
environment are different from single agent
environment.
16
RCS-702/L-4
Static vs Dynamic
• If the environment can change itself while an agent is
deliberating then such environment is called a dynamic
environment else it is called a static environment.
• Static environments are easy to deal because an agent
does not need to continue looking at the world while
does not need to continue looking at the world while
deciding for an action.
• However for dynamic environment, agents need to
keep looking at the world at each action.
• Taxi driving is an example of a dynamic environment
whereas Crossword puzzles are an example of a static
environment.
17
RCS-702/L-4
Discrete vs Continuous
• If in an environment there are a finite number of
percepts and actions that can be performed
within it, then such an environment is called a
discrete environment else it is called continuous
environment.
environment.
• A chess gamecomes under discrete environment
as there is a finite number of moves that can be
performed.
• A self-driving car is an example of a continuous
environment.
18
RCS-702/L-4
Known vs Unknown
• Known and unknown are not actually a feature of
an environment, but it is an agent's state of
knowledge to perform an action.
• In a known environment, the results for all
actions are known to the agent. While in
actions are known to the agent. While in
unknown environment, agent needs to learn how
it works in order to perform an action.
• It is quite possible that a known environment to
be partially observable and an Unknown
environment to be fully observable.
19
RCS-702/L-4
Accessible vs Inaccessible
• If an agent can obtain complete and accurate
information about the state's environment, then
such an environment is called an Accessible
environment else it is called inaccessible.
environment else it is called inaccessible.
• An empty room whose state can be defined by its
temperature is an example of an accessible
environment.
• Information about an event on earth is an
example of Inaccessible environment.
20
RCS-702/L-4
Important Questions
Q1. Define Agent.
Q2. What do you mean by Intelligent Agent?
Q3. Define Sensor, Actuators & Effectors.
Q4. List the properties of task environment.
Q4. List the properties of task environment.
Q5. Give an example of Agent in real world.
21
RCS-702/L-4
References
• Text books:
1. Stuart Russell, Peter Norvig, “Artificial
Intelligence – A Modern Approach”, Pearson
Education
2. Elaine Rich and Kevin Knight, “Artificial
2. Elaine Rich and Kevin Knight, “Artificial
Intelligence”, McGraw-Hill
3. E Charniak and D McDermott, “Introduction to
Artificial Intelligence”, Pearson Education
4. Dan W. Patterson, “Artificial Intelligence and
Expert Systems”, Prentice Hall of India,
22
RCS-702/L-4
23
Thank You
RCS-702/L-4

More Related Content

Similar to 4.1.pdf

Agents and environment.pptx
Agents and environment.pptxAgents and environment.pptx
Agents and environment.pptx
ssusere16bd9
 

Similar to 4.1.pdf (20)

Agents1
Agents1Agents1
Agents1
 
Lecture 2 agent and environment
Lecture 2   agent and environmentLecture 2   agent and environment
Lecture 2 agent and environment
 
Detail about agent with it's types in AI
Detail about agent with it's types in AI Detail about agent with it's types in AI
Detail about agent with it's types in AI
 
AI week 2.pdf
AI week 2.pdfAI week 2.pdf
AI week 2.pdf
 
CS Artificial intelligence chapter 2.pptx
CS Artificial intelligence chapter 2.pptxCS Artificial intelligence chapter 2.pptx
CS Artificial intelligence chapter 2.pptx
 
W2_Lec03_Lec04_Agents.pptx
W2_Lec03_Lec04_Agents.pptxW2_Lec03_Lec04_Agents.pptx
W2_Lec03_Lec04_Agents.pptx
 
2.IntelligentAgents.ppt
2.IntelligentAgents.ppt2.IntelligentAgents.ppt
2.IntelligentAgents.ppt
 
Intelligent Agents
Intelligent Agents Intelligent Agents
Intelligent Agents
 
Lec 2-agents
Lec 2-agentsLec 2-agents
Lec 2-agents
 
Unit2: Agents and Environment
Unit2: Agents and EnvironmentUnit2: Agents and Environment
Unit2: Agents and Environment
 
agents.pdf
agents.pdfagents.pdf
agents.pdf
 
Lecture 2
Lecture 2Lecture 2
Lecture 2
 
intelligentagent-140313053301-phpapp01 (1).pdf
intelligentagent-140313053301-phpapp01 (1).pdfintelligentagent-140313053301-phpapp01 (1).pdf
intelligentagent-140313053301-phpapp01 (1).pdf
 
Intelligent agent
Intelligent agentIntelligent agent
Intelligent agent
 
Agents and environment.pptx
Agents and environment.pptxAgents and environment.pptx
Agents and environment.pptx
 
Lecture 1 about the Agents in AI & .pptx
Lecture 1 about the Agents in AI & .pptxLecture 1 about the Agents in AI & .pptx
Lecture 1 about the Agents in AI & .pptx
 
intelligentagent-190406015753.pptx
intelligentagent-190406015753.pptxintelligentagent-190406015753.pptx
intelligentagent-190406015753.pptx
 
Intelligence Agent - Artificial Intelligent (AI)
Intelligence Agent - Artificial Intelligent (AI)Intelligence Agent - Artificial Intelligent (AI)
Intelligence Agent - Artificial Intelligent (AI)
 
Unit-1.pptx
Unit-1.pptxUnit-1.pptx
Unit-1.pptx
 
Artificial Intelligence - An Introduction
Artificial Intelligence - An IntroductionArtificial Intelligence - An Introduction
Artificial Intelligence - An Introduction
 

Recently uploaded

Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
EADTU
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
中 央社
 
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MysoreMuleSoftMeetup
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
AnaAcapella
 

Recently uploaded (20)

Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjStl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
 
Major project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesMajor project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategies
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
e-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopale-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopal
 
Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"
 
Trauma-Informed Leadership - Five Practical Principles
Trauma-Informed Leadership - Five Practical PrinciplesTrauma-Informed Leadership - Five Practical Principles
Trauma-Informed Leadership - Five Practical Principles
 
8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital Management8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital Management
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
 
An overview of the various scriptures in Hinduism
An overview of the various scriptures in HinduismAn overview of the various scriptures in Hinduism
An overview of the various scriptures in Hinduism
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
MuleSoft Integration with AWS Textract | Calling AWS Textract API |AWS - Clou...
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
 
UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024
 
Supporting Newcomer Multilingual Learners
Supporting Newcomer  Multilingual LearnersSupporting Newcomer  Multilingual Learners
Supporting Newcomer Multilingual Learners
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
 
Graduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptxGraduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptx
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptx
 

4.1.pdf

  • 1. Subject Name:- ARTIFICIAL INTELLIGENCE Subject Code:- KCS 071 Unit No.:- 4 Lecture No.:- 1 Topic Name :- Intelligent Agents 1 Topic Name :- Intelligent Agents Dr Anuranjan Misra Professor, CSE GNIOT, Greater noida RCS-702/L-4
  • 2. Content 1. Agents in Artificial Intelligence 2. What is an Agent? 3. Representation Of Agent 3. Representation Of Agent 4. Sensor, Actuators & Effectors 5. Intelligent Agents 6. Rational Agent 7. Agent Environment in AI 2 RCS-702/L-4
  • 3. Agents in Artificial Intelligence • An AI system can be defined as the study of the rational agent and its environment. The agents sense the environment through sensors and act on their environment through sensors and act on their environment through actuators. An AI agent can have mental properties such as knowledge, belief, intention, etc. 3 RCS-702/L-4
  • 4. What is an Agent? • An agent can be anything that perceive its environment through sensors and act upon that environment through actuators. An Agent runs in the cycle of perceiving, thinking, and acting. An agent can be: • Human-Agent: A human agent has eyes, ears, and other organs which work for sensors and hand, legs, other organs which work for sensors and hand, legs, vocal tract work for actuators. • Robotic Agent: A robotic agent can have cameras, infrared range finder, NLP for sensors and various motors for actuators. • Software Agent: Software agent can have keystrokes, file contents as sensory input and act on those inputs and display output on the screen. 4 RCS-702/L-4
  • 5. What is an Agent? • Hence the world around us is full of agents such as thermostat, cellphone, camera, and even we are also agents. Before moving forward, we should first know about sensors, forward, we should first know about sensors, effectors, and actuators. 5 RCS-702/L-4
  • 7. Sensor, Actuators & Effectors • Sensor: Sensor is a device which detects the change in the environment and sends the information to other electronic devices. An agent observes its environment through sensors. • Actuators: Actuators are the component of machines • Actuators: Actuators are the component of machines that converts energy into motion. The actuators are only responsible for moving and controlling a system. An actuator can be an electric motor, gears, rails, etc. • Effectors: Effectors are the devices which affect the environment. Effectors can be legs, wheels, arms, fingers, wings, fins, and display screen. 7 RCS-702/L-4
  • 8. Intelligent Agents • An intelligent agent is an autonomous entity which act upon an environment using sensors and actuators for achieving goals. An intelligent agent may learn from the environment to achieve their goals. A thermostat is an example of an intelligent agent. • Following are the main four rules for an AI agent: • Following are the main four rules for an AI agent: • Rule 1: An AI agent must have the ability to perceive the environment. • Rule 2: The observation must be used to make decisions. • Rule 3: Decision should result in an action. • Rule 4: The action taken by an AI agent must be a rational action. 8 RCS-702/L-4
  • 9. Rational Agent • A rational agent is an agent which has clear preference, models uncertainty, and acts in a way to maximize its performance measure with all possible actions. • A rational agent is said to perform the right things. AI is about creating rational agents to use for game theory about creating rational agents to use for game theory and decision theory for various real-world scenarios. • For an AI agent, the rational action is most important because in AI reinforcement learning algorithm, for each best possible action, agent gets the positive reward and for each wrong action, an agent gets a negative reward. 9 RCS-702/L-4
  • 10. Rationality • The rationality of an agent is measured by its performance measure. Rationality can be judged on the basis of following points: • Performance measure which defines the • Performance measure which defines the success criterion. • Agent prior knowledge of its environment. • Best possible actions that an agent can perform. • The sequence of percepts. 10 RCS-702/L-4
  • 11. Agent Environment in AI • An environment is everything in the world which surrounds the agent, but it is not a part of an agent itself. An environment can be described as a situation in which an agent is present. present. • The environment is where agent lives, operate and provide the agent with something to sense and act upon it. An environment is mostly said to be non-feministic. 11 RCS-702/L-4
  • 12. Features of Environment • As per Russell and Norvig, an environment can have various features from the point of view of an agent: • Fully observable vs Partially Observable • Static vs Dynamic • Static vs Dynamic • Discrete vs Continuous • Deterministic vs Stochastic • Single-agent vs Multi-agent • Episodic vs sequential • Known vs Unknown • Accessible vs Inaccessible 12 RCS-702/L-4
  • 13. Fully Observable vs Partially Observable • If an agent sensor can sense or access the complete state of an environment at each point of time then it is a fully observable environment, else it is partially observable. else it is partially observable. • A fully observable environment is easy as there is no need to maintain the internal state to keep track history of the world. • An agent with no sensors in all environments then such an environment is called as unobservable. 13 RCS-702/L-4
  • 14. Deterministic vs Stochastic • If an agent's current state and selected action can completely determine the next state of the environment, then such environment is called a deterministic environment. deterministic environment. • A stochastic environment is random in nature and cannot be determined completely by an agent. • In a deterministic, fully observable environment, agent does not need to worry about uncertainty. 14 RCS-702/L-4
  • 15. Episodic vs Sequential • In an episodic environment, there is a series of one-shot actions, and only the current percept is required for the action. • However, in Sequential environment, an agent • However, in Sequential environment, an agent requires memory of past actions to determine the next best actions. 15 RCS-702/L-4
  • 16. Single-agent vs Multi-agent • If only one agent is involved in an environment, and operating by itself then such an environment is called single agent environment. • However, if multiple agents are operating in an • However, if multiple agents are operating in an environment, then such an environment is called a multi-agent environment. • The agent design problems in the multi-agent environment are different from single agent environment. 16 RCS-702/L-4
  • 17. Static vs Dynamic • If the environment can change itself while an agent is deliberating then such environment is called a dynamic environment else it is called a static environment. • Static environments are easy to deal because an agent does not need to continue looking at the world while does not need to continue looking at the world while deciding for an action. • However for dynamic environment, agents need to keep looking at the world at each action. • Taxi driving is an example of a dynamic environment whereas Crossword puzzles are an example of a static environment. 17 RCS-702/L-4
  • 18. Discrete vs Continuous • If in an environment there are a finite number of percepts and actions that can be performed within it, then such an environment is called a discrete environment else it is called continuous environment. environment. • A chess gamecomes under discrete environment as there is a finite number of moves that can be performed. • A self-driving car is an example of a continuous environment. 18 RCS-702/L-4
  • 19. Known vs Unknown • Known and unknown are not actually a feature of an environment, but it is an agent's state of knowledge to perform an action. • In a known environment, the results for all actions are known to the agent. While in actions are known to the agent. While in unknown environment, agent needs to learn how it works in order to perform an action. • It is quite possible that a known environment to be partially observable and an Unknown environment to be fully observable. 19 RCS-702/L-4
  • 20. Accessible vs Inaccessible • If an agent can obtain complete and accurate information about the state's environment, then such an environment is called an Accessible environment else it is called inaccessible. environment else it is called inaccessible. • An empty room whose state can be defined by its temperature is an example of an accessible environment. • Information about an event on earth is an example of Inaccessible environment. 20 RCS-702/L-4
  • 21. Important Questions Q1. Define Agent. Q2. What do you mean by Intelligent Agent? Q3. Define Sensor, Actuators & Effectors. Q4. List the properties of task environment. Q4. List the properties of task environment. Q5. Give an example of Agent in real world. 21 RCS-702/L-4
  • 22. References • Text books: 1. Stuart Russell, Peter Norvig, “Artificial Intelligence – A Modern Approach”, Pearson Education 2. Elaine Rich and Kevin Knight, “Artificial 2. Elaine Rich and Kevin Knight, “Artificial Intelligence”, McGraw-Hill 3. E Charniak and D McDermott, “Introduction to Artificial Intelligence”, Pearson Education 4. Dan W. Patterson, “Artificial Intelligence and Expert Systems”, Prentice Hall of India, 22 RCS-702/L-4