SlideShare ist ein Scribd-Unternehmen logo
1 von 79
Downloaden Sie, um offline zu lesen
LECTURE 7:
Cooperation in MAS (I)


    Artificial Intelligence II – Multi-Agent Systems
        Introduction to Multi-Agent Systems
              URV, Winter–Spring 2010
Outline of the lecture
   Coordination
   Kinds of cooperation in MAS
    Emergent cooperation
    Cooperation with explicit communication
      Deliberative
        Partial Global Planning
      Negotiation
        Contract Net
        Auctions [specific lecture]
What is Coordination?
“Coordination is the process of managing
 interdependencies between activities ”
                            - Malone and Crowston, 1991

 Coordination problems occur when:
  • An agent has a choice in its actions within some task, and the
    choice affects its and other agents’ performance
  • The order in which actions are carried out affects performance
  • The time at which actions are carried out affects performance
Subproblem Interdependencies (I)

Subproblems are the same/overlapping, but
different agents have either alternative
methods or data that can be used to
generate a solution
Subproblems are part of a larger problem in
which a solution to the larger problem
requires that certain constraints exist among
the solutions to its subproblems
Subproblem Interdependencies (II)

 It is not possible to decompose the problem
 into a set of subproblems such that there is a
 perfect fit between the location of
 information, expertise, processing, and
 communication capabilities in the agent
 network and the computational needs for
 effectively solving each subproblem
 Contention for resources among the
 subproblems
Implications of subproblem interdependencies
 It may be impossible to completely solve one
 subproblem without first partially solving another
 subproblem
 Solving or partially solving one subproblem may simply
 make it easier to solve another subproblem
 Knowing the solution to one subproblem may obviate
 the need to solve another


How an agent orders which subgoals to do and when
  to communicate the (partial) results of solving a
 subgoal can significantly affect global performance
Another vision of coordination
 Deciding for each agent in the context of other agent
 activities
   What activities it should do, when it should do them and
   how it should do them (planning, scheduling)
   What it should communicate, when it should communicate
   and to whom (cooperation)
      Domain information and Control information
 Communication and scheduling of activities are
 intimately connected
 This is a highly complex computational problem,
 especially if optimal solutions are required
Many approaches to coordination
 Type of information available about static and
 dynamic behaviour of agents
    Cost of acquiring current state of other agents
    Cost of finding out the abilities of other agents
 Importance of optimal solution
    Cost of computing coordination decisions
    Implications of generating non-optimal coordination
 Real-time requirements
    How long you have to make a decision

 There is no one best approach to Coordination
 Complex Multi-attributed Optimization Problem
Cooperation hierarchy (Franklin)
                                MAS


               Independent                  Cooperative
              Self-interested               Benevolent



   Discrete         Emergent              With               Without
                                      communication -     communication -
                                         Explicit            Implicit




                            Deliberative         Negotiators
Benevolent Agents
 If we “own” the whole system, we can design
 agents to help each other whenever asked
 In this case, we can assume agents are
 benevolent: our best interest is their best
 interest
 Problem-solving in benevolent systems is
 cooperative distributed problem solving
 Benevolence simplifies the system design
 task enormously!
          [ Example: practical exercise]
Self-Interested Agents
   If agents represent individuals or
   organizations, then we cannot make the
   benevolence assumption
    E.g. buyers/sellers in e-commerce
   Agents will be assumed to act to further
   their own interests, possibly at the
   expense of others
   Potential for conflict
   It may complicate the design task
   enormously!
Cooperation hierarchy (Franklin)
                                MAS


               Independent                  Cooperative
              Self-interested               Benevolent



   Discrete         Emergent              With               Without
                                      communication -     communication -
                                         Explicit            Implicit




                            Deliberative         Negotiators
Discrete MAS

  Independent agents
  Each agent pursues its own agenda
  The agendas of the agents bear no
  relation to one another
   For example, one agent can filter e-mail while
   another one gathers information from the Web
  No cooperation
MAS with emergent behaviour
  Agents can cooperate with no intention of
  doing so
  The system can exhibit high-level, complex,
  intelligent, coordinated behaviour without
  any designed coordination mechanisms,
  just as a side effect of the interactions
  among agents
  Example [recall reactive architectures]
   Puck gathering robots – Beckers
Puck gathering robots

 World with a set of pucks
 Set of autonomous, independent robots, that
 can pick up pucks and drop them
 A simple rule-based individual behaviour of
 each robot, without any communication or
 coordination with the other robots, can lead to
 a complex global system behaviour (putting
 all the pucks together in a pile)
Behavioural rules (I)
Rule 1 – Pick up pucks
If (there is not a puck in the gripper) & (there
is a puck ahead) then take the puck in the
gripper
Rule 2 – Drop pucks together
If (there is one puck in the gripper) & (there is
a puck ahead) then drop the puck, go
backward for one second and turn at a
random angle
Behavioural rules (II)
 Rule 3 – Exploration
 If there are no pucks ahead then go forward

 Rule 4 – Avoid obstacles
 If there is an obstacle (wall or other robot)
 ahead then avoid the obstacle (turn at a
 random angle and go forward)
Important Factors
Agents
  Don't need to know about each other, don’t
  communicate with each other
  Don't have special roles
  Loosing a few doesn't matter
Environment
  Acts as a communication mechanism
  Is affected by the actions of all individuals
Result: surprisingly coherent group
(coordinated) action
Subsumption as Coordination
Robotics as a Multi-Agent System

 Brooks Subsumption Architecture:
   Layers of controllers
   Each layer creates a competence
   Higher layers subsume lower layers
 Can be seen, at a high level of abstraction,
 as coordination of autonomous entities
   Each layer takes its own decisions
Intelligence as emergent behaviour

  Basic element of human intelligence: neural
  activity
  Neurons: very small element with very little
  computational power
  The interaction between an enormous
  amount of neurons leads to human-level
  complex thought patterns and intelligence !
Cooperation hierarchy (Franklin)
                                MAS


               Independent                  Cooperative
              Self-interested               Benevolent



   Discrete         Emergent              With               Without
                                      communication -     communication -
                                         Explicit            Implicit




                            Deliberative         Negotiators
Cooperative agents

 The agendas of the agents include
 cooperating with other agents in the system
 in some way
   Explicitly: intentional sending and receiving of
   communicative signals (e.g. via a common
   blackboard or via messages)
   Implicitly: without explicit messages (e.g.
   observing and reacting to the behaviour of the
   other agents of the system)
Cooperation hierarchy (Franklin)
                                MAS


               Independent                  Cooperative
              Self-interested               Benevolent



   Discrete         Emergent              With               Without
                                      communication -     communication -
                                         Explicit            Implicit




                            Deliberative         Negotiators
Deliberative agents

   Agents with inference and planning
   capabilities
   Some kind of explicit distributed
   planning mechanism, based on
   information exchange, addressed to
   solve collectively a given problem
Partial Global Planning (PGP) –
Durfee, Lesser
 Distributed planning technique
 Integrates planning and execution
   Not the usual Planning-Scheduling-Action cycle
 Dynamic domains with unpredictable, unreliable
 information
 The tasks are inherently distributed; each agent
 performs its own task
 Initially applied in the Distributed Vehicle
 Monitoring (DVM) problem, then extended to be
 domain independent
Distributed Vehicle Monitoring
Goal in the DVM problem
 The agents are not aware of the global state
 of the system; however, there is a common
 goal: converge on a consistent map of
 vehicle movements by integrating the partial
 tracks formed by different agents into a
 single complete map or into a consistent set
 of local maps distributed among agents
 Coordination by means of partial plans
 exchange
Difficulties in DVM (I)
 The data sensed in an area cannot be
 exhaustively processed in a timely manner
  Huge volume of incoming data
 Many noisy data generated by
 sensors/environment, which should not be
 processed
 Correlations between data sensed in nearby
 locations provide constraints on whether/how
 that data should be processed
Difficulties in DVM (II)
  Sensor overlap implies possible processing
  duplication
   The same data should not be processed by
   different agents
  Sensing demands in an area vary heavily
  dynamically
   The allocation of work should be done in a very
   dynamic way, depending on the workload of each
   agent at each moment
Partial Global Planning phases

1.   Create local plans
2.   Exchange local plans
3.   Generate Partial Global Plans
4.   Optimize Partial Global Plans
PGP steps (I)
1- Create the local plan of each agent
 Each agent represents its own expected activity
 (to solve its assigned tasks) with a local
 (tentative) plan, at two levels:
   higher level – most important steps (actions) to be
   followed to solve the problem, abstract plan
   lower level –it specifies primitive operations to achieve
   the next step in the abstract plan; as the plan is
   executed, new details are added incrementally
Schematic view of a local plan
                Length1        Length2




                                              A4
Local Plan
(Actions)          A1               A2   A3

                                              A5




             O1    O2     O3

             Next operations
             (short term details)
Local plan characteristics

  Local plans may involve alternative actions
  depending on the results of previous actions
  and changes in the environment [conditional
  plans]
    See actions A4 and A5 in the previous slide
  They have to be dynamically modifiable in an
  easy way
Plan components
 Name
 Creation time
 Set of objectives to achieve
 List of planned actions for data processing
   Major steps in the plan
 Set of primitive problem-solving operations
 (short-term details)
 Predictions of how long each action will take
 and the expected outcome of each action
 Rating (plan importance)
Basic components of an action

 Preconditions for the action
 Results of the action
 Set of data to be processed by the action
 Set of procedures to be applied to the data
 Estimated start time of the action
 Estimated end time of the action
 Estimated degree of confidence in the result
Ordering actions within a plan

  Prefer actions that concurrently achieve
  multiple goals
  Prefer actions expected to require less
  resources (especially time)
  Prefer actions that will strongly verify or
  refute that some goals are worth pursuing
    E.g. analysis that confirms that a signal follows
    a vehicle trace detected by a neighbour agent
PGP steps (II)

 2- Exchange plans
     The agents exchange
   information about their local
   plans with other agents
   (usually high-level information)
       Goals
       Long-term strategy
       Plan rating
Distribution of local plans
    Each agent must have knowledge about the
    MAS organisational structure, so that it can
    infer the role of each agent in the problem
    solving process and decide which information
    to send to which agents
    It would be very expensive and inefficient to
    send all the local plans to all the agents in the
    system !!!
      E.g. a police car probably doesn’t need to
      exchange its plans with all the fire trucks and
      ambulances
Nodes meta-level organisation

 Information that each node must know to
 infer the organisational structure
   Nodes it has authority over
   Nodes that have authority over it
   Nodes with equal authority
Coordination possibilities

 Centralised coordination
   A node has authority over all other nodes
 Hierarchical coordination
   Each node has 1 “boss” and some “subordinate”
   nodes
 Lateral coordination
   All nodes have the same authority
PGP steps (III)
3- Generate Partial Global Plans (PGPs)
 Each agent models the collective activity of the system,
 by combining the received local partial plans into a
 Partial Global Plan
   Check dependencies between the received information
   and its own local plan
   Identify when the goals of one or more agents can be
   considered subgoals of a single global goal: partial global
   goal
   Identify opportunities to improve coordination
      E.g. two agents having to solve the same subproblem
Components of a PGP (I)
  Partial global goal: final aim of the
  global plan
  Plan activity map: plan actions to be
  executed concurrently by itself and the
  other agents, including costs and
  expected results of actions
   Initially, it will contain the union of all
   the actions of all local plans
Criteria for rating the actions in the
Plan Activity Map
   The action extends a partial result
     E.g. vehicle tracking hypothesis
   The action produces a partial result that
   might help some other agents in forming
   partial results
   How long the action is expected to take
Components of a PGP (II)
 From the modified Plan Activity Map, the
 agent builds a Solution Construction Graph:
 how the agents should interact, including
 specifications about
   what partial results to exchange
   when to exchange them
   who to exchange them with
 It must take into account the estimated time
 of the actions, the results they will provide,
 etc.
PGP steps (IV)
4- Optimize Partial Global Plans
 Each agent has a Planner Module,
 especialised in analyzing the received
 information to detect if there are several agents
 working on the same goal. This information is
 put in the Plan Activity Map, along with the
 expected future behaviour and expected
 results of the other agents
Optimizing Plans

  Local plan + Plan Activity Map =>
   New modified Local Plan
     Optimized using the updated knowledge of the
     system
   Solution Construction Graph
     Concrete details about when to send particular
     results to specific agents in the future
Possible optimizations of Local Plan
 Task reordering
   Change the order of the actions in the plan
 Task reallocation
   Move some actions to nodes without assigned
   work
 Weight of authority
   Change local plan according to the decisions of
   the nodes that have more authority
     This information is obtained by analyzing the local plans
     of nodes with higher authority
Benefits of PGP
 Systems with highly dynamic behaviour
   All plans can be adapted to dynamic changes in
   the environment => flexibility
   However, if an agent changes its local plan, it has
   to inform other agents (e.g. those that were
   waiting for a partial result)
 Efficiency
   If different agents work on the same/similar
   subproblems, they will notice that fact in their local
   plans and reassign their tasks appropriately
Negotiation techniques
  Cooperation mechanisms with explicit
  information exchange in which there
  is some sort of competition between
  the agents
    Auctions [specific lecture]
      English / Dutch / Vickrey / FPSB
      Multi-attribute auctions
      Combinatorial auctions
    Contract Net
    Others …
Task Sharing and Result Sharing

 Two main modes of cooperative problem
 solving:
   task sharing:
   activities are distributed among the agents of
   the system
   result sharing:
   information (partial or final results) is
   distributed
The Contract Net

      A well known task-sharing protocol for task
      allocation is the Contract Net:
 1.    Recognition
 2.    Announcement
 3.    Bidding
 4.    Awarding
 5.    Expediting

         [More general and detailed presentation than in the
         lecture about communication protocols]
1-Recognition

 In this stage, an agent recognizes
 it has a problem it wants help with
 An agent has a goal, and either…
   realizes it cannot achieve the goal in isolation —
   does not have capability
   realizes it would prefer not to achieve the goal in
   isolation (typically because of solution quality,
   deadline, use of resources, etc.)
2-Announcement
  In this stage, the agent with the task sends out
  an announcement of the task which includes a
  specification of the task to be achieved
  Specification must encode:
    Description of the task itself
    Any constraints (e.g. deadlines, quality constraints)
    Meta-task information (e.g. preference on attributes)
  The announcement is then broadcast
3-Bidding
 Agents that receive the announcement
 decide for themselves whether they
 wish to bid for the task
 Factors:
   agent must decide whether it is capable of expediting
   task
   agent must evaluate the cost of making the task and the
   benefits it can get from making it
 If an agent chooses to bid, then it submits a
 tender, detailing the conditions on which it can
 execute the task
