AILGMAMar 29, 2020

Parallel Knowledge Transfer in Multi-Agent Reinforcement Learning

arXiv:2003.13085v113 citations
AI Analysis

This work addresses the challenge of efficient knowledge sharing in multi-agent systems, which is incremental but could enhance performance in multi-task environments.

The paper tackles the problem of selective knowledge transfer between agents in multi-agent reinforcement learning by proposing a novel framework called PAT, which uses a shared attention mechanism to improve team learning rate and global performance, outperforming prior advising approaches.

Multi-agent reinforcement learning is a standard framework for modeling multi-agent interactions applied in real-world scenarios. Inspired by experience sharing in human groups, learning knowledge parallel reusing between agents can potentially promote team learning performance, especially in multi-task environments. When all agents interact with the environment and learn simultaneously, how each independent agent selectively learns from other agents' behavior knowledge is a problem that we need to solve. This paper proposes a novel knowledge transfer framework in MARL, PAT (Parallel Attentional Transfer). We design two acting modes in PAT, student mode and self-learning mode. Each agent in our approach trains a decentralized student actor-critic to determine its acting mode at each time step. When agents are unfamiliar with the environment, the shared attention mechanism in student mode effectively selects learning knowledge from other agents to decide agents' actions. PAT outperforms state-of-the-art empirical evaluation results against the prior advising approaches. Our approach not only significantly improves team learning rate and global performance, but also is flexible and transferable to be applied in various multi-agent systems.

Foundations

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

Your Notes