arXiv:2410.19372cs.LG2024-10被引 5

提出新算法让多智能体在合作中实现更优均衡策略。

Toward Finding Strong Pareto Optimal Policies in Multi-Agent Reinforcement Learning

  • 用多梯度下降改进方法,让智能体兼顾他人收益
  • 新算法在网格世界中收敛更快且策略更优
  • 适合研究多智能体协作与公平性问题的学者

本文研究具有合作奖励结构的多智能体强化学习中寻找帕累托最优策略的问题。我们发现,若每个智能体仅优化自身奖励,则容易陷入次优收敛。为实现帕累托最优,智能体必须具备利他性,考虑其他智能体的收益。为此,我们提出将多梯度下降算法(MGDA)应用于多智能体场景。进一步发现,标准MGDA存在弱帕累托收敛问题,这在多智能体强化学习中尤为突出但常被忽视。为此,我们提出MGDA++,可有效解决该问题。理论上,我们证明了在凸、平滑的双目标问题中,MGDA++可收敛至强帕累托最优解。在Gridworld基准测试中,实验表明该方法在合作场景下收敛高效,且优于现有方法,所获策略更具优化性。源代码已公开于https://github.com/giangbang/Strong-Pareto-MARL。

原文摘要 · Abstract (English)

In this work, we study the problem of finding Pareto optimal policies in multi-agent reinforcement learning problems with cooperative reward structures. We show that any algorithm where each agent only optimizes their reward is subject to suboptimal convergence. Therefore, to achieve Pareto optimality, agents have to act altruistically by considering the rewards of others. This observation bridges the multi-objective optimization framework and multi-agent reinforcement learning together. We first propose a framework for applying the Multiple Gradient Descent algorithm (MGDA) for learning in multi-agent settings. We further show that standard MGDA is subjected to weak Pareto convergence, a problem that is often overlooked in other learning settings but is prevalent in multi-agent reinforcement learning. To mitigate this issue, we propose MGDA++, an improvement of the existing algorithm to handle the weakly optimal convergence of MGDA properly. Theoretically, we prove that MGDA++ converges to strong Pareto optimal solutions in convex, smooth bi-objective problems. We further demonstrate the superiority of our MGDA++ in cooperative settings in the Gridworld benchmark. The results highlight that our proposed method can converge efficiently and outperform the other methods in terms of the optimality of the convergent policies. The source code is available at \url{https://github.com/giangbang/Strong-Pareto-MARL}.

多智能体强化学习帕累托最优算法改进

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。