paper-with-me

Papers

DMS*: Minimizing Makespan for Multi-Agent Combinatorial Path Finding

2023-12-11 · Zhongqiang Ren, Anushtup Nandy, Sivakumar Rathinam, Howie Choset

Multi-Agent Combinatorial Path Finding (MCPF) seeks collision-free paths for multiple agents from their initial to goal locations, while visiting a set of intermediate target locations in the middle of the paths. MCPF is challenging as it involves both planning collision-free paths for multiple agents and target sequencing, i.e., solving traveling salesman problems to assign targets to and find the visiting order for the agents. Recent work develops methods to address MCPF while minimizing the sum of individual arrival times at goals. Such a problem formulation may result in paths with different arrival times and lead to a long makespan, the maximum arrival time, among the agents. This paper proposes a min-max variant of MCPF, denoted as MCPF-max, that minimizes the makespan of the agents. While the existing methods (such as MS*) for MCPF can be adapted to solve MCPF-max, we further develop two new techniques based on MS* to defer the expensive target sequencing during planning to expedite the overall computation. We analyze the properties of the resulting algorithm Deferred MS* (DMS*), and test DMS* with up to 20 agents and 80 targets. We demonstrate the use of DMS* on differential-drive robots.

📄 PDF Abstract BibTeX arXiv:2312.06314

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

When Agents Break Down in Multiagent Path Finding

2025-08-05 · Foivos Fioravantes, Dušan Knop, Nikolaos Melissinos, Michal Opler arxiv

In Multiagent Path Finding (MAPF), the goal is to compute efficient, collision-free paths for multiple agents navigating a network from their sources to targets, minimizing the schedule's makespan-the total time until al…

Balancing Efficiency and Fairness: An Iterative Exchange Framework for Multi-UAV Cooperative Path Planning

2025-11-29 · Hongzong Li, Luwei Liao, Xiangguang Dai, Yuming Feng 외 arxiv

Multi-UAV cooperative path planning (MUCPP) is a fundamental problem in multi-agent systems, aiming to generate collision-free trajectories for a team of unmanned aerial vehicles (UAVs) to complete distributed tasks effi…

Makespan Optimal Solving of Cooperative Path-Finding via Reductions to Propositional Satisfiability

2016-10-18 · Pavel Surynek

The problem of makespan optimal solving of cooperative path finding (CPF) is addressed in this paper. The task in CPF is to relocate a group of agents in a non-colliding way so that each agent eventually reaches its goal…

Loosely Synchronized Rule-Based Planning for Multi-Agent Path Finding with Asynchronous Actions

2024-12-16 · Shuai Zhou, Shizhe Zhao, Zhongqiang Ren

Multi-Agent Path Finding (MAPF) seeks collision-free paths for multiple agents from their respective starting locations to their respective goal locations while minimizing path costs. Although many MAPF algorithms were d…

Multi-Agent Path Finding

Multi-Robot Connected Fermat Spiral Coverage

2024-03-20 · Jingtao Tang, Hang Ma

We introduce the Multi-Robot Connected Fermat Spiral (MCFS), a novel algorithmic framework for Multi-Robot Coverage Path Planning (MCPP) that adapts Connected Fermat Spiral (CFS) from the computer graphics community to m…

Combinatorial Optimization