paper-with-me

Papers

From Solo to Symphony: Orchestrating Multi-Agent Collaboration with Single-Agent Demos

2025-11-04 · Xun Wang, Zhuoran Li, Yanshan Lin, Hai Zhong, Longbo Huang arxiv

Training a team of agents from scratch in multi-agent reinforcement learning (MARL) is highly inefficient, much like asking beginners to play a symphony together without first practicing solo. Existing methods, such as offline or transferable MARL, can ease this burden, but they still rely on costly multi-agent data, which often becomes the bottleneck. In contrast, solo experiences are far easier to obtain in many important scenarios, e.g., collaborative coding, household cooperation, and search-and-rescue. To unlock their potential, we propose Solo-to-Collaborative RL (SoCo), a framework that transfers solo knowledge into cooperative learning. SoCo first pretrains a shared solo policy from solo demonstrations, then adapts it for cooperation during multi-agent training through a policy fusion mechanism that combines an MoE-like gating selector and an action editor. Experiments across diverse cooperative tasks show that SoCo significantly boosts the training efficiency and performance of backbone algorithms. These results demonstrate that solo demonstrations provide a scalable and effective complement to multi-agent data, making cooperative learning more practical and broadly applicable.

📄 PDF Abstract BibTeX arXiv:2511.02762

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Symphony: A Cognitively-Inspired Multi-Agent System for Long-Video Understanding

2026-03-18 · Haiyang Yan, Hongyun Zhou, Peng Xu, Xiaoxue Feng 외 arxiv

Despite rapid developments and widespread applications of MLLM agents, they still struggle with long-form video understanding (LVU) tasks, which are characterized by high information density and extended temporal spans. …

The Collaboration Gap

2025-11-04 · Tim R. Davidson, Adam Fourney, Saleema Amershi, Robert West 외 arxiv

The trajectory of AI development suggests that we will increasingly rely on agent-based systems composed of independently developed agents with different information, privileges, and tools. The success of these systems w…

SYMPHONY: Synergistic Multi-agent Planning with Heterogeneous Language Model Assembly

2026-01-30 · Wei Zhu, Zhiwen Tang, Kun Yue arxiv

Recent advancements have increasingly focused on leveraging large language models (LLMs) to construct autonomous agents for complex problem-solving tasks. However, existing approaches predominantly employ a single-agent …

Symphony: A Decentralized Multi-Agent Framework for Scalable Collective Intelligence

2025-08-27 · Ji Wang, Kashing Chen, Xinyuan Song, Ke Zhang 외 arxiv

Most existing Large Language Model (LLM)-based agent frameworks rely on centralized orchestration, incurring high deployment costs, rigid communication topologies, and limited adaptability. To address these challenges, w…

OSC: Cognitive Orchestration through Dynamic Knowledge Alignment in Multi-Agent LLM Collaboration

2025-09-05 · Jusheng Zhang, Yijia Fan, Kaitong Cai, Xiaofei Sun 외 arxiv

This paper introduces OSC (Orchestrating Cognitive Synergy), a knowledge-aware adaptive collaboration framework designed to enhance cognitive synergy in multi-agent systems with large language models. While prior work ha…