AIJun 21, 2019

Hybrid Planning for Dynamic Multimodal Stochastic Shortest Paths

arXiv:1906.09094v1
Originality Highly original
AI Analysis

This addresses planning under uncertainty for applications like autonomous routing and manipulation, offering a novel formalization and algorithm.

The paper tackles sequential decision problems with uncertainty, discrete modes, and continuous states by introducing Dynamic Multimodal Stochastic Shortest Paths (DMSSPs) and developing the Hybrid Stochastic Planning (HSP) algorithm, which in autonomous multimodal routing achieves significantly higher quality solutions than state-of-the-art methods.

Sequential decision problems in applications such as manipulation in warehouses, multi-step meal preparation, and routing in autonomous vehicle networks often involve reasoning about uncertainty, planning over discrete modes as well as continuous states, and reacting to dynamic updates. To formalize such problems generally, we introduce a class of Markov Decision Processes (MDPs) called Dynamic Multimodal Stochastic Shortest Paths (DMSSPs). Much of the work in these domains solves deterministic variants, which can yield poor results when the uncertainty has downstream effects. We develop a Hybrid Stochastic Planning (HSP) algorithm, which uses domain-agnostic abstractions to efficiently unify heuristic search for planning over discrete modes, approximate dynamic programming for stochastic planning over continuous states, and hierarchical interleaved planning and execution. In the domain of autonomous multimodal routing, HSP obtains significantly higher quality solutions than a state-of-the-art Upper Confidence Trees algorithm and a two-level Receding Horizon Control algorithm.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes