intelligent agents. agents an agent is anything that can be viewed as perceiving its environment...

14
INTELLIGENT AGENTS

Upload: juniper-walters

Post on 18-Jan-2016

229 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: INTELLIGENT AGENTS. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through

INTELLIGENT AGENTS

Page 2: INTELLIGENT AGENTS. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through

Agents

An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through actuators

Human agent: Sensors: eyes, ears, etc. Actuators: hands, legs, mouth

Robotic agent: Sensors: cameras and infrared range finders Actuators: various motors

Page 3: INTELLIGENT AGENTS. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through

Intelligent Agent

Artificial Intelligenc

e

Page 4: INTELLIGENT AGENTS. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through

Intelligent Agent

Perception-Action Cycle

Page 5: INTELLIGENT AGENTS. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through

Intelligent Agent Robot

- RGB Camera- Depth Camera- Microphone

- Movement- Speech

Th

e R

eal

World

Page 6: INTELLIGENT AGENTS. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through

Intelligent Starcraft Agent

- Your Moves

- Own Moves

Th

e M

ap a

nd

You

Page 7: INTELLIGENT AGENTS. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through

Intelligent […]

Intelligent Search Intelligent Medicine Intelligent Banking Intelligent Path Finding …

Page 8: INTELLIGENT AGENTS. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through

Rational agents

An agent should strive to “do the right thing,” based on what it can perceive and the actions it can perform. The right action is the one that will cause the agent to be most successful.?

Page 9: INTELLIGENT AGENTS. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through

Measures of success

Performance measure: An objective criterion for success of an agent's behavior based on the observed sequence of environmental states . Why environmental states and not agent states?

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 degree of cleanliness of the room, etc.

Page 10: INTELLIGENT AGENTS. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through

Performance measure

Sometimes called reward or goal

Quantitative! Must be able to give it a number

General rule: Design the performance measure based on

what you want to achieve in the environment, rather than how you want the agent to behave.

Vacuum example: amount of dirt cleaned up … what happens?

Page 11: INTELLIGENT AGENTS. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through

Rational agents (refined definition) Rational Agent: For each possible

percept sequence, a rational agent should select an action that is expected to maximize its performance measure, given the evidence provided by the percept sequence and whatever built-in knowledge the agent has.

Page 12: INTELLIGENT AGENTS. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through

Rational agents

Rationality is distinct from omniscience (all-knowing with infinite knowledge)

Agents can perform actions in order to modify future percepts so as to obtain useful information (information gathering, exploration)

An agent is autonomous if its behavior is determined by its own experience (with ability to learn and adapt)

Page 13: INTELLIGENT AGENTS. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through

PEAS

PEAS: Performance measure, Environment, Actuators, Sensors

Consider the task of designing an automated taxi driver: Performance measure Environment Actuators Sensors

Page 14: INTELLIGENT AGENTS. Agents  An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through

Intelligent Agent Design Using PEAS

Designing an automated taxi driver:

Performance measure: Safe, fast, legal, comfortable trip, maximize profits

Environment: Roads, other traffic, pedestrians, customers

Actuators: Steering wheel, accelerator, brake, signal, horn

Sensors: Cameras, sonar, speedometer, GPS, odometer, engine sensors, keyboard