arXiv:2511.06142cs.AI2025-11NeurIPS被引 10

用低维表示加速多智能体规划,提升搜索效率与性能。

MALinZero: Efficient Low-Dimensional Search for Mastering Complex Multi-Agent Planning

  • 将联合动作收益投影到低维空间,用线性上下文老虎机建模。
  • 在SMAC等基准上超越现有方法,学习更快且表现更好。
  • 适合需要高效多智能体决策的强化学习场景。

蒙特卡洛树搜索(MCTS)通过上限置信区间(UCT)的随机采样实现探索与利用的平衡,对解决复杂规划问题至关重要。然而,在多智能体规划中,动作空间呈组合爆炸式增长,导致树扩展时分支因子指数级增加,极大阻碍了搜索效率。为此,我们提出MALinZero,通过在联合动作收益上构建低维表征结构,实现复杂多智能体规划中的高效MCTS。该方法将联合动作收益映射至可由上下文线性贝叶斯问题描述的低维空间,采用凸且μ-光滑损失函数求解,更关注优质联合动作并缓解表征局限。我们推导出线性上限置信区间(LinUCT),实现低维空间下的新型多智能体探索与利用。分析了低维奖励函数下的后悔界,并提出基于次模目标最大化的(1−1/e)-近似联合动作选择算法。MALinZero在矩阵博弈、SMAC和SMACv2等多智能体基准上达到当前最优性能,优于多种基于模型和无模型的强化学习基线,且具备更快的学习速度和更强的泛化能力。

原文摘要 · Abstract (English)

Monte Carlo Tree Search (MCTS), which leverages Upper Confidence Bound for Trees (UCTs) to balance exploration and exploitation through randomized sampling, is instrumental to solving complex planning problems. However, for multi-agent planning, MCTS is confronted with a large combinatorial action space that often grows exponentially with the number of agents. As a result, the branching factor of MCTS during tree expansion also increases exponentially, making it very difficult to efficiently explore and exploit during tree search. To this end, we propose MALinZero, a new approach to leverage low-dimensional representational structures on joint-action returns and enable efficient MCTS in complex multi-agent planning. Our solution can be viewed as projecting the joint-action returns into the low-dimensional space representable using a contextual linear bandit problem formulation. We solve the contextual linear bandit problem with convex and $μ$-smooth loss functions -- in order to place more importance on better joint actions and mitigate potential representational limitations -- and derive a linear Upper Confidence Bound applied to trees (LinUCT) to enable novel multi-agent exploration and exploitation in the low-dimensional space. We analyze the regret of MALinZero for low-dimensional reward functions and propose an $(1-\tfrac1e)$-approximation algorithm for the joint action selection by maximizing a sub-modular objective. MALinZero demonstrates state-of-the-art performance on multi-agent benchmarks such as matrix games, SMAC, and SMACv2, outperforming both model-based and model-free multi-agent reinforcement learning baselines with faster learning speed and better performance.

多智能体强化学习规划高效搜索

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