paper-with-me

Papers

Rapid Randomized Restarts for Multi-Agent Path Finding Solvers

2017-06-08 · Liron Cohen, Glenn Wagner, T. K. Satish Kumar, Howie Choset, Sven Koenig

Multi-Agent Path Finding (MAPF) is an NP-hard problem well studied in artificial intelligence and robotics. It has many real-world applications for which existing MAPF solvers use various heuristics. However, these solvers are deterministic and perform poorly on "hard" instances typically characterized by many agents interfering with each other in a small region. In this paper, we enhance MAPF solvers with randomization and observe that they exhibit heavy-tailed distributions of runtimes on hard instances. This leads us to develop simple rapid randomized restart (RRR) strategies with the intuition that, given a hard instance, multiple short runs have a better chance of solving it compared to one long run. We validate this intuition through experiments and show that our RRR strategies indeed boost the performance of state-of-the-art MAPF solvers such as iECBS and M*.

📄 PDF Abstract BibTeX arXiv:1706.02794

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Agent Path Finding

Similar Papers 제목 키워드 기반

Efficient Restarts in Non-Stationary Model-Free Reinforcement Learning

2025-10-13 · Hiroshi Nonaka, Simon Ambrozak, Sofia R. Miskala-Dinc, Amedeo Ercole 외 arxiv

In this work, we propose three efficient restart paradigms for model-free non-stationary reinforcement learning (RL). We identify two core issues with the restart design of Mao et al. (2022)'s RestartQ-UCB algorithm: (1)…

Reinforcement Learning

A Generic Bet-and-run Strategy for Speeding Up Traveling Salesperson and Minimum Vertex Cover

2016-09-13 · Tobias Friedrich, Timo Kötzing, Markus Wagner

A common strategy for improving optimization algorithms is to restart the algorithm when it is believed to be trapped in an inferior part of the search space. However, while specific restart strategies have been develope…

Combinatorial Optimization

Two Techniques That Enhance the Performance of Multi-robot Prioritized Path Planning

2018-05-03 · Anton Andreychuk, Konstantin Yakovlev

We introduce and empirically evaluate two techniques aimed at enhancing the performance of multi-robot prioritized path planning. The first technique is the deterministic procedure for re-scheduling (as opposed to well-k…

Scheduling

Fail-Fast, Restart-Smart: Early Failure Prediction and Restart for SWE Agentic Tasks

2026-08-04 · Chenyu Wang, Yunbo Lyu, Junda He, Zhou Yang 외 arxiv

Software engineering (SWE) agents resolve repository-level issues through long trajectories that grow increasingly expensive as context accumulates. Failed runs tend to be longer and exhibit redundant exploration or loop…

Avoiding Redundant Restarts in Multimodal Global Optimization

2024-05-02 · Jacob de Nobel, Diederick Vermetten, Anna V. Kononova, Ofer M. Shir 외

Na\"ive restarts of global optimization solvers when operating on multimodal search landscapes may resemble the Coupon's Collector Problem, with a potential to waste significant function evaluations budget on revisiting …

global-optimization