Intelligent Agents. Chapter 2 ICS 171, Fall 2009 ICS-171: 1

Similar documents
Artificial Intelligence

Chapter 2 Intelligent Agents

Chapter 2: Intelligent Agents

Introduction to Artificial Intelligence. Intelligent Agents

Intelligent Agents. Chapter 2. Chapter 2 1

Agents: Rationality (2)

Introduction to Artificial Intelligence

Measuring the Performance of an Agent

cs171 HW 1 - Solutions

Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill

Course Outline Department of Computing Science Faculty of Science. COMP Applied Artificial Intelligence (3,1,0) Fall 2015

Definitions. A [non-living] physical agent that performs tasks by manipulating the physical world. Categories of robots

Simulation-based traffic management for autonomous and connected vehicles

Tutorial 1. Introduction to robot

Intelligent Agents. Based on An Introduction to MultiAgent Systems and slides by Michael Wooldridge

AIBO as an Intelligent Robot Watchdog

Robot coined by Karel Capek in a 1921 science-fiction Czech play

Adaptive Cruise Control

Programmable Logic Controllers Definition. Programmable Logic Controllers History

What Is an Electric Motor? How Does a Rotation Sensor Work?

Adaptive cruise control (ACC)

CSC384 Intro to Artificial Intelligence

2/26/2008. Sensors For Robotics. What is sensing? Why do robots need sensors? What is the angle of my arm? internal information

Introduction CHAPTER 1

Building Instructions: Maze Robot

Introduction to Electronic Signals

DRIVING AFTER STROKE STROKE FACT SHEET G

Contents Intelligent Agents

Designing Behavior-Based Systems

Introduction to Robotics. Vikram Kapila, Associate Professor, Mechanical Engineering

Merton Parking Service CCTV Enforcement Manual

3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving

Advanced Vehicle Safety Control System

Atlet Balance Electric Counterbalance trucks ET EF EH tons

Robotics. Chapter 25. Chapter 25 1

The SIPS (Side Impact Protection System) includes side and Inflatable Curtain (IC) airbags that protect both front and rear occupants.

CIM Computer Integrated Manufacturing

A Review of Intelligent Agents

3D Vision An enabling Technology for Advanced Driver Assistance and Autonomous Offroad Driving

What is Artificial Intelligence?

Automated Bottle Filling System

SYSTEMS, CONTROL AND MECHATRONICS

Entwicklung und Testen von Robotischen Anwendungen mit MATLAB und Simulink Maximilian Apfelbeck, MathWorks

CE801: Intelligent Systems and Robotics Lecture 3: Actuators and Localisation. Prof. Dr. Hani Hagras

LOOP Technology Limited. vision. inmotion IMPROVE YOUR PRODUCT QUALITY GAIN A DISTINCT COMPETITIVE ADVANTAGE.

TomTom HAD story How TomTom enables Highly Automated Driving

MVA Accident Information

TEDDINGTON. Intuitive control. TLC 700 The multifunctional controller

Toyota Prius Hybrid Display System Usability Test Report

FRC WPI Robotics Library Overview

GANTRY ROBOTIC CELL FOR AUTOMATIC STORAGE AND RETREIVAL SYSTEM

INSTALLATION MANUAL 3RP / 5RP 4-BUTTON SERIES VEHICLE SECURITY SYSTEMS

Crucial Role of ICT for the Reinvention of the Car

Lecture 1: Introduction to Reinforcement Learning

MS INFORMATION SHEET DRIVING WITH MS. How can MS affect my ability to drive? Simultaneous coordination of arms and legs necessary when changing gears.

AI: A Modern Approach, Chpts. 3-4 Russell and Norvig

FORTE REACH TRUCKS TERGO UNS/UHS

Commentary Drive Assessment

How To Set Up A Wide Area Surveillance System

Swivel seats. Boot hoists. Steering aids. Hand controls. car adaptations. for all car Manufacturers SIRUSAUTOMOTIVE.CO.UK

Overview of the Internet of Things {adapted based on Things in 2020 Roadmap for the Future by EU INFSO D.4 NETWORKED ENTERPRISE & RFID}

