MAAIMay 17, 2019

Arena: A General Evaluation Platform and Building Toolkit for Multi-Agent Intelligence

arXiv:1905.08085v537 citationsHas Code
AI Analysis

This provides a general platform and toolkit for researchers in multi-agent AI, addressing a gap in evaluation standards, though it is incremental as it builds on existing multi-agent concepts.

The authors tackled the lack of a general evaluation platform for multi-agent intelligence by introducing Arena, which includes 35 diverse games, a building toolkit for creating new problems, and baseline implementations, enabling standardized comparisons in the research community.

Learning agents that are not only capable of taking tests, but also innovating is becoming a hot topic in AI. One of the most promising paths towards this vision is multi-agent learning, where agents act as the environment for each other, and improving each agent means proposing new problems for others. However, existing evaluation platforms are either not compatible with multi-agent settings, or limited to a specific game. That is, there is not yet a general evaluation platform for research on multi-agent intelligence. To this end, we introduce Arena, a general evaluation platform for multi-agent intelligence with 35 games of diverse logics and representations. Furthermore, multi-agent intelligence is still at the stage where many problems remain unexplored. Therefore, we provide a building toolkit for researchers to easily invent and build novel multi-agent problems from the provided game set based on a GUI-configurable social tree and five basic multi-agent reward schemes. Finally, we provide Python implementations of five state-of-the-art deep multi-agent reinforcement learning baselines. Along with the baseline implementations, we release a set of 100 best agents/teams that we can train with different training schemes for each game, as the base for evaluating agents with population performance. As such, the research community can perform comparisons under a stable and uniform standard. All the implementations and accompanied tutorials have been open-sourced for the community at https://sites.google.com/view/arena-unity/.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes