Agents. Intelligent Agents. MultiAgent Systems. Delegation Computers are doing more for us – without our intervention We are giving control to computers,

Slides:



Advertisements
Similar presentations
E-Commerce Based Agents over P2P Network Arbab Abdul Waheed MSc in Smart Systems Student # Nov 23, 2008 Artificial Intelligence Zhibing Zhang.
Advertisements

Modelling with expert systems. Expert systems Modelling with expert systems Coaching modelling with expert systems Advantages and limitations of modelling.
Introduction to Information System
15 th International Conference on Design Theory and Methodology 2-6 September 2003, Chicago, Illinois Intelligent Agents in Design Zbigniew Skolicki Tomasz.
1-1 LECTURE 1: INTRODUCTION Multiagent Systems Based on “An Introduction to MultiAgent Systems” by Michael Wooldridge, John Wiley & Sons, 2002.
Project Proposal.
1 Intelligent Agents Software analog to human agents real estate agent, librarian, salesperson Perform tasks individually, or in collaboration Static and.
Lecture 1: Introduction Slides adapted from Sobah Abbas Petersen
Chapter 4 DECISION SUPPORT AND ARTIFICIAL INTELLIGENCE
11-1 LECTURE 11: Applications An Introduction to MultiAgent Systems + minor.
Introduction to HCC and HCM. Human Centered Computing Philosophical-humanistic position regarding the ethics and aesthetics of a workplace Any system.
Design of Multi-Agent Systems Teacher Bart Verheij Student assistants Albert Hankel Elske van der Vaart Web site
Brent Dingle Marco A. Morales Texas A&M University, Spring 2002
1 WEEK 10 Intelligent (Software) Agents. 2 Case Scenario Every year, ABC Enterprise will conduct annual general meeting (AGM) to report company performance.
The Object Oriented Approach to Software Engineering Software Engineering The process of specifying, designing, implementing, testing, maintaining large.
Intelligent Agent Systems. Artificial Intelligence Systems that think like humans Systems that think rationally Systems that act like humans Systems that.
Design of Multi-Agent Systems Teacher Bart Verheij Student assistants Albert Hankel Elske van der Vaart Web site
Chapter 12: Intelligent Systems in Business
CS 6100 MultiAgent Systems Lecture 1: Introduction Slides adapted from Sobah Abbas Petersen (with permission)
Developing Intelligent Agents and Multiagent Systems for Educational Applications Leen-Kiat Soh Department of Computer Science and Engineering University.
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Specialized Business Information Systems Chapter 11.
Lead Black Slide. © 2001 Business & Information Systems 2/e2 Chapter 11 Management Decision Making.
1 Chapter 19 Intelligent Agents. 2 Chapter 19 Contents (1) l Intelligence l Autonomy l Ability to Learn l Other Agent Properties l Reactive Agents l Utility-Based.
Introduction to Intelligent Software Agents Martin Beer, School of Computing & Management Sciences, Sheffield Hallam University, Sheffield, United Kingdom.
McGraw-Hill/Irwin ©2005 The McGraw-Hill Companies, All rights reserved ©2005 The McGraw-Hill Companies, All rights reserved McGraw-Hill/Irwin.
An expert system is a package that holds a body of knowledge and a set of rules on a subject that has been gained from human experts. An expert system.
IT Job Roles Task 20. Software Engineer Job Description Software engineers are responsible for creating and maintaining software of various different.
11-1 LECTURE 11: Applications An Introduction to MultiAgent Systems
Agents Computer Programs of a certain type Effectively bodiless robots –Rise of internet enables Agents Lostness –As life becomes more complex, we cannot.
1 Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. Franz J. Kurfess CPE/CSC 580: Intelligent Agents 1.
Agent architectures Smarter software for astronomers Alasdair Allan University of Exeter, Exeter, U.K.
Requirements Engineering
Intelligent Agents Russell and Norvig: AI: A Modern Approach
Agent-Oriented Software Engineering CSC532 Xiaomei Huang.
11 C H A P T E R Artificial Intelligence and Expert Systems.
School of Computer Science and Technology, Tianjin University
ARTIFICIAL INTELLIGENCE [INTELLIGENT AGENTS PARADIGM] Professor Janis Grundspenkis Riga Technical University Faculty of Computer Science and Information.
NAVEEN AGENT BASED SOFTWARE DEVELOPMENT. WHAT IS AN AGENT? A computer system capable of flexible, autonomous (problem-solving) action, situated in dynamic,
The roots of innovation Future and Emerging Technologies (FET) Future and Emerging Technologies (FET) The roots of innovation Proactive initiative on:
© Eric Yu Agent Oriented Software Development References
Principles of Information Systems, Sixth Edition Specialized Business Information Systems Chapter 11.
I Robot.
E-Commerce Prof. Ir. Kudang B. Seminar, MSc, PhD Direktur Komunikasi & Sistem Informasi IPB Bogor, 12 Nopember 2008.
Agent Oriented Software Development
Agents that Reduce Work and Information Overload and Beyond Intelligent Interfaces Presented by Maulik Oza Department of Information and Computer Science.
Chapter 4 Decision Support System & Artificial Intelligence.
Introduction of Intelligent Agents
Intelligent Agents. 2 What is an Agent? The main point about agents is they are autonomous: capable of acting independently, exhibiting control over their.
Agent Overview. Topics Agent and its characteristics Architectures Agent Management.
What is Artificial Intelligence?
Introduction to HCI Lecture #1.
Of An Expert System.  Introduction  What is AI?  Intelligent in Human & Machine? What is Expert System? How are Expert System used? Elements of ES.
Chapter 1- Introduction Lecture 1. Topics covered  Professional software development  What is meant by software engineering.  Software engineering.
EEL 5937 Applications. Environments. EEL 5937 Multi Agent Systems Lotzi Bölöni.
Kozeta Sevrani - Sistemet e Informacionit11.1 Specialized Business Information Systems Chapter 11.
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
Artificial Intelligence
Done by Fazlun Satya Saradhi. INTRODUCTION The main concept is to use different types of agent models which would help create a better dynamic and adaptive.
Sub-fields of computer science. Sub-fields of computer science.
LECTURE 11: Applications
Fundamentals of Information Systems, Sixth Edition
Agents and their Environment
LECTURE 1: INTRODUCTION
Interdisciplinary Program in Cognitive Science Lee, Jung-Woo
LECTURE 1: INTRODUCTION
LECTURE 1: INTRODUCTION
LECTURE 1: INTRODUCTION
An Introduction to Multiagent Systems
Structure of intelligent agents and environments
Presentation transcript:

Agents. Intelligent Agents. MultiAgent Systems

Delegation Computers are doing more for us – without our intervention We are giving control to computers, even in safety critical tasks One example: fly-by-wire aircraft, where the machine’s judgment may be trusted more than an experienced pilot Next on the agenda: fly-by-wire cars, intelligent braking systems, cruise control that maintains distance from car in front…

Programming progression… Programming has progressed through:  machine code;  assembly language;  machine-independent programming languages;  sub-routines;  procedures & functions;  abstract data types;  objects; to agents.

Where does it bring us? Delegation and Intelligence imply the need to build computer systems that can act effectively on our behalf This implies:  The ability of computer systems to act independently  The ability of computer systems to act in a way that represents our best interests while interacting with other humans or systems

What is an Agent? The main point about agents is they are autonomous: capable of acting independently, exhibiting control over their internal state Thus: an agent is a computer system capable of autonomous action in some environment in order to meet its design objectives AGENT ENVIRONMENT input output

What is an Agent? Trivial (non-interesting) agents:  thermostat  UNIX daemon (e.g., biff) An (intelligent) agent is a computer system capable of flexible autonomous action in some environment By flexible, we mean: reactive, pro-active, social An intelligent agent learns how to adapt to its dynamic environment

Agents and Objects Are agents just objects by another name? Object:  encapsulates some state  communicates via message passing  has methods, corresponding to operations that may be performed on this state

Agents and Objects Main differences:  agents are autonomous: agents embody stronger notion of autonomy than objects, and in particular, they decide for themselves whether or not to perform an action on request from another agent  agents are smart: capable of flexible (reactive, pro-active, social) behavior, and the standard object model has nothing to say about such types of behavior  agents are active: a multi-agent system is inherently multi-threaded, in that each agent is assumed to have at least one thread of active control

Agents and Expert Systems Aren’t agents just expert systems by another name? Expert systems typically disembodied ‘expertise’ about some (abstract) domain of discourse (e.g., blood diseases) Example: MYCIN knows about blood diseases in humans  It has a wealth of knowledge about blood diseases, in the form of rules  A doctor can obtain expert advice about blood diseases by giving MYCIN facts, answering questions, and posing queries

Agents and Expert Systems Main differences:  agents situated in an environment: MYCIN is not aware of the world — only information obtained is by asking the user questions  agents act: MYCIN does not operate on patients Some real-time (typically process control) expert systems are agents

Multiagent Systems, a Definition A multiagent system is one that consists of a number of agents, which interact with one-another In the most general case, agents will be acting on behalf of users with different goals and motivations To successfully interact, they will require the ability to cooperate, coordinate, and negotiate with each other, much as people do

Agent Design, Society Design Two key problems:  How do we build agents capable of independent, autonomous action, so that they can successfully carry out tasks we delegate to them?  How do we build agents that are capable of interacting (cooperating, coordinating, negotiating) with other agents in order to successfully carry out those delegated tasks, especially when the other agents cannot be assumed to share the same interests/goals? The first problem is agent design, the second is society design (micro/macro)