4-Awarding
 The agent that sent the task
 announcement must
 choose between bids &
 decide who to “award the
 contract” to
 The result of this process is
 communicated to the
 agents that submitted a bid
5-Expediting

  The successful contractor then expedites
  the task
    That may involve generating further
    manager-contractor relationships: sub-
    contracting
Contract Net
 The collection of nodes is the “contract net”
 Each node on the network can, at different
 times or for different tasks, be a manager or a
 contractor
 When a node gets a composite task (or for
 any reason can’t solve its present task), it
 breaks it into subtasks (if possible) and
 announces them (acting as a manager),
 receives bids from potential contractors, and
 then awards the job
Issues for Implementing Contract Net

 How to…
   … specify tasks?
   … specify quality of service?
   … select between competing offers?
   … differentiate between offers based on
   multiple criteria?
Node Issues Task Announcement

             Task Announcement



   Manager
Idle Node Listening to Task Announcements




   Manager


             Potential
             Contractor
                          Manager


      Manager
Node Submitting a Bid


             Bid


   Manager


             Potential
             Contractor
Manager listening to bids


                Bids

                            Potential
   Manager                  Contractor

             Potential
             Contractor
Manager Making an Award


         Award


   Manager


             Contractor
Contract Established

               Contract



   Manager


             Contractor
FIPA-Contract Net
protocol
Contract Net node modules
 Local database
  Knowledge base, info. on the state of negotiations
  and the state of the solution of tasks
 Interface module
  Sends/receives messages, deals with the
  communication with the other nodes
 Task processor
  Executes the tasks assigned to the node
 Contract processor
  Studies new offered tasks, submits bids,
  formalizes contracts
Domain-Specific Evaluation

 Task announcement message prompts
 potential contractors to use domain specific
 task evaluation procedures
   E.g. identifying important attributes
   There is deliberation going on, not just selection —
   perhaps no tasks are suitable at present
 Manager considers the submitted bids using a
 domain specific bid evaluation procedure
Efficiency Modifications
 Focused addressing — when general
 broadcast isn’t required
   Agents could automatically learn which are the
   most appropriate nodes for common tasks
 Directed contracts — when manager already
 knows which node is appropriate
   For instance when a very similar task has already
   been done in the past
 The nodes can make proactive offers to
 potential managers of the kind of tasks they
 are able to execute
FIPA-
Iterated
Contract Net
protocol
Features of Contract Net Protocol

 Two-way dynamic transfer of information
 Mutual selection
   Bidders select from among task announcements
   Managers select from among bids
 Local evaluation
   Preserving autonomony and private information
   of agents
Suitable Applications

  Hierarchy of Tasks
  Subtasks are large enough (and it’s
  worthwhile to spend effort to distribute
  them wisely)
  Primary concerns are distributed control,
  achieving reliability, avoiding bottlenecks
Limitations
 Other stages of distributed problem solving
 are non-trivial:
   Problem Decomposition
   Solution Synthesis
 Computational overhead
   Messages
   Time – deliberation, analyze offer/bid, wait for
   decisions
Ideas for the practical exercise (I)

  Emergent cooperation
    Different firemen could be made to fight
    together a certain fire, without explicit
    coordination mechanisms
      E.g. each fire truck goes to the nearest fire
    Reactive agents, rule-based behaviour of each
    fireman
    Different police cars could be working on the
    same road blocking
Ideas for the practical exercise (II)

   Explicit cooperation
     Exchange of messages between
     firemen/policemen/ambulances (or
     higher-level coordinators) to distribute
     fires, form teams, coordinate joint
     movements, etc.
     Some kind of global planning
Ideas for the practical exercise (III)

  Negotiation
    Different firemen could “negotiate” who fights a
    certain fire
      Negotiation via auctions or via Contract Net
    It could even be a multi-attribute auction,
    depending on their distance to the fire, whether
    they are already fighting other fires or on their
    way to other fires, ...
Readings for this week
 Chapter 8 of the book An introduction to
 MultiAgent Systems (M. Wooldridge), 2nd ed.
 Chapter 4 of the book Agentes Software y
 Sistemas Multi-Agente (A. Mas)
 Paper on cooperation hierarchy (Doran et al.)
 Paper on Partial Global Planning (Durfee,
 Lesser)
 Paper on Contract Net (Smith)

Weitere ähnliche Inhalte

Was ist angesagt?

Topic 1 lecture 1
Topic 1 lecture 1Topic 1 lecture 1
Topic 1 lecture 1farshad33
 
Exploiting incidental interactions between mobile devices
Exploiting incidental interactions between mobile devicesExploiting incidental interactions between mobile devices
Exploiting incidental interactions between mobile devicesRaúl Kripalani
 
Context Aware User Modeling for Recommendation
Context Aware User Modeling for RecommendationContext Aware User Modeling for Recommendation
Context Aware User Modeling for RecommendationBamshad Mobasher
 
The NeuroPsychology of Presence
The NeuroPsychology of PresenceThe NeuroPsychology of Presence
The NeuroPsychology of PresenceRiva Giuseppe
 
An agent based approach for building complex software systems
An agent based approach for building complex software systemsAn agent based approach for building complex software systems
An agent based approach for building complex software systemsIcaro Santos
 
Hci unit 4( final)
Hci unit 4( final)Hci unit 4( final)
Hci unit 4( final)BekiTamirat
 
Beyond believable agents - employing AI for improving game like simulations f...
Beyond believable agents - employing AI for improving game like simulations f...Beyond believable agents - employing AI for improving game like simulations f...
Beyond believable agents - employing AI for improving game like simulations f...Mirjam Eladhari
 
MuMe Slide M. Wolpers 18 Nov
MuMe Slide M. Wolpers 18 NovMuMe Slide M. Wolpers 18 Nov
MuMe Slide M. Wolpers 18 NovMartin Wolpers
 
HCI - Chapter 4
HCI - Chapter 4HCI - Chapter 4
HCI - Chapter 4Alan Dix
 
Self-talk discrimination in Human-Robot Interaction Situations For Engagement...
Self-talk discrimination in Human-Robot Interaction Situations For Engagement...Self-talk discrimination in Human-Robot Interaction Situations For Engagement...
Self-talk discrimination in Human-Robot Interaction Situations For Engagement...Jade Le Maitre
 
A participatory modelling method for co-designing a shared representation of ...
A participatory modelling method for co-designing a shared representation of ...A participatory modelling method for co-designing a shared representation of ...
A participatory modelling method for co-designing a shared representation of ...ILRI
 
A model of a social chatbot
A model of a social chatbotA model of a social chatbot
A model of a social chatbotAgnese Augello
 
ARTIFICIAL INTELLIGENCE, COGNITIVE TECHNOLOGIES AND DIGITAL LABOR
ARTIFICIAL INTELLIGENCE, COGNITIVE TECHNOLOGIES AND DIGITAL LABORARTIFICIAL INTELLIGENCE, COGNITIVE TECHNOLOGIES AND DIGITAL LABOR
ARTIFICIAL INTELLIGENCE, COGNITIVE TECHNOLOGIES AND DIGITAL LABOREmmanuel Gillain
 
USER EXPERIENCE AND DIGITALLY TRANSFORMED/CONVERTED EMOTIONS
USER EXPERIENCE AND DIGITALLY TRANSFORMED/CONVERTED EMOTIONSUSER EXPERIENCE AND DIGITALLY TRANSFORMED/CONVERTED EMOTIONS
USER EXPERIENCE AND DIGITALLY TRANSFORMED/CONVERTED EMOTIONSIJMIT JOURNAL
 

