MEGA Hub

One Frozen Simulator Is Not Enough: Simulator Collapse in Multi-Agent RL

Authors

Do you know Simon Yu?You can claim authorship or link another user.Do you know Nicholas Tomlin?You can claim authorship or link another user.Do you know Marwa Abdulhai?You can claim authorship or link another user.Do you know Ximing Lu?You can claim authorship or link another user.Do you know Derek Chong?You can claim authorship or link another user.Do you know Abe Hou?You can claim authorship or link another user.Do you know Dilara Soylu?You can claim authorship or link another user.Do you know Sergey Levine?You can claim authorship or link another user.Do you know Christopher D. Manning?You can claim authorship or link another user.Do you know Weiyan Shi?You can claim authorship or link another user.

Abstract

Multi-agent reinforcement learning for human-AI interaction typically relies on a single large language model to simulate user behavior. We show that this approach systematically fails to generalize, and trace the failure to simulator collapse: because the simulator LLM is mode-collapsed, an LLM policy trained against it overfits to narrow strategies that exploit the simulator's dominant mode, and such a policy transfers poorly to unseen simulators and real users. We formalize this collapse theoretically and propose two complementary solutions, one at inference time and one at training time. The inference-time solution, Verbalized Sampling, broadens the simulator's behavior by sampling from a verbalized response distribution, reducing mode collapse. The training-time solution, Co-Training, jointly optimizes the policy against a population of trainable simulators, preventing it from overfitting to any single simulator's mode. We validate both solutions on three multi-turn benchmarks: Persuasion for Good, $τ^2$-bench, and CooperBench. Verbalized Sampling improves held-out success by up to 9% over single-simulator RL, and Co-Training pushes gains further to 14%; the human study shows similar gain on real users. Both solutions preserve the policy diversity that collapses under single-simulator RL. To support further work in this direction, we release SCOPE, an open-source framework for Population Co-Training multi-agent RL. More broadly, our results suggest that the diversity of the training environment, not only the policy, is critical to the generalization of multi-turn RL to real-world deployment.

Community

00

Publication notes

Author note
41 pages, 28 figures