paper-with-me

Papers

Prioritized Planning for Continuous-time Lifelong Multi-agent Pathfinding

2025-03-17 · Alvin Combrink, Sabino Francesco Roselli, Martin Fabian

Multi-agent Path Finding (MAPF) is the problem of planning collision-free movements of agents so that they get from where they are to where they need to be. Commonly, agents are located on a graph and can traverse edges. This problem has many variations and has been studied for decades. Two such variations are the continuous-time and the lifelong MAPF problems. In the former, edges have non-unit lengths and volumetric agents can traverse them at any real-valued time. In the latter, agents must attend to a continuous stream of incoming tasks. Much work has been devoted to designing solution methods within these two areas. To our knowledge, however, the combined problem of continuous-time lifelong MAPF has yet to be addressed. This work addresses continuous-time lifelong MAPF with volumetric agents by presenting the fast and sub-optimal Continuous-time Prioritized Lifelong Planner (CPLP). CPLP continuously assigns agents to tasks and computes plans using a combination of two path planners; one based on CCBS and the other based on SIPP. Experimental results with up to 800 agents on graphs with up to 12 000 vertices demonstrate practical performance, where maximum planning times fall within the available time budget. Additionally, CPLP ensures collision-free movement even when failing to meet this budget. Therefore, the robustness of CPLP highlights its potential for real-world applications.

📄 PDF Abstract BibTeX arXiv:2503.13175

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Agent Path Finding

Similar Papers 제목 키워드 기반

Learning-guided Prioritized Planning for Lifelong Multi-Agent Path Finding in Warehouse Automation

2026-03-25 · Han Zheng, Yining Ma, Brandon Araki, Jingkai Chen 외 arxiv

Lifelong Multi-Agent Path Finding (MAPF) is critical for modern warehouse automation, which requires multiple robots to continuously navigate conflict-free paths to optimize the overall system throughput. However, the co…

Reinforcement Learning

Enhancing Lifelong Multi-Agent Path-finding by Using Artificial Potential Fields

2025-05-28 · Arseniy Pertzovsky, Roni Stern, Ariel Felner, Roie Zivan

We explore the use of Artificial Potential Fields (APFs) to solve Multi-Agent Path Finding (MAPF) and Lifelong MAPF (LMAPF) problems. In MAPF, a team of agents must move to their goal locations without collisions, wherea…

Multi-Agent Path Finding

Embodied Lifelong Learning for Task and Motion Planning

2023-07-13 · Jorge Mendez-Mendez, Leslie Pack Kaelbling, Tomás Lozano-Pérez

A robot deployed in a home over long stretches of time faces a true lifelong learning problem. As it seeks to provide assistance to its users, the robot should leverage any accumulated experience to improve its own knowl…

Lifelong learningMotion PlanningTask and Motion Planning

Prioritized Planning Algorithms for Trajectory Coordination of Multiple Mobile Robots

2014-09-08 · Michal Čáp, Peter Novák, Alexander Kleiner, Martin Selecký

An important capability of autonomous multi-robot systems is to prevent collision among the individual robots. One approach to this problem is to plan conflict-free trajectories and let each of the robots follow its pre-…

Trajectory Planning

Reset-Free Lifelong Learning with Skill-Space Planning

2020-12-07 · ICLR 2021 1 · Kevin Lu, Aditya Grover, Pieter Abbeel, Igor Mordatch

The objective of lifelong reinforcement learning (RL) is to optimize agents which can continuously adapt and interact in changing environments. However, current RL approaches fail drastically when environments are non-st…

Lifelong learningMuJoCoReinforcement Learning (RL)