paper-with-me

Papers

Anytime Multi-Agent Path Finding with an Adaptive Delay-Based Heuristic

2024-08-06 · Thomy Phan, Benran Zhang, Shao-Hung Chan, Sven Koenig

Anytime multi-agent path finding (MAPF) is a promising approach to scalable path optimization in multi-agent systems. MAPF-LNS, based on Large Neighborhood Search (LNS), is the current state-of-the-art approach where a fast initial solution is iteratively optimized by destroying and repairing selected paths of the solution. Current MAPF-LNS variants commonly use an adaptive selection mechanism to choose among multiple destroy heuristics. However, to determine promising destroy heuristics, MAPF-LNS requires a considerable amount of exploration time. As common destroy heuristics are non-adaptive, any performance bottleneck caused by these heuristics cannot be overcome via adaptive heuristic selection alone, thus limiting the overall effectiveness of MAPF-LNS in terms of solution cost. In this paper, we propose Adaptive Delay-based Destroy-and-Repair Enhanced with Success-based Self-Learning (ADDRESS) as a single-destroy-heuristic variant of MAPF-LNS. ADDRESS applies restricted Thompson Sampling to the top-K set of the most delayed agents to select a seed agent for adaptive LNS neighborhood generation. We evaluate ADDRESS in multiple maps from the MAPF benchmark set and demonstrate cost improvements by at least 50% in large-scale scenarios with up to a thousand agents, compared with the original MAPF-LNS and other state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2408.02960

Code (1)

JimyZ13/ADDRESS 공식 구현

Tasks

Multi-Agent Path FindingSelf-LearningThompson Sampling

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Self-Learning 설명 없음

Similar Papers 제목 키워드 기반

Adaptive Anytime Multi-Agent Path Finding Using Bandit-Based Large Neighborhood Search

2023-12-28 · Thomy Phan, Taoan Huang, Bistra Dilkina, Sven Koenig

Anytime multi-agent path finding (MAPF) is a promising approach to scalable path optimization in large-scale multi-agent systems. State-of-the-art anytime MAPF is based on Large Neighborhood Search (LNS), where a fast in…

Multi-Agent Path FindingThompson Sampling

A Lightweight Traffic Map for Efficient Anytime LaCAM*

2026-03-09 · Bojie Shen, Yue Zhang, Zhe Chen, Daniel Harabor arxiv

Multi-Agent Path Finding (MAPF) aims to compute collision-free paths for multiple agents and has a wide range of practical applications. LaCAM*, an anytime configuration-based solver, currently represents the state of th…

Adaptive-Horizon Conflict-Based Search for Closed-Loop Multi-Agent Path Finding

2026-02-12 · Jiarui Li, Federico Pecora, Runyu Zhang, Gioele Zardini arxiv

Multi-Agent Path Finding (MAPF) is a core coordination problem for large robot fleets in automated warehouses and logistics. Existing approaches are typically either open-loop planners, which must compute complete trajec…

Computational Efficiency

CTS-PLL: A Robust and Anytime Framework for Collaborative Task Sequencing and Multi-Agent Path Finding

2026-03-26 · Junkai Jiang, Yitao Xu, Ruochen Li, Shaobing Xu 외 arxiv

The Collaborative Task Sequencing and Multi-Agent Path Finding (CTS-MAPF) problem requires agents to accomplish sequences of tasks while avoiding collisions, posing significant challenges due to its combinatorial complex…

Anytime Single-Step MAPF Planning with Anytime PIBT

2025-04-10 · Nayesha Gandotra, Rishi Veerapaneni, Muhammad Suhail Saleem, Daniel Harabor 외

PIBT is a popular Multi-Agent Path Finding (MAPF) method at the core of many state-of-the-art MAPF methods including LaCAM, CS-PIBT, and WPPL. The main utility of PIBT is that it is a very fast and effective single-step …

Multi-Agent Path Finding