Alternating Target-Path Planning for Scalable Multi-Agent Coordination
The concurrent target assignment and pathfinding (TAPF) problem extends multi-agent pathfinding (MAPF) by asking planners to allocate distinct targets and collision-free paths to agents. Prior work on TAPF has relied exclusively on Conflict-Based Search (CBS), which tightly couples target assignment and pathfinding, resulting in compute-intensive, non-scalable solutions. In contrast, we propose an iterative refinement framework that decouples target assignment from pathfinding. Our framework builds on modern, fast, suboptimal MAPF solvers, such as LaCAM. Specifically, within a given time budget, it repeatedly solves MAPF for the current target assignment, identifies bottleneck agents via MAPF feedback, and refines the assignment. Empirical results show that feedback-driven reassignment loop is effective, enabling our framework to scale well beyond the reach of the state-of-the-art CBS-based solver while maintaining decent solution quality. This represents a solid step toward practical, large scale TAPF suitable for real-world setups.
Code (0)
등록된 구현이 없습니다.
Similar Papers 제목 키워드 기반
Towards Learning Scalable Agile Dynamic Motion Planning for Robosoccer Teams with Policy Optimization
In fast-paced, ever-changing environments, dynamic Motion Planning for Multi-Agent Systems in the presence of obstacles is a universal and unsolved problem. Be it from path planning around obstacles to the movement of ro…
Motion PlanningScalable Multi-Robot Informative Path Planning for Target Mapping via Deep Reinforcement Learning
Autonomous robots are widely utilized for mapping and exploration tasks due to their cost-effectiveness. Multi-robot systems offer scalability and efficiency, especially in terms of the number of robots deployed in more …
Collision AvoidanceDeep Reinforcement Learningreinforcement-learningReinforcement LearningReal-time Multi-target Path Prediction and Planning for Autonomous Driving aided by FCN
Real-time multi-target path planning is a key issue in the field of autonomous driving. Although multiple paths can be generated in real-time with polynomial curves, the generated paths are not flexible enough to deal wi…
Autonomous DrivingMultipath Exploitation for Fluctuating Target Detection in RIS-Assisted ISAC Systems
Integrated sensing and communication (ISAC) systems are typically deployed in multipath environments, which is usually deemed as a challenging issue for wireless communications. However, the multipath propagation can als…
DiversityIntegrated sensing and communicationISACLF: Online Multi-Robot Path Planning Meets Optimal Trajectory Control
We propose a multi-robot control paradigm to solve point-to-point navigation tasks for a team of holonomic robots with access to the full environment information. The framework invokes two processes asynchronously at hig…
Motion SynthesisRobot Navigation