KD-MARL: Resource-Aware Knowledge Distillation in Multi-Agent Reinforcement Learning
Real world deployment of multi agent reinforcement learning MARL systems is fundamentally constrained by limited compute memory and inference time. While expert policies achieve high performance they rely on costly decision cycles and large scale models that are impractical for edge devices or embedded platforms. Knowledge distillation KD offers a promising path toward resource aware execution but existing KD methods in MARL focus narrowly on action imitation often neglecting coordination structure and assuming uniform agent capabilities. We propose resource aware Knowledge Distillation for Multi Agent Reinforcement Learning KD MARL a two stage framework that transfers coordinated behavior from a centralized expert to lightweight decentralized student agents. The student policies are trained without a critic relying instead on distilled advantage signals and structured policy supervision to preserve coordination under heterogeneous and limited observations. Our approach transfers both action level behavior and structural coordination patterns from expert policies while supporting heterogeneous student architectures allowing each agent model capacity to match its observation complexity which is crucial for efficient execution under partial or limited observability and limited onboard resources. Extensive experiments on SMAC and MPE benchmarks demonstrate that KD MARL achieves high performance retention while substantially reducing computational cost. Across standard multi agent benchmarks KD MARL retains over 90 percent of expert performance while reducing computational cost by up to 28.6 times FLOPs. The proposed approach achieves expert level coordination and preserves it through structured distillation enabling practical MARL deployment across resource constrained onboard platforms.
Code (0)
등록된 구현이 없습니다.
Tasks
Multi-agent Reinforcement LearningKnowledge DistillationSimilar Papers 제목 키워드 기반
KnowSR: Knowledge Sharing among Homogeneous Agents in Multi-agent Reinforcement Learning
Recently, deep reinforcement learning (RL) algorithms have made great progress in multi-agent domain. However, due to characteristics of RL, training for complex tasks would be resource-intensive and time-consuming. To m…
Deep Reinforcement LearningKnowledge DistillationMulti-agent Reinforcement Learningreinforcement-learning+2KnowRU: Knowledge Reusing via Knowledge Distillation in Multi-agent Reinforcement Learning
Recently, deep Reinforcement Learning (RL) algorithms have achieved dramatically progress in the multi-agent area. However, training the increasingly complex tasks would be time-consuming and resources-exhausting. To all…
Deep Reinforcement LearningKnowledge DistillationMulti-agent Reinforcement Learningreinforcement-learning+2Policy Distillation and Value Matching in Multiagent Reinforcement Learning
Multiagent reinforcement learning algorithms (MARL) have been demonstrated on complex tasks that require the coordination of a team of multiple agents to complete. Existing works have focused on sharing information betwe…
reinforcement-learningReinforcement LearningReinforcement Learning (RL)Interactive Distillation for Cooperative Multi-Agent Reinforcement Learning
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-perfor…
Multi-agent Reinforcement LearningKnowledge DistillationContextual Knowledge Sharing in Multi-Agent Reinforcement Learning with Decentralized Communication and Coordination
Decentralized Multi-Agent Reinforcement Learning (Dec-MARL) has emerged as a pivotal approach for addressing complex tasks in dynamic environments. Existing Multi-Agent Reinforcement Learning (MARL) methodologies typical…
Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning