TL;DR
Multi-agent workflows using large language models (LLMs) face challenges in stability during joint training with reinforcement learning (RL). The study compares Shared-Policy training, where all roles share one policy, with Isolated-Policy training, where each role has its own parameters.
✦ Why It Matters
Engineers can optimize multi-agent LLM workflows by choosing appropriate policy-sharing strategies based on specific tasks and workflows.
Key Takeaways
How It Works
The study reveals that in Isolated-Policy training, parallel agents amplify gradients for the same role, leading to performance degradation in certain workflows. In contrast, Shared-Policy training can cause the dominant role to overshadow others, resulting in different failure patterns based on the task and workflow.
Related