LGMASYMLMay 31, 2019

Attentional Policies for Cross-Context Multi-Agent Reinforcement Learning

arXiv:1905.13428v12 citations
Originality Incremental advance
AI Analysis

This addresses coordination challenges in dynamic multi-agent systems like autonomous vehicles, offering a scalable solution, though it is incremental based on relational inductive biases.

The paper tackles the problem of multi-agent reinforcement learning with varying numbers of agents by proposing a shared attentional policy architecture that aggregates state information across agents. It demonstrates superior performance over a centralized solution in a vehicle coordination benchmark, especially when scaling to large numbers of agents.

Many potential applications of reinforcement learning in the real world involve interacting with other agents whose numbers vary over time. We propose new neural policy architectures for these multi-agent problems. In contrast to other methods of training an individual, discrete policy for each agent and then enforcing cooperation through some additional inter-policy mechanism, we follow the spirit of recent work on the power of relational inductive biases in deep networks by learning multi-agent relationships at the policy level via an attentional architecture. In our method, all agents share the same policy, but independently apply it in their own context to aggregate the other agents' state information when selecting their next action. The structure of our architectures allow them to be applied on environments with varying numbers of agents. We demonstrate our architecture on a benchmark multi-agent autonomous vehicle coordination problem, obtaining superior results to a full-knowledge, fully-centralized reference solution, and significantly outperforming it when scaling to large numbers of agents.

Foundations

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

Your Notes