Was ist angesagt? (20)

Topic 1 lecture 1
Topic 1 lecture 1Topic 1 lecture 1
Topic 1 lecture 1
 
Exploiting incidental interactions between mobile devices
Exploiting incidental interactions between mobile devicesExploiting incidental interactions between mobile devices
Exploiting incidental interactions between mobile devices
 
Context Aware User Modeling for Recommendation
Context Aware User Modeling for RecommendationContext Aware User Modeling for Recommendation
Context Aware User Modeling for Recommendation
 
The NeuroPsychology of Presence
The NeuroPsychology of PresenceThe NeuroPsychology of Presence
The NeuroPsychology of Presence
 
An agent based approach for building complex software systems
An agent based approach for building complex software systemsAn agent based approach for building complex software systems
An agent based approach for building complex software systems
 
Hci unit 4( final)
Hci unit 4( final)Hci unit 4( final)
Hci unit 4( final)
 
Beyond believable agents - employing AI for improving game like simulations f...
Beyond believable agents - employing AI for improving game like simulations f...Beyond believable agents - employing AI for improving game like simulations f...
Beyond believable agents - employing AI for improving game like simulations f...
 
IFI7159 M0
IFI7159 M0IFI7159 M0
IFI7159 M0
 
MuMe Slide M. Wolpers 18 Nov
MuMe Slide M. Wolpers 18 NovMuMe Slide M. Wolpers 18 Nov
MuMe Slide M. Wolpers 18 Nov
 
IFI7159 M3
IFI7159 M3IFI7159 M3
IFI7159 M3
 
Hci md exam
Hci md examHci md exam
Hci md exam
 
HCI - Chapter 4
HCI - Chapter 4HCI - Chapter 4
HCI - Chapter 4
 
C0353018026
C0353018026C0353018026
C0353018026
 
Self-talk discrimination in Human-Robot Interaction Situations For Engagement...
Self-talk discrimination in Human-Robot Interaction Situations For Engagement...Self-talk discrimination in Human-Robot Interaction Situations For Engagement...
Self-talk discrimination in Human-Robot Interaction Situations For Engagement...
 
A participatory modelling method for co-designing a shared representation of ...
A participatory modelling method for co-designing a shared representation of ...A participatory modelling method for co-designing a shared representation of ...
A participatory modelling method for co-designing a shared representation of ...
 
Hci activity#1
Hci activity#1Hci activity#1
Hci activity#1
 
A model of a social chatbot
A model of a social chatbotA model of a social chatbot
A model of a social chatbot
 
ARTIFICIAL INTELLIGENCE, COGNITIVE TECHNOLOGIES AND DIGITAL LABOR
ARTIFICIAL INTELLIGENCE, COGNITIVE TECHNOLOGIES AND DIGITAL LABORARTIFICIAL INTELLIGENCE, COGNITIVE TECHNOLOGIES AND DIGITAL LABOR
ARTIFICIAL INTELLIGENCE, COGNITIVE TECHNOLOGIES AND DIGITAL LABOR
 
Widget- based PLEs
Widget-based PLEsWidget-based PLEs
Widget- based PLEs
 
USER EXPERIENCE AND DIGITALLY TRANSFORMED/CONVERTED EMOTIONS
USER EXPERIENCE AND DIGITALLY TRANSFORMED/CONVERTED EMOTIONSUSER EXPERIENCE AND DIGITALLY TRANSFORMED/CONVERTED EMOTIONS
USER EXPERIENCE AND DIGITALLY TRANSFORMED/CONVERTED EMOTIONS
 

Andere mochten auch

MAS course Lect13 industrial applications
MAS course Lect13 industrial applicationsMAS course Lect13 industrial applications
MAS course Lect13 industrial applicationsAntonio Moreno
 
Lecture 4- Agent types
Lecture 4- Agent typesLecture 4- Agent types
Lecture 4- Agent typesAntonio Moreno
 
Lect6-An introduction to ontologies and ontology development
Lect6-An introduction to ontologies and ontology developmentLect6-An introduction to ontologies and ontology development
Lect6-An introduction to ontologies and ontology developmentAntonio Moreno
 
Introduction to agents and multi-agent systems
Introduction to agents and multi-agent systemsIntroduction to agents and multi-agent systems
Introduction to agents and multi-agent systemsAntonio Moreno
 
ECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtags
ECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtagsECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtags
ECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtagsAntonio Moreno
 
MAS course - Lect11 - URV applications
MAS course - Lect11 - URV applicationsMAS course - Lect11 - URV applications
MAS course - Lect11 - URV applicationsAntonio Moreno
 
MAS course - Lect12 - URV health care applications
MAS course - Lect12 - URV health care applicationsMAS course - Lect12 - URV health care applications
MAS course - Lect12 - URV health care applicationsAntonio Moreno
 
Touch screen echnology
Touch screen echnologyTouch screen echnology
Touch screen echnologyKashif Iqbal
 
Software Agents for Internet of Things - at AINL 2014
Software Agents for Internet of Things - at AINL 2014Software Agents for Internet of Things - at AINL 2014
Software Agents for Internet of Things - at AINL 2014Anton Kolonin
 
Electronic Negotiation and Mediation Support
Electronic Negotiation and Mediation SupportElectronic Negotiation and Mediation Support
Electronic Negotiation and Mediation SupportMatteo Damiani
 
T9. Trust and reputation in multi-agent systems
T9. Trust and reputation in multi-agent systemsT9. Trust and reputation in multi-agent systems
T9. Trust and reputation in multi-agent systemsEASSS 2012
 
09 semantic web & ontologies
09 semantic web & ontologies09 semantic web & ontologies
09 semantic web & ontologiesMarina Santini
 
Diageo\'s Digital Marketing Code
Diageo\'s Digital Marketing CodeDiageo\'s Digital Marketing Code
Diageo\'s Digital Marketing CodeClayton T Ford
 

Andere mochten auch (20)

MAS course Lect13 industrial applications
MAS course Lect13 industrial applicationsMAS course Lect13 industrial applications
MAS course Lect13 industrial applications
 
Agent architectures
Agent architecturesAgent architectures
Agent architectures
 
Lecture 4- Agent types
Lecture 4- Agent typesLecture 4- Agent types
Lecture 4- Agent types
 
Lect6-An introduction to ontologies and ontology development
Lect6-An introduction to ontologies and ontology developmentLect6-An introduction to ontologies and ontology development
Lect6-An introduction to ontologies and ontology development
 
Introduction to agents and multi-agent systems
Introduction to agents and multi-agent systemsIntroduction to agents and multi-agent systems
Introduction to agents and multi-agent systems
 
MAS course - Lect 9
MAS course - Lect 9 MAS course - Lect 9
MAS course - Lect 9
 
ECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtags
ECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtagsECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtags
ECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtags
 
Lect 8-auctions
Lect 8-auctionsLect 8-auctions
Lect 8-auctions
 
MAS course - Lect11 - URV applications
MAS course - Lect11 - URV applicationsMAS course - Lect11 - URV applications
MAS course - Lect11 - URV applications
 
MAS course - Lect12 - URV health care applications
MAS course - Lect12 - URV health care applicationsMAS course - Lect12 - URV health care applications
MAS course - Lect12 - URV health care applications
 
Presentationonline
PresentationonlinePresentationonline
Presentationonline
 
Touch screen echnology
Touch screen echnologyTouch screen echnology
Touch screen echnology
 
ISA2008
ISA2008ISA2008
ISA2008
 
Software Agents for Internet of Things - at AINL 2014
Software Agents for Internet of Things - at AINL 2014Software Agents for Internet of Things - at AINL 2014
Software Agents for Internet of Things - at AINL 2014
 
Electronic Negotiation and Mediation Support
Electronic Negotiation and Mediation SupportElectronic Negotiation and Mediation Support
Electronic Negotiation and Mediation Support
 
T9. Trust and reputation in multi-agent systems
T9. Trust and reputation in multi-agent systemsT9. Trust and reputation in multi-agent systems
T9. Trust and reputation in multi-agent systems
 
Automated Negotiation
Automated NegotiationAutomated Negotiation
Automated Negotiation
 
09 semantic web & ontologies
09 semantic web & ontologies09 semantic web & ontologies
09 semantic web & ontologies
 
Diageo\'s Digital Marketing Code
Diageo\'s Digital Marketing CodeDiageo\'s Digital Marketing Code
Diageo\'s Digital Marketing Code
 
TNM классификация рака легкого (6 редакция)
TNM классификация рака легкого (6 редакция)TNM классификация рака легкого (6 редакция)
TNM классификация рака легкого (6 редакция)
 

Ähnlich wie Lect7MAS-Coordination

Agent Interaction Agents
Agent Interaction AgentsAgent Interaction Agents
Agent Interaction AgentsAudrey Britton
 
Mathmodsocsys3 090827155611-phpapp02
Mathmodsocsys3 090827155611-phpapp02Mathmodsocsys3 090827155611-phpapp02
Mathmodsocsys3 090827155611-phpapp02Jovenary Muta
 
(4) Essay «About Networks, Networked And Network Centric Organizations»
(4) Essay «About Networks, Networked And Network Centric Organizations»(4) Essay «About Networks, Networked And Network Centric Organizations»
(4) Essay «About Networks, Networked And Network Centric Organizations»Vadim Salnikov
 
Multi agent good kabisa
Multi agent good kabisaMulti agent good kabisa
Multi agent good kabisaJovenary Muta
 
Multiagent systems (and their use in industry)
Multiagent systems (and their use in industry)Multiagent systems (and their use in industry)
Multiagent systems (and their use in industry)Marc-Philippe Huget
 
Why do learners cooperate? hints from network sciences on motivation for coll...
Why do learners cooperate? hints from network sciences on motivation for coll...Why do learners cooperate? hints from network sciences on motivation for coll...
Why do learners cooperate? hints from network sciences on motivation for coll...Fabio Nascimbeni
 
Structured Dialogic Design
Structured  Dialogic  DesignStructured  Dialogic  Design
Structured Dialogic DesignSoCoDesign
 
Agent-Based Modeling for Sociologists
Agent-Based Modeling for SociologistsAgent-Based Modeling for Sociologists
Agent-Based Modeling for SociologistsSimone Gabbriellini
 
Stigmergic Economy And Large-Scale, Decentralized Networks - Matan Field
Stigmergic Economy And Large-Scale, Decentralized Networks - Matan FieldStigmergic Economy And Large-Scale, Decentralized Networks - Matan Field
Stigmergic Economy And Large-Scale, Decentralized Networks - Matan FieldNetwork Society Research
 
Multiagent Systems Ch9 Working Together
Multiagent Systems Ch9 Working TogetherMultiagent Systems Ch9 Working Together
Multiagent Systems Ch9 Working TogetherSaif Salah
 
Memetic Governance. Seminar ECCO, VUB. University of Brussels 2011
Memetic Governance. Seminar ECCO, VUB. University of Brussels 2011Memetic Governance. Seminar ECCO, VUB. University of Brussels 2011
Memetic Governance. Seminar ECCO, VUB. University of Brussels 2011Øyvind Vada
 
Collaborative E Learning Assistant Network
Collaborative E Learning Assistant NetworkCollaborative E Learning Assistant Network
Collaborative E Learning Assistant NetworkPat Parslow
 
Daniel Franc (Google): How To Grow A Global Online Community
Daniel Franc (Google): How To Grow A Global Online CommunityDaniel Franc (Google): How To Grow A Global Online Community
Daniel Franc (Google): How To Grow A Global Online CommunityFeverBee Limited
 
Harnessing Collective Intelligence: Shifting Power To The Edge
Harnessing  Collective Intelligence: Shifting Power To The EdgeHarnessing  Collective Intelligence: Shifting Power To The Edge
Harnessing Collective Intelligence: Shifting Power To The EdgeMike Gotta
 
Mdp 511 2012 organizations in development - session 1-2
Mdp 511 2012 organizations in development - session 1-2Mdp 511 2012 organizations in development - session 1-2
Mdp 511 2012 organizations in development - session 1-2ANDREA_BEAR
 

Ähnlich wie Lect7MAS-Coordination (20)

c27_mas.ppt
c27_mas.pptc27_mas.ppt
c27_mas.ppt
 
Agent Interaction Agents
Agent Interaction AgentsAgent Interaction Agents
Agent Interaction Agents
 
Mathmodsocsys3 090827155611-phpapp02
Mathmodsocsys3 090827155611-phpapp02Mathmodsocsys3 090827155611-phpapp02
Mathmodsocsys3 090827155611-phpapp02
 
(4) Essay «About Networks, Networked And Network Centric Organizations»
(4) Essay «About Networks, Networked And Network Centric Organizations»(4) Essay «About Networks, Networked And Network Centric Organizations»
(4) Essay «About Networks, Networked And Network Centric Organizations»
 
Agents(1).ppt
Agents(1).pptAgents(1).ppt
Agents(1).ppt
 
Multi agent good kabisa
Multi agent good kabisaMulti agent good kabisa
Multi agent good kabisa
 
Multiagent systems (and their use in industry)
Multiagent systems (and their use in industry)Multiagent systems (and their use in industry)
Multiagent systems (and their use in industry)
 
Why do learners cooperate? hints from network sciences on motivation for coll...
Why do learners cooperate? hints from network sciences on motivation for coll...Why do learners cooperate? hints from network sciences on motivation for coll...
Why do learners cooperate? hints from network sciences on motivation for coll...
 
Learning Links
Learning LinksLearning Links
Learning Links
 
Structured Dialogic Design
Structured  Dialogic  DesignStructured  Dialogic  Design
Structured Dialogic Design
 
Agent-Based Modeling for Sociologists
Agent-Based Modeling for SociologistsAgent-Based Modeling for Sociologists
Agent-Based Modeling for Sociologists
 
Ecosystems_10.01.10
Ecosystems_10.01.10Ecosystems_10.01.10
Ecosystems_10.01.10
 
Stigmergic Economy And Large-Scale, Decentralized Networks - Matan Field
Stigmergic Economy And Large-Scale, Decentralized Networks - Matan FieldStigmergic Economy And Large-Scale, Decentralized Networks - Matan Field
Stigmergic Economy And Large-Scale, Decentralized Networks - Matan Field
 
Multiagent Systems Ch9 Working Together
Multiagent Systems Ch9 Working TogetherMultiagent Systems Ch9 Working Together
Multiagent Systems Ch9 Working Together
 
