← Search

Daniel Harabor

10 accepted papers

2026

Advancing MAPF Toward the Real World: A Scalable Multi-Agent Realistic Testbed (SMART)

RA-L 2026

We present Scalable Multi-Agent Realistic Testbed SMART, a realistic and efficient software tool for evaluating Multi-Agent Path Finding (MAPF) algorithms. MAPF focuses on planning collision-free paths for a group of robots. While state-of-the-art MAPF planners can plan paths for hundreds of robots

Cited by 9SourcecodeScholar
2025

Concurrent Planning and Execution in Lifelong Multi-Agent Path Finding with Delay Probabilities

AAAI 2025technical

In multi-agent systems, when we account for the possibility of delays during execution, online planning becomes more complicated, as both execution and planning should be able to handle delays when agents are moving. Lifelong Multi-Agent Path Finding (LMAPF) is the problem of (re)planning the collis…

2025

Online Guidance Graph Optimization for Lifelong Multi-Agent Path Finding

AAAI 2025technical

We study the problem of optimizing a guidance policy capable of dynamically guiding the agents for lifelong Multi-Agent Path Finding based on real-time traffic patterns. Multi-Agent Path Finding (MAPF) focuses on moving multiple agents from their starts to goals without collisions. Its lifelong vari…

2024

Traffic Flow Optimisation for Lifelong Multi-Agent Path Finding

AAAI 2024technical

Multi-Agent Path Finding (MAPF) is a fundamental problem in robotics that asks us to compute collision-free paths for a team of agents, all moving across a shared map. Although many works appear on this topic, all current algorithms struggle as the number of agents grows. The principal reason is th…

2022

Flex Distribution for Bounded-Suboptimal Multi-Agent Path Finding

AAAI 2022technical

Multi-Agent Path Finding (MAPF) is the problem of finding collision-free paths for multiple agents that minimize the sum of path costs. EECBS is a leading two-level algorithm that solves MAPF bounded-suboptimally, that is, within some factor w of the minimum sum of path costs C*. It uses focal searc…

Cited by 8SourcePDFScholar
2022

MAPF-LNS2: Fast Repairing for Multi-Agent Path Finding via Large Neighborhood Search

AAAI 2022technical

Multi-Agent Path Finding (MAPF) is the problem of planning collision-free paths for multiple agents in a shared environment. In this paper, we propose a novel algorithm MAPF-LNS2 based on large neighborhood search for solving MAPF efficiently. Starting from a set of paths that contain collisions, MA…

2021

Anytime Multi-Agent Path Finding via Large Neighborhood Search

IJCAI 2021poster

Multi-Agent Path Finding (MAPF) is the challenging problem of computing collision-free paths for multiple agents. Algorithms for solving MAPF can be categorized on a spectrum. At one end are (bounded-sub)optimal algorithms that can find high-quality solutions for small problems. At the other end are…

2020

Euclidean Pathfinding with Compressed Path Databases

IJCAI 2020poster

We consider optimal and anytime algorithms for the Euclidean Shortest Path Problem (ESPP) in two dimensions. Our approach leverages ideas from two recent works: Polyanya, a mesh-based ESPP planner which we use to represent and reason about the environment, and Compressed Path Databases, a speedup te…

2020

Iterative-Deepening Conflict-Based Search

IJCAI 2020poster

Conflict-Based Search (CBS) is a leading algorithm for optimal Multi-Agent Path Finding (MAPF). CBS variants typically compute MAPF solutions using some form of A* search. However, they often do so under strict time limits so as to avoid exhausting the available memory. In this paper, we present IDC…