English

Multi-Agent Game Abstraction via Graph Attention Neural Network

Artificial Intelligence 2019-11-26 v1 Multiagent Systems

Abstract

In large-scale multi-agent systems, the large number of agents and complex game relationship cause great difficulty for policy learning. Therefore, simplifying the learning process is an important research issue. In many multi-agent systems, the interactions between agents often happen locally, which means that agents neither need to coordinate with all other agents nor need to coordinate with others all the time. Traditional methods attempt to use pre-defined rules to capture the interaction relationship between agents. However, the methods cannot be directly used in a large-scale environment due to the difficulty of transforming the complex interactions between agents into rules. In this paper, we model the relationship between agents by a complete graph and propose a novel game abstraction mechanism based on two-stage attention network (G2ANet), which can indicate whether there is an interaction between two agents and the importance of the interaction. We integrate this detection mechanism into graph neural network-based multi-agent reinforcement learning for conducting game abstraction and propose two novel learning algorithms GA-Comm and GA-AC. We conduct experiments in Traffic Junction and Predator-Prey. The results indicate that the proposed methods can simplify the learning process and meanwhile get better asymptotic performance compared with state-of-the-art algorithms.

Keywords

Cite

@article{arxiv.1911.10715,
  title  = {Multi-Agent Game Abstraction via Graph Attention Neural Network},
  author = {Yong Liu and Weixun Wang and Yujing Hu and Jianye Hao and Xingguo Chen and Yang Gao},
  journal= {arXiv preprint arXiv:1911.10715},
  year   = {2019}
}

Comments

Accepted by AAAI2020

R2 v1 2026-06-23T12:25:54.481Z