a framework for problem solving activities in multi agent
play

A Framework for Problem Solving Activities in Multi-Agent Systems - PowerPoint PPT Presentation

A Framework for Problem Solving Activities in Multi-Agent Systems D. C. Han, T. H. Liu, K. S. Barber The Laboratory for Intelligent Processes and Systems Electrical and Computer Engineering The University of Texas at Austin Austin, TX 78712


  1. A Framework for Problem Solving Activities in Multi-Agent Systems D. C. Han, T. H. Liu, K. S. Barber The Laboratory for Intelligent Processes and Systems Electrical and Computer Engineering The University of Texas at Austin Austin, TX 78712 USA http://www.lips.utexas.edu/ {dhan,thliu}@lips.utexas.edu barber@mail.utexas.edu  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  2. Agent Oriented Design Agent Oriented Design Agent-oriented design involves the selection and integration of “strategies” tied to core agent problem solving functionality. Strategy Selection: the strategy for use during each phase (what is the best or most appropriate strategy to use), and Strategy Integration: recognizing dependencies among strategies across problem solving phases. (are the chosen strategies for each phase compatible?)  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  3. Strategic Decision Making Strategic Decision Making I Strategic Decision Making: Input from prior phase selecting the appropriate strategy. • On-Line Strategic Decision Making • Off-Line, a priori Strategy I Strategy: A decision making Selection Strategy mechanism which provides Action long-term consideration for Selection Actions selecting actions toward specific goals. Action Execution I Action: actions or sequences Solution of actions trigger events and change certain states.  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  4. An Agent’s Core Problem Solving Functionality An Agent’s Core Problem Solving Functionality Domain Specific Goal Feedback / Conflict Resolution AOC PG Organization TA Specification Plan PI Allocation 1) Agent Organization Construction PE 2) Plan Generation 3) Task Allocation Schedule 4) Plan Integration 5) Plan Execution Solution  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  5. Example Associated Strategies Example Associated Strategies Feedback / Conflict Resolution AOC PG TA PI PE •Dynamic •State Search Adaptive •Contract Net [Penberthy,Weld 1992] •“un-clobbering” •Commitment •Hierarchical [Smith 1980] Autonomy techniques •Negotiation [Corkill 1979] •Convention [Barber 1998] •Organization [Jennings 1993] Self-Design [Ishida et al. 1992] •Partial Global Planning [Durfee, Lesser 1987] •Multi-Agent Planning [Corkill 1979]  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  6. Agent Organization Construction Phase (AOC) Agent Organization Construction Phase (AOC) Inputs: 1) Knowledge of Environment & Agents 2) Domain Specific Goal Function: Decide and Implement “Best” Organization under which to solve the Domain Specific Goal Outputs: Organization Specification = Agents Involved Agent’s Role in a problem solving organization Domain Goal Feedback / Conflict Resolution Knowledge of Environment & Agents AOC PG TA PI PE Organization Plan Specification Allocation Solution Schedule  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  7. Agent Organizations Agent Organizations For each Domain Specific Goal: Agent performs AOC online Human designer performs AOC offline, a priori AUTONOMY SPECTRUM = Agent’s Role Command-Driven Consensus Locally Autonomous / Agent does not plan but Agents work together as a Master responds to external team, sharing planning tasks Agents plans alone. May commands from a Master with other agents, to devise or may not give orders to agent plans other agents Domain Goal Feedback / Conflict Resolution Knowledge of Environment & Agents AOC PG TA PI PE Organization Plan Specification Allocation Solution Schedule  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  8. Plan Generation Phase (PG) Plan Generation Phase (PG) Inputs: 1) Knowledge of Environment & Agents 2) Domain Specific Goal 3) Organization Specification Function: Select Actions/Goals to Achieve Outputs: Available task decompositions and plans e.g. a goal is decomposed to a set of sub goals with several sub-plans Domain Goal Feedback / Conflict Resolution Knowledge of AOC Environment & Agents PG TA PI PE Organization Plan Specification Allocation Solution Schedule  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  9. Task Allocation Phase (TA) Task Allocation Phase (TA) Inputs: 1) Knowledge of Environment & Agents 2) Organization Specification 3) Set of Actions/Goals and plans 4) Task decompositions & plans Function: Assign Goals/Plans to Specific Agents Outputs: Task Allocation e.g. Goal X is assigned to Agent Y to generate detailed plans Feedback / Conflict Resolution Domain Goal Knowledge of AOC Environment & Agents PG TA PI PE Organization Plan Specification Allocation Solution Schedule  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  10. Plan Integration Phase (PI) Plan Integration Phase (PI) Inputs: 1) Knowledge of Environment & Agents 2) Organization Specification 3) Set of Actions/Goals and plans 4) Task decompositions & plans 5) Task Allocations Function: Coordinate and schedule Agent’s Plans Outputs: Agent’s Schedule Feedback / Conflict Resolution Domain Goal Knowledge of AOC Environment & Agents PG TA PI PE Organization Plan Specification Allocation Solution Schedule  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  11. Plan Execution Phase (PE) Plan Execution Phase (PE) Inputs: 1) Knowledge of Environment & Agents 2) Organization Specification 3) Set of Actions/Goals and plans 4) Task decompositions & plans 5) Task Allocations 6) Schedule Function: Monitor Execution of Actions Outputs: Solution to Domain Problem Domain Goal Feedback / Conflict Resolution Knowledge of AOC Environment & Agents PG TA PI PE Organization Plan Specification Allocation Solution Schedule  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  12. Sensible Agent Model SYSTEM Interaction with system agents ACTION PLANNER Interaction with environment Plans AGENT Solve Domain Problems Execute Plans PERSPECTIVE CONFLICT MODELER RESOLUTION ADVISOR Behavioral, Declarative, and Intentional Models of Self, Other Conflict Specific Knowledge Agents and the Environment Identify, classify, and offer Maintains agent’s local subjective solutions for conflicts beliefs and itself and its world AUTONOMY REASONER Autonomy Requests Perception of Autonomy Constructs Environment and Assign autonomy levels External Agents Execute autonomy level transactions Autonomy Requests  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  13. Sensible Agent Model SYSTEM Interaction with system agents ACTION PLANNER Interaction with environment PG, TA, PI, PE AGENT PERSPECTIVE CONFLICT MODELER RESOLUTION ADVISOR Knowledge/Belief Goal/Plan Monitoring Maintenance AUTONOMY REASONER Perception of AOC Environment and External Agents Autonomy Requests  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  14. Interactions Among Sensible Agents Interactions Among Sensible Agents Agent 1 Goal 1 PG TA PI PE AOC AOC PG TA PI PE AOC PG TA PI PE Goal 2 Goal 4 Agent 2 AOC PG TA PI PE Goal 1 AOC PG TA PI PE Goal 3 Interagent Communication Process Trace Logical Dependancy  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  15. Summary Summary I Core Problem Solving Functionality: • Agent Organization Construction • Plan Generation • Task Allocation • Plan Integration • Plan Execution I Need for strategic design of multi-agent systems. • Selection of strategies to deliver core agent functionality • Integration of strategies accommodating dependencies  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  16. Contributions Contributions I Flexible design for problem solving framework • Applicable to different domains • Considers various strategy implementation techniques. • Facilitates infusion of new strategies. • Promotes cross-fertilization of research efforts and re- use of agent functionality-specific techniques. I Formal Specification of Strategies promotes Meta- level Strategic Decision Making to: • Select and Integrate strategies – On-Line or Off-Line – By Humans or by Agents • Facilitate design rationale and trade-offs  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

  17. Future Work Future Work I A domain analysis methodology guiding the decomposition and assignment of domain- specific functionality across a system of agents I A representation specifying techniques for problem solving phases and agent architecture designs to support automation assistance I Verification mechanisms for the evaluation of design completeness.  1999 The Laboratory for Intelligent Processes and Systems, The University of Texas at Austin

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend