arXiv:2607.19117cs.AI2026-07

对比多智能体强化学习算法在参数化动作任务中的表现与效率

Comparative Study of Multi-Agent Actor-Critic Algorithms in Parameterized Action Reinforcement Learning

论文配图:Comparative Study of Multi-Agent Actor-Critic Algorithms in Parameterized Action Reinforcement Learning
图 1 · 摘自论文原文
  • 多个独立智能体共享经验池,保持各自策略网络
  • 三至十智能体配置下,多智能体算法性能普遍提升但计算开销大
  • 五人以上增益有限,适合对可扩展性有要求的研究者

参数化动作强化学习在需要离散动作选择与连续参数化的环境中表现优异。已有研究证实单智能体的贪心演员-评论家(GAC)、软演员-评论家(SAC)和截断分位数评论家(TQC)在基准任务上的有效性,但其向多智能体场景的拓展仍不充分。本文对比了这些算法的共享经验多智能体扩展:多智能体贪心演员-评论家(MAGAC)、多智能体软演员-评论家(MASAC)和多智能体截断分位数评论家(MATQC)。所提框架不采用集中训练、分散执行(CTDE)范式,而是让多个独立的演员-评论家智能体共享经验回放缓冲区,同时保持独立的策略与价值网络。在Platform-v0和Goal-v0基准上,针对三、五、十智能体配置进行评估,比较其与单智能体版本的性能。通过十次独立运行的平均评估回报和训练时间进行衡量,并使用单因素方差分析及Tukey HSD事后检验评估统计显著性。结果表明,多智能体框架能持续提升GAC性能,而MASAC和MATQC相较于单智能体版本提升有限。当智能体数量超过五个时,性能增益趋于饱和,但计算成本显著上升,尤其是MAGAC。这揭示了学习性能与计算效率之间的权衡,为共享经验多智能体演员-评论家方法在参数化动作强化学习中的可扩展性提供了重要洞见。

原文摘要 · Abstract (English)

Parameterized action reinforcement learning has shown strong performance in environments requiring both discrete action selection and continuous parameterization. Prior work established the effectiveness of single-agent actor-critic algorithms - Greedy Actor-Critic (GAC), Soft Actor-Critic (SAC), and Truncated Quantile Critics (TQC) - on benchmark parameterized action tasks, but their extension to multi-agent settings remains largely unexplored. This paper presents a comparative study of shared-experience multi-agent extensions of these algorithms: Multi-Agent Greedy Actor-Critic (MAGAC), Multi-Agent Soft Actor-Critic (MASAC), and Multi-Agent Truncated Quantile Critics (MATQC). Rather than following the centralized training, decentralized execution (CTDE) paradigm, the proposed framework uses multiple independent actor-critic agents that share a replay buffer while maintaining separate policy and value networks. We evaluate the algorithms on the Platform-v0 and Goal-v0 benchmarks against their single-agent counterparts, using three-, five-, and ten-agent configurations to assess scalability. Performance is measured by average evaluation return and training time across ten independent runs, with one-way ANOVA and Tukey HSD post-hoc tests used to assess statistical significance. Results show that the multi-agent framework consistently improves Greedy Actor-Critic performance, while MASAC and MATQC show comparatively modest gains over their single-agent versions. Increasing the number of agents beyond five yields limited additional performance while substantially raising computational cost, particularly for MAGAC. These results highlight a trade-off between learning performance and computational efficiency, offering insight into the scalability of shared-experience multi-agent actor-critic methods for parameterized action reinforcement learning.

多智能体强化学习参数化动作算法对比

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