Classroom Activities. These educational materials were developed by the Carnegie Science Center <

Industrial Automation Training Academy. PLC, HMI & Drives Training Programs Duration: 6 Months (180 ~ 240 Hours)

COMP 590: Artificial Intelligence

Adaptive Cruise Control System Overview

HOLZMA HPP 350 with Cadmatic 4.0

Aguantebocawertyuiopasdfghvdslpmj klzxcvbquieromuchoanachaguilleanic oyafernmqwertyuiopasdfghjklzxcvbn mqwertyuiopasdfghjklzxcvbnmqwerty

How cloud-based systems and machine-driven big data can contribute to the development of autonomous vehicles

A Short Course on Wheel Alignment

Inclined Plane: Distance vs. Force

TOYOTA ELECTRONIC TRANSMISSION CHECKS & DIAGNOSIS

TOYOTA TECHNICAL. An example of a tire pressure monitor valve sub-assembly. This mounts to a drop area in the wheel.

Appendix A. About RailSys 3.0. A.1 Introduction

MECE 102 Mechatronics Engineering Orientation

Cars of the future. What is your most favourite car in the world? Give a description of your first car

Digital Electronics Detailed Outline

Bosch Packaging Academy Essential Training

An Agent-Based Concept for Problem Management Systems to Enhance Reliability

Torque control MSF Softstarter

What s Left in E11? Technical Writing E11 Final Report

Simple. Intelligent. The SIMATIC VS 100 Series. simatic MACHINE VISION.

Electric Landing Gear controllers and sequencer LGC12 / LGC 13C

Long Beach Community College District Date Adopted: October 9, CLASS SPECIFICATION Vocational Instructional Technician Diesel Mechanics

Advantages and Disadvantages of One Way Streets October 30, 2007

Descartes Meditations. ? God exists I exist (as a thinking thing)

LX Series Tonne - Compact Cushion Models Tonne - Compact Pneumatic Models

what operations can it perform? how does it perform them? on what kind of data? where are instructions and data stored?

Microcontrollers, Actuators and Sensors in Mobile Robots

CHAPTER 14 Understanding an App s Architecture

COMPACT LABEL APPLIER

JEREMY SALINGER Innovation Program Manager Electrical & Control Systems Research Lab GM Global Research & Development

How To Choose The Right End Effector. For Your Application

Transcription:

Intelligent Agents Chapter 2 ICS 171, Fall 2009 ICS-171: 1

Discussion Why is the Chinese room argument impractical and how would we would we have to change the Turing test so that it is not subject to this criticism? Godel s theorem assures us that humans will always be superior to machines. A robot/agent can never be aware of itself (be self-conscious). ICS-171: 2

Agents An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through actuators Human agent: eyes, ears, and other organs for sensors; hands, legs, mouth, and other body parts for actuators Robotic agent: cameras and infrared range finders for sensors; various motors for actuators ICS-171: 3

Agents and environments The agent function maps from percept histories to actions: [f: P* A] The agent program runs on the physical architecture to produce f agent = architecture + program ICS-171: 4

Vacuum-cleaner world Percepts: location and state of the environment, e.g., [A,Dirty], [B,Clean] Actions: Left, Right, Suck, NoOp ICS-171: 5

Rational agents Rational Agent: For each possible percept sequence, a rational agent should select an action that is expected to maximize its performance measure, based on the evidence provided by the percept sequence and whatever built-in knowledge the agent has. 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. ICS-171: 6

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 percepts & experience (with ability to learn and adapt) without depending solely on build-in knowledge ICS-171: 7

Task Environment Before we design an intelligent agent, we must specify its task environment : PEAS: Performance measure Environment Actuators Sensors ICS-171: 8

PEAS Example: Agent = 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 ICS-171: 9