Memetic Governance. Seminar ECCO, VUB. University of Brussels 2011
Memetic Governance. Seminar ECCO, VUB. University of Brussels 2011Memetic Governance. Seminar ECCO, VUB. University of Brussels 2011
Memetic Governance. Seminar ECCO, VUB. University of Brussels 2011
 
Collaborative E Learning Assistant Network
Collaborative E Learning Assistant NetworkCollaborative E Learning Assistant Network
Collaborative E Learning Assistant Network
 
Daniel Franc (Google): How To Grow A Global Online Community
Daniel Franc (Google): How To Grow A Global Online CommunityDaniel Franc (Google): How To Grow A Global Online Community
Daniel Franc (Google): How To Grow A Global Online Community
 
Harnessing Collective Intelligence: Shifting Power To The Edge
Harnessing  Collective Intelligence: Shifting Power To The EdgeHarnessing  Collective Intelligence: Shifting Power To The Edge
Harnessing Collective Intelligence: Shifting Power To The Edge
 
Mdp 511 2012 organizations in development - session 1-2
Mdp 511 2012 organizations in development - session 1-2Mdp 511 2012 organizations in development - session 1-2
Mdp 511 2012 organizations in development - session 1-2
 
Multi agent System
Multi agent SystemMulti agent System
Multi agent System
 

Mehr von Antonio Moreno

Dynamic learning of keyword-based preferences for news recommendation (WI-2014)
Dynamic learning of keyword-based preferences for news recommendation (WI-2014)Dynamic learning of keyword-based preferences for news recommendation (WI-2014)
Dynamic learning of keyword-based preferences for news recommendation (WI-2014)Antonio Moreno
 
Automatic and unsupervised topic discovery in social networks
Automatic and unsupervised topic discovery in social networksAutomatic and unsupervised topic discovery in social networks
Automatic and unsupervised topic discovery in social networksAntonio Moreno
 
Artificial Intelligence Master URV-UPC-UB
Artificial Intelligence Master URV-UPC-UBArtificial Intelligence Master URV-UPC-UB
Artificial Intelligence Master URV-UPC-UBAntonio Moreno
 
URV Master on Computer Engineering: Computer Security and Inteligent Systems
URV Master on Computer Engineering: Computer Security and Inteligent SystemsURV Master on Computer Engineering: Computer Security and Inteligent Systems
URV Master on Computer Engineering: Computer Security and Inteligent SystemsAntonio Moreno
 
EnoSigTur: recomanació personalitzada d'activitats enoturístiques
EnoSigTur: recomanació personalitzada d'activitats enoturístiquesEnoSigTur: recomanació personalitzada d'activitats enoturístiques
EnoSigTur: recomanació personalitzada d'activitats enoturístiquesAntonio Moreno
 
On the application of multi-agent systems in Health Care
On the application of multi-agent systems in Health CareOn the application of multi-agent systems in Health Care
On the application of multi-agent systems in Health CareAntonio Moreno
 
Multi-agent systems applied in Health Care
Multi-agent systems applied in Health CareMulti-agent systems applied in Health Care
Multi-agent systems applied in Health CareAntonio Moreno
 
Artificial Intelligence techniques in Tourism at URV
Artificial Intelligence techniques in Tourism at URVArtificial Intelligence techniques in Tourism at URV
Artificial Intelligence techniques in Tourism at URVAntonio Moreno
 

Mehr von Antonio Moreno (8)

Dynamic learning of keyword-based preferences for news recommendation (WI-2014)
Dynamic learning of keyword-based preferences for news recommendation (WI-2014)Dynamic learning of keyword-based preferences for news recommendation (WI-2014)
Dynamic learning of keyword-based preferences for news recommendation (WI-2014)
 
Automatic and unsupervised topic discovery in social networks
Automatic and unsupervised topic discovery in social networksAutomatic and unsupervised topic discovery in social networks
Automatic and unsupervised topic discovery in social networks
 
Artificial Intelligence Master URV-UPC-UB
Artificial Intelligence Master URV-UPC-UBArtificial Intelligence Master URV-UPC-UB
Artificial Intelligence Master URV-UPC-UB
 
URV Master on Computer Engineering: Computer Security and Inteligent Systems
URV Master on Computer Engineering: Computer Security and Inteligent SystemsURV Master on Computer Engineering: Computer Security and Inteligent Systems
URV Master on Computer Engineering: Computer Security and Inteligent Systems
 
EnoSigTur: recomanació personalitzada d'activitats enoturístiques
EnoSigTur: recomanació personalitzada d'activitats enoturístiquesEnoSigTur: recomanació personalitzada d'activitats enoturístiques
EnoSigTur: recomanació personalitzada d'activitats enoturístiques
 
On the application of multi-agent systems in Health Care
On the application of multi-agent systems in Health CareOn the application of multi-agent systems in Health Care
On the application of multi-agent systems in Health Care
 
Multi-agent systems applied in Health Care
Multi-agent systems applied in Health CareMulti-agent systems applied in Health Care
Multi-agent systems applied in Health Care
 
Artificial Intelligence techniques in Tourism at URV
Artificial Intelligence techniques in Tourism at URVArtificial Intelligence techniques in Tourism at URV
Artificial Intelligence techniques in Tourism at URV
 

Kürzlich hochgeladen

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 

Kürzlich hochgeladen (20)

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 

