1 / 12

Market-Driven Multi-Agent Collaboration in Robot Soccer Domain

Market-Driven Multi-Agent Collaboration in Robot Soccer Domain Presented by Barış Kurt Outline What is a Market-Driven Strategy? How it works? Different Implementations What is a Market-Driven Strategy? Ap pl ication of the basic properties of free market economy to increase the benefit

Gabriel
Télécharger la présentation

Market-Driven Multi-Agent Collaboration in Robot Soccer Domain

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Market-Driven Multi-Agent Collaboration in Robot Soccer Domain Presented by Barış Kurt

  2. Outline • What is a Market-Driven Strategy? • How it works? • Different Implementations

  3. What is a Market-Driven Strategy? • Application of the basic properties offree market economy to increase the benefit • Based on the basic assumption that maximizing individual profits will approximate global profit maximization • Used for multi-agent task allocation

  4. How it works? • There exists an overall goal of the team that an outside entity is assumed to offer a payoff • The goal is decomposed into smaller tasks and an auction is performed for each of them • For each task, agents offer their prices to the auctioneer • The bidder with the lowest offeredprice will be given the right of execution of the task

  5. Market-driven scenario

  6. Prices of Tasks: The Cost Functions • The prices that agents offer for tasks are the estimated costs for accomplishing that task • For example: Cattacker = M2*distBall + M2*distOppGoal

  7. Auction Mechanism In Cerberus 2005 if(playerNumber==minDistOwner&&playerNumber==minDistOwnerForOppGoal) { robotRole=RR_PRIMARY_DEFENDER; } elseif(playerNumber==minDistOwner) { robotRole=RR_SECONDARY_ATTACKER; } else if(playerNumber==minDistOwnerForOppGoal) { robotRole=RR_SECONDARY_ATTACKER; } else if(playerNumber==minDistOwnerToOwnGoal) { robotRole=RR_PRIMARY_DEFENDER; } else { robotRole=RR_SECONDARY_ATTACKER; }

  8. Different Implementations • Centralized • Distributed • Hybrid?

  9. Centralized Implementation • There exists a master agent (auctioneer) that controls the auctions and assigns the roles. • The master agent receives offers from all other agents for each task and sends the auction results back. • Computationally efficient. • Prone to single point failures.

  10. Distributed Implementation • No master agent. • Every agent broadcasts its offer for every task. • Every agent runs the same auction mechanism and parallely computes the auction results. • Robust against single point failures • Requires more computation in total.

  11. Hybrid Implementation • There exists a master agent • There is also an auction for the task of being the master • Robust against single point failures • Computationly efficient • Still not implemented, no test results.

  12. Thanks.. • Questions?

More Related