Skip to content

Author

Zongzhang Zhang

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

2025

Multi-Agent Imitation by Learning and Sampling from Factorized Soft Q-Function

Learning from multi-agent expert demonstrations, known as Multi-Agent Imitation Learning (MAIL), provides a promising approach to sequential decision-making. However, existing MAIL methods including Behavior Cloning (BC) and Adversarial Imitation Learning (AIL) face significant challenges: BC suffers from the compounding error issue, while the very nature of adversarial optimization makes AIL prone to instability. In this work, we propose M ulti-A gent imitation by learning and sampling from F actor I zed S oft Q-function (MAFIS), a novel method that addresses these limitations for both online and offline MAIL settings. Built upon the single-agent IQ-Learn framework, MAFIS introduces the value decomposition network to factorize the imitation objective at agent level, thus enabling scalable training for multi-agent systems. Moreover, we observe that the soft Q-function implicitly defines the optimal policy as an energy-based model, from which we can sample actions via stochastic gradient Langevin dynamics. This allows us to estimate the gradient of the factorized optimization objective for continuous control tasks, avoiding the adversarial optimization between the soft Q-function and the policy required by prior work. By doing so, we obtain a tractable and non-adversarial objective for both discrete and continuous multi-agent control. Experiments on common benchmarks including the discrete control tasks StarCraft Multi-Agent Challenge v2 (SMACv2), Gold Miner, and Multi Particle Environments (MPE), as well as the continuous control task Multi-Agent MuJoCo (MaMuJoCo), demonstrate that MAFIS achieves superior performance compared with baselines. Our code is available at https://github.com/LAMDA-RL/MAFIS .

Yichen Li, Zhongxiang Ling, Tao Jiang et al. · 3 citations
Book Open access Aug 2026

RMEval: Bridging Reward Model Evaluation and Policy Evaluation through Ranking Consistency

Reward Models (RMs) are widely used to guide the alignment of Large Language Models (LLMs) in Reinforcement Learning from Human Feedback (RLHF), and their quality has a substantial impact on the performance of trained policy models. In current practice, reward models are predominantly evaluated using local metrics such as pairwise accuracy on validation sets. However, recent studies have shown that the accuracy metric exhibits only weak correlation with downstream policy performance. To bridge this gap, we propose RMEval, a benchmark that revisits reward model evaluation through the lens of global ranking consistency. Specifically, we conduct the standard RLHF training to generate a sequence of policy checkpoints with progressively improving performance. We then construct our evaluation sets by sampling responses from these checkpoints, establishing a ground-truth ranking based on downstream policy evaluation. By scoring these responses with a candidate reward model, we measure the consistency between the ranking induced by the reward model and the ground-truth ranking defined by policy performance, using the consistency as our evaluative metric. Through extensive empirical analysis, we evaluate existing reward models on RMEval and demonstrate that our metric exhibits a strong correlation with downstream policy performance, with Pearson coefficients exceeding 0.6 across multiple domains.

Wenjie Qiu, Xuqin Zhang, Yihang Zhang et al. · 0 citations