LGMAJan 8

Interactive Distillation for Cooperative Multi-Agent Reinforcement Learning

arXiv:2601.05407v1h-index: 4
Originality Incremental advance
AI Analysis

This addresses the problem of accelerating training in cooperative multi-agent systems, though it is incremental as it builds on existing knowledge distillation methods.

The paper tackled bottlenecks in knowledge distillation for multi-agent reinforcement learning, such as synthesizing teaching policies and handling out-of-distribution states, by proposing HINT, which achieved improvements of 60% to 165% in success rate on cooperative benchmarks.

Knowledge distillation (KD) has the potential to accelerate MARL by employing a centralized teacher for decentralized students but faces key bottlenecks. Specifically, there are (1) challenges in synthesizing high-performing teaching policies in complex domains, (2) difficulties when teachers must reason in out-of-distribution (OOD) states, and (3) mismatches between the decentralized students' and the centralized teacher's observation spaces. To address these limitations, we propose HINT (Hierarchical INteractive Teacher-based transfer), a novel KD framework for MARL in a centralized training, decentralized execution setup. By leveraging hierarchical RL, HINT provides a scalable, high-performing teacher. Our key innovation, pseudo off-policy RL, enables the teacher policy to be updated using both teacher and student experience, thereby improving OOD adaptation. HINT also applies performance-based filtering to retain only outcome-relevant guidance, reducing observation mismatches. We evaluate HINT on challenging cooperative domains (e.g., FireCommander for resource allocation, MARINE for tactical combat). Across these benchmarks, HINT outperforms baselines, achieving improvements of 60% to 165% in success rate.

Foundations

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

Your Notes