AIDec 5, 2018

Cooperative Multi-Agent Policy Gradients with Sub-optimal Demonstration

arXiv:1812.01825v2
Originality Incremental advance
AI Analysis

This addresses the problem of multi-agent cooperation in sparse-reward environments like robot coordination, offering an incremental improvement by enhancing sub-optimal demonstrations for better policy learning.

The paper tackles learning decentralized policies for multi-agent cooperative tasks with sparse rewards using sub-optimal demonstrations, proposing a self-improving method that initializes state-action values from demonstrations and uses Nash Equilibrium to guide policy learning, resulting in significant outperformance over state-of-the-art demonstration-based approaches in combat RTS games.

Many reality tasks such as robot coordination can be naturally modelled as multi-agent cooperative system where the rewards are sparse. This paper focuses on learning decentralized policies for such tasks using sub-optimal demonstration. To learn the multi-agent cooperation effectively and tackle the sub-optimality of demonstration, a self-improving learning method is proposed: On the one hand, the centralized state-action values are initialized by the demonstration and updated by the learned decentralized policy to improve the sub-optimality. On the other hand, the Nash Equilibrium are found by the current state-action value and are used as a guide to learn the policy. The proposed method is evaluated on the combat RTS games which requires a high level of multi-agent cooperation. Extensive experimental results on various combat scenarios demonstrate that the proposed method can learn multi-agent cooperation effectively. It significantly outperforms many state-of-the-art demonstration based approaches.

Foundations

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

Your Notes