STT-CBS: A Conflict-Based Search Algorithm for Multi-Agent Path Finding with Stochastic Travel Times
Oriana Peltzer, Kyle Brown, Mac Schwager, Mykel J. Kochenderfer,, Martin Sehr

TL;DR
This paper introduces STT-CBS, an optimal multi-agent pathfinding algorithm that accounts for stochastic travel times, reducing conflicts while maintaining computational efficiency.
Contribution
The paper proposes STT-CBS, a novel conflict-based search algorithm that incorporates stochastic travel times modeled by gamma distributions for robust multi-agent path planning.
Findings
STT-CBS reduces conflict probability compared to standard CBS.
The algorithm maintains optimality in expected travel time under uncertainty.
Experimental results demonstrate effectiveness in simulation and hardware tests.
Abstract
We present an algorithm for finding optimal paths for multiple stochastic agents in a graph to reach their destinations with a user-specified maximum pairwise collision probability. Our algorithm, called STT-CBS, uses Conflict-Based Search (CBS) with a stochastic travel time (STT) model for the agents. We model robot travel time along each edge of the graph by independent gamma-distributed random variables, and propose probabilistic collision identification and constraint creation methods to robustly handle travel time uncertainty. We show that under reasonable assumptions our algorithm is optimal in terms of expected sum of travel times, while ensuring an upper bound on each pairwise conflict probability. Simulations and hardware experiments show that STT-CBS is able to significantly decrease conflict probability over CBS, while remaining within the same complexity class.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Data Management and Algorithms · Vehicle Routing Optimization Methods