Lect7MAS-Coordination

  • 1. LECTURE 7: Cooperation in MAS (I) Artificial Intelligence II – Multi-Agent Systems Introduction to Multi-Agent Systems URV, Winter–Spring 2010
  • 2. Outline of the lecture Coordination Kinds of cooperation in MAS Emergent cooperation Cooperation with explicit communication Deliberative Partial Global Planning Negotiation Contract Net Auctions [specific lecture]
  • 3. What is Coordination? “Coordination is the process of managing interdependencies between activities ” - Malone and Crowston, 1991 Coordination problems occur when: • An agent has a choice in its actions within some task, and the choice affects its and other agents’ performance • The order in which actions are carried out affects performance • The time at which actions are carried out affects performance
  • 4. Subproblem Interdependencies (I) Subproblems are the same/overlapping, but different agents have either alternative methods or data that can be used to generate a solution Subproblems are part of a larger problem in which a solution to the larger problem requires that certain constraints exist among the solutions to its subproblems
  • 5. Subproblem Interdependencies (II) It is not possible to decompose the problem into a set of subproblems such that there is a perfect fit between the location of information, expertise, processing, and communication capabilities in the agent network and the computational needs for effectively solving each subproblem Contention for resources among the subproblems
  • 6. Implications of subproblem interdependencies It may be impossible to completely solve one subproblem without first partially solving another subproblem Solving or partially solving one subproblem may simply make it easier to solve another subproblem Knowing the solution to one subproblem may obviate the need to solve another How an agent orders which subgoals to do and when to communicate the (partial) results of solving a subgoal can significantly affect global performance
  • 7. Another vision of coordination Deciding for each agent in the context of other agent activities What activities it should do, when it should do them and how it should do them (planning, scheduling) What it should communicate, when it should communicate and to whom (cooperation) Domain information and Control information Communication and scheduling of activities are intimately connected This is a highly complex computational problem, especially if optimal solutions are required
  • 8. Many approaches to coordination Type of information available about static and dynamic behaviour of agents Cost of acquiring current state of other agents Cost of finding out the abilities of other agents Importance of optimal solution Cost of computing coordination decisions Implications of generating non-optimal coordination Real-time requirements How long you have to make a decision There is no one best approach to Coordination Complex Multi-attributed Optimization Problem
  • 9. Cooperation hierarchy (Franklin) MAS Independent Cooperative Self-interested Benevolent Discrete Emergent With Without communication - communication - Explicit Implicit Deliberative Negotiators
  • 10. Benevolent Agents If we “own” the whole system, we can design agents to help each other whenever asked In this case, we can assume agents are benevolent: our best interest is their best interest Problem-solving in benevolent systems is cooperative distributed problem solving Benevolence simplifies the system design task enormously! [ Example: practical exercise]
  • 11. Self-Interested Agents If agents represent individuals or organizations, then we cannot make the benevolence assumption E.g. buyers/sellers in e-commerce Agents will be assumed to act to further their own interests, possibly at the expense of others Potential for conflict It may complicate the design task enormously!
  • 12. Cooperation hierarchy (Franklin) MAS Independent Cooperative Self-interested Benevolent Discrete Emergent With Without communication - communication - Explicit Implicit Deliberative Negotiators
  • 13. Discrete MAS Independent agents Each agent pursues its own agenda The agendas of the agents bear no relation to one another For example, one agent can filter e-mail while another one gathers information from the Web No cooperation
  • 14. MAS with emergent behaviour Agents can cooperate with no intention of doing so The system can exhibit high-level, complex, intelligent, coordinated behaviour without any designed coordination mechanisms, just as a side effect of the interactions among agents Example [recall reactive architectures] Puck gathering robots – Beckers
  • 15. Puck gathering robots World with a set of pucks Set of autonomous, independent robots, that can pick up pucks and drop them A simple rule-based individual behaviour of each robot, without any communication or coordination with the other robots, can lead to a complex global system behaviour (putting all the pucks together in a pile)
  • 16. Behavioural rules (I) Rule 1 – Pick up pucks If (there is not a puck in the gripper) & (there is a puck ahead) then take the puck in the gripper Rule 2 – Drop pucks together If (there is one puck in the gripper) & (there is a puck ahead) then drop the puck, go backward for one second and turn at a random angle
  • 17. Behavioural rules (II) Rule 3 – Exploration If there are no pucks ahead then go forward Rule 4 – Avoid obstacles If there is an obstacle (wall or other robot) ahead then avoid the obstacle (turn at a random angle and go forward)
  • 18.
  • 19.
  • 20. Important Factors Agents Don't need to know about each other, don’t communicate with each other Don't have special roles Loosing a few doesn't matter Environment Acts as a communication mechanism Is affected by the actions of all individuals Result: surprisingly coherent group (coordinated) action
  • 21. Subsumption as Coordination Robotics as a Multi-Agent System Brooks Subsumption Architecture: Layers of controllers Each layer creates a competence Higher layers subsume lower layers Can be seen, at a high level of abstraction, as coordination of autonomous entities Each layer takes its own decisions
  • 22. Intelligence as emergent behaviour Basic element of human intelligence: neural activity Neurons: very small element with very little computational power The interaction between an enormous amount of neurons leads to human-level complex thought patterns and intelligence !
  • 23. Cooperation hierarchy (Franklin) MAS Independent Cooperative Self-interested Benevolent Discrete Emergent With Without communication - communication - Explicit Implicit Deliberative Negotiators
  • 24. Cooperative agents The agendas of the agents include cooperating with other agents in the system in some way Explicitly: intentional sending and receiving of communicative signals (e.g. via a common blackboard or via messages) Implicitly: without explicit messages (e.g. observing and reacting to the behaviour of the other agents of the system)
  • 25. Cooperation hierarchy (Franklin) MAS Independent Cooperative Self-interested Benevolent Discrete Emergent With Without communication - communication - Explicit Implicit Deliberative Negotiators
  • 26. Deliberative agents Agents with inference and planning capabilities Some kind of explicit distributed planning mechanism, based on information exchange, addressed to solve collectively a given problem
  • 27. Partial Global Planning (PGP) – Durfee, Lesser Distributed planning technique Integrates planning and execution Not the usual Planning-Scheduling-Action cycle Dynamic domains with unpredictable, unreliable information The tasks are inherently distributed; each agent performs its own task Initially applied in the Distributed Vehicle Monitoring (DVM) problem, then extended to be domain independent
  • 29. Goal in the DVM problem The agents are not aware of the global state of the system; however, there is a common goal: converge on a consistent map of vehicle movements by integrating the partial tracks formed by different agents into a single complete map or into a consistent set of local maps distributed among agents Coordination by means of partial plans exchange
  • 30. Difficulties in DVM (I) The data sensed in an area cannot be exhaustively processed in a timely manner Huge volume of incoming data Many noisy data generated by sensors/environment, which should not be processed Correlations between data sensed in nearby locations provide constraints on whether/how that data should be processed
  • 31. Difficulties in DVM (II) Sensor overlap implies possible processing duplication The same data should not be processed by different agents Sensing demands in an area vary heavily dynamically The allocation of work should be done in a very dynamic way, depending on the workload of each agent at each moment
  • 32. Partial Global Planning phases 1. Create local plans 2. Exchange local plans 3. Generate Partial Global Plans 4. Optimize Partial Global Plans
  • 33. PGP steps (I) 1- Create the local plan of each agent Each agent represents its own expected activity (to solve its assigned tasks) with a local (tentative) plan, at two levels: higher level – most important steps (actions) to be followed to solve the problem, abstract plan lower level –it specifies primitive operations to achieve the next step in the abstract plan; as the plan is executed, new details are added incrementally
  • 34. Schematic view of a local plan Length1 Length2 A4 Local Plan (Actions) A1 A2 A3 A5 O1 O2 O3 Next operations (short term details)
  • 35. Local plan characteristics Local plans may involve alternative actions depending on the results of previous actions and changes in the environment [conditional plans] See actions A4 and A5 in the previous slide They have to be dynamically modifiable in an easy way
  • 36. Plan components Name Creation time Set of objectives to achieve List of planned actions for data processing Major steps in the plan Set of primitive problem-solving operations (short-term details) Predictions of how long each action will take and the expected outcome of each action Rating (plan importance)
  • 37. Basic components of an action Preconditions for the action Results of the action Set of data to be processed by the action Set of procedures to be applied to the data Estimated start time of the action Estimated end time of the action Estimated degree of confidence in the result
  • 38. Ordering actions within a plan Prefer actions that concurrently achieve multiple goals Prefer actions expected to require less resources (especially time) Prefer actions that will strongly verify or refute that some goals are worth pursuing E.g. analysis that confirms that a signal follows a vehicle trace detected by a neighbour agent
  • 39. PGP steps (II) 2- Exchange plans The agents exchange information about their local plans with other agents (usually high-level information) Goals Long-term strategy Plan rating
  • 40. Distribution of local plans Each agent must have knowledge about the MAS organisational structure, so that it can infer the role of each agent in the problem solving process and decide which information to send to which agents It would be very expensive and inefficient to send all the local plans to all the agents in the system !!! E.g. a police car probably doesn’t need to exchange its plans with all the fire trucks and ambulances
  • 41. Nodes meta-level organisation Information that each node must know to infer the organisational structure Nodes it has authority over Nodes that have authority over it Nodes with equal authority
  • 42. Coordination possibilities Centralised coordination A node has authority over all other nodes Hierarchical coordination Each node has 1 “boss” and some “subordinate” nodes Lateral coordination All nodes have the same authority
  • 43. PGP steps (III) 3- Generate Partial Global Plans (PGPs) Each agent models the collective activity of the system, by combining the received local partial plans into a Partial Global Plan Check dependencies between the received information and its own local plan Identify when the goals of one or more agents can be considered subgoals of a single global goal: partial global goal Identify opportunities to improve coordination E.g. two agents having to solve the same subproblem
  • 44. Components of a PGP (I) Partial global goal: final aim of the global plan Plan activity map: plan actions to be executed concurrently by itself and the other agents, including costs and expected results of actions Initially, it will contain the union of all the actions of all local plans
  • 45. Criteria for rating the actions in the Plan Activity Map The action extends a partial result E.g. vehicle tracking hypothesis The action produces a partial result that might help some other agents in forming partial results How long the action is expected to take
  • 46. Components of a PGP (II) From the modified Plan Activity Map, the agent builds a Solution Construction Graph: how the agents should interact, including specifications about what partial results to exchange when to exchange them who to exchange them with It must take into account the estimated time of the actions, the results they will provide, etc.
  • 47. PGP steps (IV) 4- Optimize Partial Global Plans Each agent has a Planner Module, especialised in analyzing the received information to detect if there are several agents working on the same goal. This information is put in the Plan Activity Map, along with the expected future behaviour and expected results of the other agents
  • 48. Optimizing Plans Local plan + Plan Activity Map => New modified Local Plan Optimized using the updated knowledge of the system Solution Construction Graph Concrete details about when to send particular results to specific agents in the future
  • 49. Possible optimizations of Local Plan Task reordering Change the order of the actions in the plan Task reallocation Move some actions to nodes without assigned work Weight of authority Change local plan according to the decisions of the nodes that have more authority This information is obtained by analyzing the local plans of nodes with higher authority
  • 50. Benefits of PGP Systems with highly dynamic behaviour All plans can be adapted to dynamic changes in the environment => flexibility However, if an agent changes its local plan, it has to inform other agents (e.g. those that were waiting for a partial result) Efficiency If different agents work on the same/similar subproblems, they will notice that fact in their local plans and reassign their tasks appropriately
  • 51. Negotiation techniques Cooperation mechanisms with explicit information exchange in which there is some sort of competition between the agents Auctions [specific lecture] English / Dutch / Vickrey / FPSB Multi-attribute auctions Combinatorial auctions Contract Net Others …
  • 52. Task Sharing and Result Sharing Two main modes of cooperative problem solving: task sharing: activities are distributed among the agents of the system result sharing: information (partial or final results) is distributed
  • 53. The Contract Net A well known task-sharing protocol for task allocation is the Contract Net: 1. Recognition 2. Announcement 3. Bidding 4. Awarding 5. Expediting [More general and detailed presentation than in the lecture about communication protocols]
  • 54. 1-Recognition In this stage, an agent recognizes it has a problem it wants help with An agent has a goal, and either… realizes it cannot achieve the goal in isolation — does not have capability realizes it would prefer not to achieve the goal in isolation (typically because of solution quality, deadline, use of resources, etc.)
  • 55. 2-Announcement In this stage, the agent with the task sends out an announcement of the task which includes a specification of the task to be achieved Specification must encode: Description of the task itself Any constraints (e.g. deadlines, quality constraints) Meta-task information (e.g. preference on attributes) The announcement is then broadcast
  • 56. 3-Bidding Agents that receive the announcement decide for themselves whether they wish to bid for the task Factors: agent must decide whether it is capable of expediting task agent must evaluate the cost of making the task and the benefits it can get from making it If an agent chooses to bid, then it submits a tender, detailing the conditions on which it can execute the task
  • 57. 4-Awarding The agent that sent the task announcement must choose between bids & decide who to “award the contract” to The result of this process is communicated to the agents that submitted a bid
  • 58. 5-Expediting The successful contractor then expedites the task That may involve generating further manager-contractor relationships: sub- contracting
  • 59. Contract Net The collection of nodes is the “contract net” Each node on the network can, at different times or for different tasks, be a manager or a contractor When a node gets a composite task (or for any reason can’t solve its present task), it breaks it into subtasks (if possible) and announces them (acting as a manager), receives bids from potential contractors, and then awards the job
  • 60. Issues for Implementing Contract Net How to… … specify tasks? … specify quality of service? … select between competing offers? … differentiate between offers based on multiple criteria?
  • 61. Node Issues Task Announcement Task Announcement Manager
  • 62. Idle Node Listening to Task Announcements Manager Potential Contractor Manager Manager
  • 63. Node Submitting a Bid Bid Manager Potential Contractor
  • 64. Manager listening to bids Bids Potential Manager Contractor Potential Contractor
  • 65. Manager Making an Award Award Manager Contractor
  • 66. Contract Established Contract Manager Contractor
  • 68. Contract Net node modules Local database Knowledge base, info. on the state of negotiations and the state of the solution of tasks Interface module Sends/receives messages, deals with the communication with the other nodes Task processor Executes the tasks assigned to the node Contract processor Studies new offered tasks, submits bids, formalizes contracts
  • 69. Domain-Specific Evaluation Task announcement message prompts potential contractors to use domain specific task evaluation procedures E.g. identifying important attributes There is deliberation going on, not just selection — perhaps no tasks are suitable at present Manager considers the submitted bids using a domain specific bid evaluation procedure
  • 70. Efficiency Modifications Focused addressing — when general broadcast isn’t required Agents could automatically learn which are the most appropriate nodes for common tasks Directed contracts — when manager already knows which node is appropriate For instance when a very similar task has already been done in the past The nodes can make proactive offers to potential managers of the kind of tasks they are able to execute
  • 72. Features of Contract Net Protocol Two-way dynamic transfer of information Mutual selection Bidders select from among task announcements Managers select from among bids Local evaluation Preserving autonomony and private information of agents
  • 73. Suitable Applications Hierarchy of Tasks Subtasks are large enough (and it’s worthwhile to spend effort to distribute them wisely) Primary concerns are distributed control, achieving reliability, avoiding bottlenecks
  • 74. Limitations Other stages of distributed problem solving are non-trivial: Problem Decomposition Solution Synthesis Computational overhead Messages Time – deliberation, analyze offer/bid, wait for decisions
  • 75.
  • 76. Ideas for the practical exercise (I) Emergent cooperation Different firemen could be made to fight together a certain fire, without explicit coordination mechanisms E.g. each fire truck goes to the nearest fire Reactive agents, rule-based behaviour of each fireman Different police cars could be working on the same road blocking
  • 77. Ideas for the practical exercise (II) Explicit cooperation Exchange of messages between firemen/policemen/ambulances (or higher-level coordinators) to distribute fires, form teams, coordinate joint movements, etc. Some kind of global planning
  • 78. Ideas for the practical exercise (III) Negotiation Different firemen could “negotiate” who fights a certain fire Negotiation via auctions or via Contract Net It could even be a multi-attribute auction, depending on their distance to the fire, whether they are already fighting other fires or on their way to other fires, ...
  • 79. Readings for this week Chapter 8 of the book An introduction to MultiAgent Systems (M. Wooldridge), 2nd ed. Chapter 4 of the book Agentes Software y Sistemas Multi-Agente (A. Mas) Paper on cooperation hierarchy (Doran et al.) Paper on Partial Global Planning (Durfee, Lesser) Paper on Contract Net (Smith)