PEAS Example: Agent = Medical diagnosis system Performance measure: Healthy patient, minimize costs, lawsuits Environment: Patient, hospital, staff Actuators: Screen display (questions, tests, diagnoses, treatments, referrals) Sensors: Keyboard (entry of symptoms, findings, patient's answers) ICS-171: 10

PEAS Example: Agent = Part-picking robot Performance measure: Percentage of parts in correct bins Environment: Conveyor belt with parts, bins Actuators: Jointed arm and hand Sensors: Camera, joint angle sensors ICS-171: 11

Environment types Fully observable (vs. partially observable): An agent's sensors give it access to the complete state of the environment at each point in time. Deterministic (vs. stochastic): The next state of the environment is completely determined by the current state and the action executed by the agent. (If the environment is deterministic except for the actions of other agents, then the environment is strategic) Episodic (vs. sequential): An agent s action is divided into atomic episodes. Decisions do not depend on previous decisions/actions. ICS-171: 12

Environment types Static (vs. dynamic): The environment is unchanged while an agent is deliberating. (The environment is semidynamic if the environment itself does not change with the passage of time but the agent's performance score does) Discrete (vs. continuous): A limited number of distinct, clearly defined percepts and actions. How do we represent or abstract or model the world? Single agent (vs. multi-agent): An agent operating by itself in an environment. Does the other agent interfere with my performance measure? ICS-171: 13

task environm. crossword puzzle chess with clock poker observable determ./ stochastic episodic/ sequential static/ dynamic discrete/ continuous agents fully determ. sequential static discrete single fully strategic sequential semi discrete multi back gammon taxi driving medical diagnosis image analysis partpicking robot refinery controller interact. Eng. tutor partial stochastic sequential dynamic continuous multi partial stochastic sequential dynamic continuous single fully determ. episodic semi continuous single partial stochastic episodic dynamic continuous single partial stochastic sequential dynamic continuous single partial stochastic sequential dynamic discrete multi ICS-171: 14

task environm. crossword puzzle chess with clock observable determ./ stochastic episodic/ sequential static/ dynamic discrete/ continuous agents fully determ. sequential static discrete single fully strategic sequential semi discrete multi poker partial stochastic sequential static discrete multi back gammon taxi driving medical diagnosis image analysis partpicking robot refinery controller interact. Eng. tutor partial stochastic sequential dynamic continuous multi partial stochastic sequential dynamic continuous single fully determ. episodic semi continuous single partial stochastic episodic dynamic continuous single partial stochastic sequential dynamic continuous single partial stochastic sequential dynamic discrete multi ICS-171: 15

task environm. crossword puzzle chess with clock observable determ./ stochastic episodic/ sequential static/ dynamic discrete/ continuous agents fully determ. sequential static discrete single fully strategic sequential semi discrete multi poker partial stochastic sequential static discrete multi back gammon taxi driving medical diagnosis image analysis partpicking robot refinery controller interact. Eng. tutor fully stochastic sequential static discrete multi partial stochastic sequential dynamic continuous multi partial stochastic sequential dynamic continuous single fully determ. episodic semi continuous single partial stochastic episodic dynamic continuous single partial stochastic sequential dynamic continuous single partial stochastic sequential dynamic discrete multi ICS-171: 16

Agent types Five basic types in order of increasing generality: Table Driven agents Simple reflex agents Model-based reflex agents Goal-based agents Utility-based agents ICS-171: 17

Table Driven Agent. current state of decision process table lookup for entire history ICS-171: 18

Simple reflex agents NO MEMORY Fails if environment is partially observable example: vacuum cleaner world ICS-171: 19

description of current world state Model-based reflex agents Model the state of the world by: modeling how the world chances how it s actions change the world This can work even with partial information It s is unclear what to do without a clear goal ICS-171: 20

Goal-based agents Goals provide reason to prefer one action over the other. We need to predict the future: we need to plan & search ICS-171: 21

Utility-based agents Some solutions to goal states are better than others. Which one is best is given by a utility function. Which combination of goals is preferred? ICS-171: 22

Learning agents How does an agent improve over time? By monitoring it s performance and suggesting better modeling, new action rules, etc. Evaluates current world state changes action rules suggests explorations old agent = model world and decide on actions to be taken ICS-171: 23

True or False? ICS-171: 24

ICS-171: 25