Open Systems Laboratory at Illinois

Adaptive agent allocation for massively multi-agent applications

By Myeong-Wuk Jang and Gul Agha. In MMAS, volume 3446 of Lecture Notes in Computer Science, 25–39. Springer, 2004.

Publisher Link:
http://dx.doi.org/10.1007/11512073_3

Abstract

Although distributed computing is necessary to execute massively multi-agent applications, the distribution of agents is challenging especially when the communication patterns among agents are continuously changing. This paper proposes two adaptive agent allocation mechanisms for massively multi-agent applications: one mechanism aims at minimizing agent communication cost, while the other mechanism attempts to prevent overloaded computer nodes from negatively affecting overall performance. We synthesize these two mechanisms in a multi-agent framework called Adaptive Actor Architecture ( AAA). In AAA, each agent platform monitors the workload of its computer node and the communication patterns of agents executing on it. An agent platform periodically reallocates agents according to their communication localities. When an agent platform is overloaded, the platform migrates a set of agents, which have more intra-group communication than inter-group or inter-node communication, to a lightly loaded agent platform. These adaptive agent allocation mechanisms are developed as fully distributed algorithms, and they move the selected agents as a group. In order to evaluate these mechanisms, preliminary experimental results with large-scale micro UAV (Unmanned Aerial Vehicle) simulations are described.

BibTeX

@inproceedings{conf/mmas/JangA04,
    author = "Jang, Myeong-Wuk and Agha, Gul",
    editor = "Ishida, Toru and Gasser, Les and Nakashima, Hideyuki",
    title = "Adaptive Agent Allocation for Massively Multi-agent
             Applications",
    booktitle = "MMAS",
    crossref = "conf/mmas/2004",
    ee = "http://dx.doi.org/10.1007/11512073_3",
    keywords = "multi-agent systems",
    pages = "25-39",
    year = "2004",
}

@proceedings{conf/mmas/2004,
    editor = "Ishida, Toru and Gasser, Les and Nakashima, Hideyuki",
    title = "Massively Multi-Agent Systems I, First International
             Workshop, MMAS 2004, Kyoto, Japan, December 10-11, 2004, Revised
             Selected and Invited Papers",
    isbn = "3-540-26974-6",
    publisher = "Springer",
    series = "Lecture Notes in Computer Science",
    volume = "3446",
    year = "2005",
}