Beyond Joint Demonstrations: Personalized Expert Guidance for Efficient Multi-Agent Reinforcement Learning
Peihong Yu, Manav Mishra, Alec Koppel, Carl Busart, Priya Narayan, Dinesh Manocha, Amrit Bedi, Pratap Tokekar
TL;DR
PegMARL tackles efficient exploration in multi-agent reinforcement learning by leveraging personalized expert demonstrations for each agent type, addressing the impracticality of collecting joint demonstrations. It formalizes an occupancy-measure objective that combines long-term return with a Jensen-Shannon divergence term between local occupancies and personalized expert occupancies, expressed as $\frac{1}{N}\sum_{i=1}^N ( \langle \lambda^{\pi_\theta}_i, r \rangle - \eta \mathbb{D}_{JS}( \lambda^{\pi_\theta}_i || \lambda^{\pi_{E_i}} ))$, and replaces the divergence with adversarial discriminators $D_{\phi_i}$ and $D_{\overline{\phi_i}}$ to produce reshaped rewards $\hat{r}_i = r - \eta D_{\overline{\phi_i}}(s_i,a_i,s_i') \log(1 - D_{\phi_i}(s_i,a_i))$. This approach enables leveraging personalized demonstrations for cooperative MARL, while still benefiting from joint demonstrations when available, and demonstrates strong performance across discrete and continuous domains, robustness to suboptimal demonstrations, and scalability with the number of agents. The method offers practical flexibility by accommodating demonstrations from non-co-trained policies and integrates seamlessly with policy-gradient methods such as MAPPO. Overall, PegMARL advances data-efficient MARL by combining per-agent demonstration signals with learned transition-level guidance to foster cooperation in heterogeneous teams.
Abstract
Multi-Agent Reinforcement Learning (MARL) algorithms face the challenge of efficient exploration due to the exponential increase in the size of the joint state-action space. While demonstration-guided learning has proven beneficial in single-agent settings, its direct applicability to MARL is hindered by the practical difficulty of obtaining joint expert demonstrations. In this work, we introduce a novel concept of personalized expert demonstrations, tailored for each individual agent or, more broadly, each individual type of agent within a heterogeneous team. These demonstrations solely pertain to single-agent behaviors and how each agent can achieve personal goals without encompassing any cooperative elements, thus naively imitating them will not achieve cooperation due to potential conflicts. To this end, we propose an approach that selectively utilizes personalized expert demonstrations as guidance and allows agents to learn to cooperate, namely personalized expert-guided MARL (PegMARL). This algorithm utilizes two discriminators: the first provides incentives based on the alignment of individual agent behavior with demonstrations, and the second regulates incentives based on whether the behaviors lead to the desired outcome. We evaluate PegMARL using personalized demonstrations in both discrete and continuous environments. The experimental results demonstrate that PegMARL outperforms state-of-the-art MARL algorithms in solving coordinated tasks, achieving strong performance even when provided with suboptimal personalized demonstrations. We also showcase PegMARL's capability of leveraging joint demonstrations in the StarCraft scenario and converging effectively even with demonstrations from non-co-trained policies.
