paper-with-me

홈 › Papers

Optimized Directed Roadmap Graph for Multi-Agent Path Finding Using Stochastic Gradient Descent

2020-03-29 · Christian Henkel, Marc Toussaint

We present a novel approach called Optimized Directed Roadmap Graph (ODRM). It is a method to build a directed roadmap graph that allows for collision avoidance in multi-robot navigation. This is a highly relevant problem, for example for industrial autonomous guided vehicles. The core idea of ODRM is, that a directed roadmap can encode inherent properties of the environment which are useful when agents have to avoid each other in that same environment. Like Probabilistic Roadmaps (PRMs), ODRM's first step is generating samples from C-space. In a second step, ODRM optimizes vertex positions and edge directions by Stochastic Gradient Descent (SGD). This leads to emergent properties like edges parallel to walls and patterns similar to two-lane streets or roundabouts. Agents can then navigate on this graph by searching their path independently and solving occurring agent-agent collisions at run-time. Using the graphs generated by ODRM compared to a non-optimized graph significantly fewer agent-agent collisions happen. We evaluate our roadmap with both, centralized and decentralized planners. Our experiments show that with ODRM even a simple centralized planner can solve problems with high numbers of agents that other multi-agent planners can not solve. Additionally, we use simulated robots with decentralized planners and online collision avoidance to show how agents are a lot faster on our roadmap than on standard grid maps.

📄 PDF Abstract BibTeX arXiv:2003.12924

Code (0)

등록된 구현이 없습니다.

Tasks

Collision AvoidanceMulti-Agent Path FindingNavigateRobot Navigation

Similar Papers 제목 키워드 기반

CTRMs: Learning to Construct Cooperative Timed Roadmaps for Multi-agent Path Planning in Continuous Spaces

2022-01-24 · Keisuke Okumura, Ryo Yonetani, Mai Nishimura, Asako Kanezaki

Multi-agent path planning (MAPP) in continuous spaces is a challenging problem with significant practical importance. One promising approach is to first construct graphs approximating the spaces, called roadmaps, and the…

Solving Multi-Agent Multi-Goal Path Finding Problems in Polynomial Time

2025-12-17 · Stefan Edelkamp arxiv

In this paper, we plan missions for a fleet of agents in undirected graphs, such as grids, with multiple goals. In contrast to regular multi-agent path-finding, the solver finds and updates the assignment of goals to the…

On the Computational Complexity of Multi-Agent Pathfinding on Directed Graphs

2019-11-11 · Bernhard Nebel

The determination of the computational complexity of multi-agent pathfinding on directed graphs has been an open problem for many years. For undirected graphs, solvability can be decided in polynomial time, as has been s…

Learning Transferable Skills in Action RPGs via Directed Skill Graphs and Selective Adaptation

2026-01-25 · Ali Najar arxiv

Lifelong agents should expand their competence over time without retraining from scratch or overwriting previously learned behaviors. We investigate this in a challenging real-time control setting (Dark Souls III) by rep…

Multi-Goal Multi-Agent Path Finding via Decoupled and Integrated Goal Vertex Ordering

2020-09-10 · Pavel Surynek

We introduce multi-goal multi agent path finding (MAPF$^{MG}$) which generalizes the standard discrete multi-agent path finding (MAPF) problem. While the task in MAPF is to navigate agents in an undirected graph from the…

Heuristic SearchMulti-Agent Path FindingNavigate