arXiv:2509.06374cs.MAcs.RO2025-09被引 2

提出高效路径规划框架,解决高密度环境下的多智能体冲突问题。

MAPF-HD: Multi-Agent Path Finding in High-Density Environments

  • 采用分阶段空位交换的启发式方法,逐次优化路径。
  • 在700+格子环境中,求解时间仅需数秒,远快于传统方法。
  • 适用于仓储物流、交通调度等高密度场景,代码已开源。

多智能体路径规划(MAPF)旨在为多个智能体同时规划无碰撞的高效路径。在典型仓库中,智能体常沿通道稀疏分布;提高密度可提升空间利用率。但高密度下需同时优化目标智能体及其阻碍者路径。本文提出针对高密度环境的新型MAPF框架(MAPF-HD)。现有基于整数线性规划(ILP)的方法虽有效,但在少于100个网格的小环境中计算仍需数十至数百秒,难以用于大规模应用如自动化仓库和代客泊车。为此,我们引入分阶段空位交换(PHANS)方法,通过启发式策略逐步交换智能体与空位位置。该方法可在超过700个网格的大环境中实现数秒内求解。所提方法具备提升仓储物流、交通管理及人群控制效率的潜力。代码已发布于https://github.com/ToyotaCRDL/MAPF-in-High-Density-Envs。

原文摘要 · Abstract (English)

Multi-agent path finding (MAPF) involves planning efficient paths for multiple agents to move simultaneously while avoiding collisions. In typical warehouse environments, agents are often sparsely distributed along aisles; however, increasing the agent density can improve space efficiency. When the agent density is high, it becomes necessary to optimize the paths not only for goal-assigned agents but also for those obstructing them. This study proposes a novel MAPF framework for high-density environments (MAPF-HD). Several studies have explored MAPF in similar settings using integer linear programming (ILP). However, ILP-based methods require substantial computation time to optimize all agent paths simultaneously. Even in small grid-based environments with fewer than $100$ cells, these computations can take tens to hundreds of seconds. Such high computational costs render these methods impractical for large-scale applications such as automated warehouses and valet parking. To address these limitations, we introduce the phased null-agent swapping (PHANS) method. PHANS employs a heuristic approach to incrementally swap positions between agents and empty vertices. This method solves the MAPF-HD problem within a few seconds, even in large environments containing more than $700$ cells. The proposed method has the potential to improve efficiency in various real-world applications such as warehouse logistics, traffic management, and crowd control. The implementation is available at https://github.com/ToyotaCRDL/MAPF-in-High-Density-Envs.

多智能体路径规划高密度优化

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