paper-with-me

Papers

Advancing Learnable Multi-Agent Pathfinding Solvers with Active Fine-Tuning

2025-06-30 · Anton Andreychuk, Konstantin Yakovlev, Aleksandr Panov, Alexey Skrynnik

Multi-agent pathfinding (MAPF) is a common abstraction of multi-robot trajectory planning problems, where multiple homogeneous robots simultaneously move in the shared environment. While solving MAPF optimally has been proven to be NP-hard, scalable, and efficient, solvers are vital for real-world applications like logistics, search-and-rescue, etc. To this end, decentralized suboptimal MAPF solvers that leverage machine learning have come on stage. Building on the success of the recently introduced MAPF-GPT, a pure imitation learning solver, we introduce MAPF-GPT-DDG. This novel approach effectively fine-tunes the pre-trained MAPF model using centralized expert data. Leveraging a novel delta-data generation mechanism, MAPF-GPT-DDG accelerates training while significantly improving performance at test time. Our experiments demonstrate that MAPF-GPT-DDG surpasses all existing learning-based MAPF solvers, including the original MAPF-GPT, regarding solution quality across many testing scenarios. Remarkably, it can work with MAPF instances involving up to 1 million agents in a single environment, setting a new milestone for scalability in MAPF domains.

📄 PDF Abstract BibTeX arXiv:2506.23793

Code (1)

Cognitive-AI-Systems/MAPF-GPT pytorch

Tasks

Imitation LearningTrajectory Planning

Similar Papers 제목 키워드 기반

Learning to Communicate Locally for Large-Scale Multi-Agent Pathfinding

2026-05-08 · Valeriy Vyaltsev, Alsu Sagirova, Anton Andreychuk, Oleg Bulichev 외 arxiv

Multi-agent pathfinding (MAPF) is a widely used abstraction for multi-robot trajectory planning problems, where multiple homogeneous agents move simultaneously within a shared environment. Although solving MAPF optimally…

Reinforcement LearningTrajectory Planning

MAPF-GPT: Imitation Learning for Multi-Agent Pathfinding at Scale

2024-08-29 · Anton Andreychuk, Konstantin Yakovlev, Aleksandr Panov, Alexey Skrynnik

Multi-agent pathfinding (MAPF) is a problem that generally requires finding collision-free paths for multiple agents in a shared environment. Solving MAPF optimally, even under restrictive assumptions, is NP-hard, yet ef…

Deep Reinforcement LearningImitation LearningZero-Shot Learning

Decentralized Monte Carlo Tree Search for Partially Observable Multi-agent Pathfinding

2023-12-26 · Alexey Skrynnik, Anton Andreychuk, Konstantin Yakovlev, Aleksandr Panov

The Multi-Agent Pathfinding (MAPF) problem involves finding a set of conflict-free paths for a group of agents confined to a graph. In typical MAPF scenarios, the graph and the agents' starting and ending vertices are kn…

Alternating Target-Path Planning for Scalable Multi-Agent Coordination

2026-05-08 · Yu Kumagai, Keisuke Okumura arxiv

The concurrent target assignment and pathfinding (TAPF) problem extends multi-agent pathfinding (MAPF) by asking planners to allocate distinct targets and collision-free paths to agents. Prior work on TAPF has relied exc…

SkyRover: A Modular Simulator for Cross-Domain Pathfinding

2025-02-13 · Wenhui Ma, Wenhao Li, Bo Jin, Changhong Lu 외

Unmanned Aerial Vehicles (UAVs) and Automated Guided Vehicles (AGVs) increasingly collaborate in logistics, surveillance, inspection tasks and etc. However, existing simulators often focus on a single domain, limiting cr…

Benchmarking