paper-with-me

Papers

Algorithm Selection for Optimal Multi-Agent Path Finding via Graph Embedding

2024-06-16 · Carmel Shabalin, Omri Kaduri, Roni Stern

Multi-agent path finding (MAPF) is the problem of finding paths for multiple agents such that they do not collide. This problem manifests in numerous real-world applications such as controlling transportation robots in automated warehouses, moving characters in video games, and coordinating self-driving cars in intersections. Finding optimal solutions to MAPF is NP-Hard, yet modern optimal solvers can scale to hundreds of agents and even thousands in some cases. Different solvers employ different approaches, and there is no single state-of-the-art approach for all problems. Furthermore, there are no clear, provable, guidelines for choosing when each optimal MAPF solver to use. Prior work employed Algorithm Selection (AS) techniques to learn such guidelines from past data. A major challenge when employing AS for choosing an optimal MAPF algorithm is how to encode the given MAPF problem. Prior work either used hand-crafted features or an image representation of the problem. We explore graph-based encodings of the MAPF problem and show how they can be used on-the-fly with a modern graph embedding algorithm called FEATHER. Then, we show how this encoding can be effectively joined with existing encodings, resulting in a novel AS method we call MAPF Algorithm selection via Graph embedding (MAG). An extensive experimental evaluation of MAG on several MAPF algorithm selection tasks reveals that it is either on-par or significantly better than existing methods.

📄 PDF Abstract BibTeX arXiv:2406.10827

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingMulti-Agent Path FindingSelf-Driving Cars

Similar Papers 제목 키워드 기반

Learning to Select Nodes in Bounded Suboptimal Conflict-Based Search for Multi-Agent Path Finding

2020-10-17 · NeurIPS Workshop LMCA 2020 12 · Taoan Huang, Bistra Dilkina, Sven Koenig

Multi-Agent Path Finding is an NP-hard problem that is difficult for current approaches to solve optimally. Research has shown that bounded suboptimal solvers, such as Enhanced Conflict-Based Search (ECBS), are more effi…

Imitation LearningMulti-Agent Path Finding

Optimal and Bounded-Suboptimal Multi-Goal Task Assignment and Path Finding

2022-08-02 · Xinyi Zhong, Jiaoyang Li, Sven Koenig, Hang Ma

We formalize and study the multi-goal task assignment and path finding (MG-TAPF) problem from theoretical and algorithmic perspectives. The MG-TAPF problem is to compute an assignment of tasks to agents, where each task …

Multi-Agent Path Finding

Automatic Algorithm Selection In Multi-agent Pathfinding

2019-06-10 · Devon Sigurdson, Vadim Bulitko, Sven Koenig, Carlos Hernandez 외

In a multi-agent pathfinding (MAPF) problem, agents need to navigate from their start to their goal locations without colliding into each other. There are various MAPF algorithms, including Windowed Hierarchical Cooperat…

Navigate

Optimal and Bounded Suboptimal Any-Angle Multi-agent Pathfinding

2024-04-25 · Konstantin Yakovlev, Anton Andreychuk, Roni Stern

Multi-agent pathfinding (MAPF) is the problem of finding a set of conflict-free paths for a set of agents. Typically, the agents' moves are limited to a pre-defined graph of possible locations and allowed transitions bet…

Optimal Target Assignment and Path Finding for Teams of Agents

2016-12-17 · Hang Ma, Sven Koenig

We study the TAPF (combined target-assignment and path-finding) problem for teams of agents in known terrain, which generalizes both the anonymous and non-anonymous multi-agent path-finding problems. Each of the teams is…

Multi-Agent Path Finding