Heterogeneous Value Decomposition Policy Fusion for Multi-Agent Cooperation
Siying Wang, Yang Zhou, Zhitong Zhao, Ruoning Zhang, Jinliang Shao, Wenyu Chen, Yuhua Cheng
TL;DR
Cooperative multi-agent RL often relies on value decomposition under the $IGM$ principle, but existing VD methods trade off representational capacity against training efficiency. The paper introduces Heterogeneous Policy Fusion (HPF), which extends two VD policies into a composite policy set $\Pi=[\boldsymbol{\pi}_{\alpha},\boldsymbol{\pi}_{\beta}]$ and adaptively fuses them via a Boltzmann-based selector, augmented by an instructive KL constraint to align local policies. Empirical results on Matrix Game, StarCraft II SMAC, and Predator-Prey demonstrate that HPF improves sample efficiency and overall performance over strong baselines, with ablations confirming the value of value-guided policy sampling and policy extension. HPF offers a practical, easy-to-implement path to robust cooperative behavior by leveraging existing VD methods without designing new factorization schemes.
Abstract
Value decomposition (VD) has become one of the most prominent solutions in cooperative multi-agent reinforcement learning. Most existing methods generally explore how to factorize the joint value and minimize the discrepancies between agent observations and characteristics of environmental states. However, direct decomposition may result in limited representation or difficulty in optimization. Orthogonal to designing a new factorization scheme, in this paper, we propose Heterogeneous Policy Fusion (HPF) to integrate the strengths of various VD methods. We construct a composite policy set to select policies for interaction adaptively. Specifically, this adaptive mechanism allows agents' trajectories to benefit from diverse policy transitions while incorporating the advantages of each factorization method. Additionally, HPF introduces a constraint between these heterogeneous policies to rectify the misleading update caused by the unexpected exploratory or suboptimal non-cooperation. Experimental results on cooperative tasks show HPF's superior performance over multiple baselines, proving its effectiveness and ease of implementation.
