CSE 4705 Artificial Intelligence

Slides:



Advertisements
Similar presentations
Chapter 2: Intelligent Agents
Advertisements

Additional Topics ARTIFICIAL INTELLIGENCE
Artificial Intelligent
Intelligent Agents Chapter 2.
Intelligent Agents Chapter 2.
Agentes Inteligentes Capítulo 2. Contenido Agentes y medios ambientes Racionalidad PEAS (Performance measure, Environment, Actuators, Sensors) Tipos de.
ICS-171: 1 Intelligent Agents Chapter 2 ICS 171, Fall 2009.
Intelligent Agents Chapter 2. Outline Agents and environments Agents and environments Rationality Rationality PEAS (Performance measure, Environment,
Agents and Intelligent Agents  An agent is anything that can be viewed as  perceiving its environment through sensors and  acting upon that environment.
AI CSC361: Intelligent Agents1 Intelligent Agents -1 CSC361.
ICS-271: 1 Intelligent Agents Chapter 2 ICS 279 Fall 09.
ICS-171: Notes 2: 1 Intelligent Agents Chapter 2 ICS 171, Fall 2005.
Intelligent Agents Chapter 2 ICS 171, Fall 2005.
Intelligent Agents Chapter 2.
Rutgers CS440, Fall 2003 Lecture 2: Intelligent Agents Reading: AIMA, Ch. 2.
ICS-171: Notes 2: 1 Intelligent Agents Chapter 2 ICS 171, spring 2007.
Rational Agents (Chapter 2)
Introduction to Logic Programming WS2004/A.Polleres 1 Introduction to Artificial Intelligence MSc WS 2009 Intelligent Agents: Chapter 2.
Rational Agents (Chapter 2)
Intelligent Agents Chapter 2. Outline Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types.
MIDTERM REVIEW. Intelligent Agents Percept: the agent’s perceptual inputs at any given instant Percept Sequence: the complete history of everything the.
Artificial Intelligence
CHAPTER 2 Intelligent Agents. Outline Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types.
© Copyright 2008 STI INNSBRUCK Introduction to A rtificial I ntelligence MSc WS 2009 Intelligent Agents: Chapter.
Intelligent Agents Chapter 2 Some slide credits to Hwee Tou Ng (Singapore)
Outline Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types Agent types Artificial Intelligence.
Intelligent Agents Chapter 2. CIS Intro to AI - Fall Outline  Brief Review  Agents and environments  Rationality  PEAS (Performance measure,
Chapter 2 Agents & Environments. © D. Weld, D. Fox 2 Outline Agents and environments Rationality PEAS specification Environment types Agent types.
Intelligent Agents Chapter 2. Outline Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types.
Intelligent Agents Chapter 2. Agents An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment.
Chapter 2 Hande AKA. Outline Agents and Environments Rationality The Nature of Environments Agent Types.
CE An introduction to Artificial Intelligence CE Lecture 2: Intelligent Agents Ramin Halavati In which we discuss.
Intelligent Agents อาจารย์อุทัย เซี่ยงเจ็น สำนักเทคโนโลยีสารสนเทศและการ สื่อสาร มหาวิทยาลัยนเรศวร วิทยาเขต สารสนเทศพะเยา.
Rational Agents (Chapter 2)
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 Chapter 2. Outline Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types.
CS 188: Artificial Intelligence Spring 2007 Lecture 2: Agents 1/18/2007 Srini Narayanan – ICSI and UC Berkeley Many slides from Dan Klein, Mitch Marcus.
Intelligent Agents Chapter 2. Outline Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types.
Chapter 2 Agents & Environments
CSC 9010 Spring Paula Matuszek Intelligent Agents Overview Slides based in part on Hwee Tou Ng, aima.eecs.berkeley.edu/slides-ppt, which are in turn.
CPSC 420 – Artificial Intelligence Texas A & M University Lecture 2 Lecturer: Laurie webster II, M.S.S.E., M.S.E.e., M.S.BME, Ph.D., P.E.
Intelligent Agents. Outline Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types Agent types.
ARTIFICIAL INTELLIGENCE
Announcements Office Hours change: Mon 3:30-4:30pm, Wed 1-2pm (both in DL 580) AI Seminar Series: Fridays 3-4pm in DL 480 Schedule here:
Artificial Intelligence
How R&N define AI humanly vs. rationally thinking vs. acting
ECE 448 Lecture 3: Rational Agents
EA C461 – Artificial Intelligence Intelligent Agents
Lecture 2: Problem Solving using State Space Representations
Pertemuan 2 Kecerdasan Buatan
Artificial Intelligence Lecture No. 4
Rational Agents (Chapter 2)
Intelligent Agents Chapter 2.
Intelligent Agents Chapter 2.
Hong Cheng SEG4560 Computational Intelligence for Decision Making Chapter 2: Intelligent Agents Hong Cheng
CSE 4705 Artificial Intelligence
Intelligent Agents Chapter 2.
Artificial Intelligence Intelligent Agents
CSE 4705 Artificial Intelligence
AI: Artificial Intelligence
Intelligent Agents Chapter 2.
Search Exercise Search Tree? Solution (Breadth First Search)?
Artificial Intelligence
Intelligent Agents Chapter 2.
EA C461 – Artificial Intelligence Intelligent Agents
Artificial Intelligence
Artificial Intelligence
Intelligent Agents Chapter 2.
Intelligent Agents Chapter 2.
Presentation transcript:

CSE 4705 Artificial Intelligence Jinbo Bi Department of Computer Science & Engineering http://www.engr.uconn.edu/~jinbo

Intelligent Agents Chapter 2

Rational agents Rational agent: An agent is an entity that perceives and acts This course is about effective programming techniques for designing rational agents

Rational agents Rational agent: An agent is an entity that perceives and acts This course is about effective programming techniques for designing rational agents

Rational agent skills can include

Agents and environments

Agents

Outline of rational agents Defining task environments Environment types Agent types (read the book)

Agent function and program

Example: A vacuum-cleaner agent

Vacuum-cleaner world: agent function

Rational agents

Outline of rational agents Defining task environments Environment types Agent types (read the book)

Task environment

PEAS: specifying an automated taxi driver

PEAS: specifying an automated taxi driver Safe, fast, legal, comfortable, maximize profits

PEAS: specifying an automated taxi driver Safe, fast, legal, comfortable, maximize profits Roads, other traffic, pedestrians, customers

PEAS: specifying an automated taxi driver Safe, fast, legal, comfortable, maximize profits Roads, other traffic, pedestrians, customers Steering, accelerator, brake, signal, horn

PEAS: specifying an automated taxi driver Safe, fast, legal, comfortable, maximize profits Roads, other traffic, pedestrians, customers Steering, accelerator, brake, signal, horn Cameras, sonar, speedometer, GPS

PEAS: medical diagnosis system

Outline of rational agents Defining task environments Environment types Agent types (read the book)

Environment types

Environment types

Outline of rational agents Defining task environments Environment types Agent types (read the book)

Agent types Read book Chap 2.4-2.5

Uninformed search strategies Chap 3.1 problem solving agents and problem formulation Tree search basics Breadth-first, depth-first search, and iterative-deepening search …

An example: holiday in Romania Start Goal

An example: holiday in Romania

A problem is defined by:

A solution

A hard subtask: selecting a state space

Formulating a search problem

Another example: 8-puzzle

Another example: 8-puzzle

Example: missionaries & cannibals

Formulation: missionaries & cannibals

Formulation: missionaries & cannibals

Survey?