Planning over MAPF Agent Dependencies via Multi-Dependency PIBT
AI 摘要
提出基于智能体依赖的多依赖PIBT(MD-PIBT)框架,提升大规模MAPF问题求解效率。
主要贡献
- 提出基于智能体依赖的MAPF问题求解新视角
- 设计了通用的MD-PIBT框架,可复现PIBT和EPIBT
- 验证了MD-PIBT在不同运动约束下大规模MAPF问题的有效性
方法论
通过规划智能体间的依赖关系,在继承PIBT的优先级继承逻辑基础上,构建更灵活的搜索空间。
原文摘要
Modern Multi-Agent Path Finding (MAPF) algorithms must plan for hundreds to thousands of agents in congested environments within a second, requiring highly efficient algorithms. Priority Inheritance with Backtracking (PIBT) is a popular algorithm capable of effectively planning in such situations. However, PIBT is constrained by its rule-based planning procedure and lacks generality because it restricts its search to paths that conflict with at most one other agent. This limitation also applies to Enhanced PIBT (EPIBT), a recent extension of PIBT. In this paper, we describe a new perspective on solving MAPF by planning over agent dependencies. Taking inspiration from PIBT's priority inheritance logic, we define the concept of agent dependencies and propose Multi-Dependency PIBT (MD-PIBT) that searches over agent dependencies. MD-PIBT is a general framework where specific parameterizations can reproduce PIBT and EPIBT. At the same time, alternative configurations yield novel planning strategies that are not expressible by PIBT or EPIBT. Our experiments demonstrate that MD-PIBT effectively plans for as many as 10,000 homogeneous agents under various kinodynamic constraints, including pebble motion, rotation motion, and differential drive robots with speed and acceleration limits. We perform thorough evaluations on different variants of MAPF and find that MD-PIBT is particularly effective in MAPF with large agents.