Multiagent Systems is Interdisciplinary The field of Multiagent Systems is influenced and inspired by many other fields:  Economics  Philosophy  Game Theory  Logic  Ecology  Social Sciences This can be both a strength (infusing well-founded methodologies into the field) and a weakness (there are many different views as to what the field is about) This has analogies with artificial intelligence itself

Some Views of the Field Agents as a paradigm for software engineering: Software engineers have derived a progressively better understanding of the characteristics of complexity in software. It is now widely recognized that interaction is probably the most important single characteristic of complex software Over the last two decades, a major Computer Science research topic has been the development of tools and techniques to model, understand, and implement systems in which interaction is the norm

Some Views of the Field Agents as a tool for understanding human societies: Multiagent systems provide a novel new tool for simulating societies, which may help shed some light on various kinds of social processes. This has analogies with the interest in “theories of the mind” explored by some artificial intelligence researchers

Application Areas Agents are usefully applied in domains where flexible autonomous action is required. Intelligent agents are usefully applied in domains where learning is required. Main application areas:  distributed/concurrent systems  networks  human-computer interfaces

Domain 1: Distributed Systems In this area, the idea of an agent is seen as a natural metaphor, and a development of the idea of concurrent object programming. Example domains:  air traffic control (Sydney airport)  business process management  distributed electricity management  factory process control  and so on…

Domain 2: Networks There is currently a lot of interest in mobile agents, that can move themselves around a network (e.g., the Internet) operating on a user’s behalf This kind of functionality is achieved in the TELESCRIPT language developed by General Magic for remote programming Applications include:  hand-held PDAs with limited bandwidth  information gathering

Domain 3: HCI One area of much current interest is the use of agent in interfaces Intelligent Interfaces Agents sit ‘over’ applications, watching, learning, and eventually doing things without being told — taking the initiative Pioneering work at MIT Media Lab (Pattie Maes):  news reader  web browsers  mail readers

Reading Assistants Pattie Maes developed MAXIMS – best known assistant: ‘learns to prioritize, delete, forward, sort, and archive mail messages on behalf of a user … ’ MAXIMS works by ‘looking over the shoulder’ of a user, and learning about how they deal with Each time a new event occurs (e.g., arrives), MAXIMS records the situation  action pairs generated

Agents on the Internet The potential of the internet is exciting The reality is often disappointing:  the Internet is enormous — it is not always easy to find the right information manually (or even with the help of search engines)  systematic searches are difficult Searching the Internet for the answer to a specific query can be a long and tedious process. So, why not allow a computer program — an agent — do searches for us?

Agents on the Internet What we want is a kind of ‘secretary’: someone who understood the things we were interested in, (and the things we are not interested in), who can act as ‘proxy’, hiding information that we are not interested in, and bringing to our attention information that is of interest This is where agents come in! We cannot afford human agents to do these kinds of tasks (and in any case, humans get suffer from the drawbacks we mentioned above) So we write a program to do these tasks: this program is what we call an agent

A Scenario Upon logging in to your computer, you are presented with a list of messages, sorted into order of importance by your personal digital assistant (PDA). You are then presented with a similar list of news articles; the assistant draws your attention to one particular article, which describes hitherto unknown work that is very close to your own. After an electronic discussion with a number of other PDAs, your PDA has already obtained a relevant technical report for you from an FTP site, in the anticipation that it will be of interest.

Agents for E-Commerce Another important rationale for internet agents is the potential for electronic commerce Most commerce is currently done manually. But there is no reason to suppose that certain forms of commerce could not be safely delegated to agents. A simple example: finding the cheapest copy of Office 97 from online stores

Agents for E-Commerce More complex example: flight from Manchester to Dusseldorf with veggie meal, window seat, and does not use a fly-by-wire control Simple examples first-generation e- commerce agents:  BargainFinder from Andersen  Jango from NETBOT (now EXCITE) Second-generation: negotiation, brokering, … market systems

Deep Space 1 “Deep Space 1 launched from Cape Canaveral on October 24, During a highly successful primary mission, it tested 12 advanced, high-risk technologies in space. In an extremely successful extended mission, it encountered comet Borrelly and returned the best images and other science data ever from a comet. During its fully successful hyperextended mission, it conducted further technology tests. The spacecraft was retired on December 18, 2001.” – NASA Web site

Spacecraft Control When a space probe makes its long flight from Earth to the outer planets, a ground crew is usually required to continually track its progress, and decide how to deal with unexpected eventualities. This is costly and, if decisions are required quickly, it is simply not practicable. For these reasons, organizations like NASA are seriously investigating the possibility of making probes more autonomous — giving them richer decision making capabilities and responsibilities. This is not fiction: NASA’s DS1 has done it!

Air Traffic Control “A key air-traffic control system…suddenly fails, leaving flights in the vicinity of the airport with no air-traffic control support. Fortunately, autonomous air-traffic control systems in nearby airports recognize the failure of their peer, and cooperate to track and deal with all affected flights.” Systems taking the initiative when necessary Agents cooperating to solve problems beyond the capabilities of any individual agent