CoffeeKumazaki / arXiv

Repository to research & share articles related to autonomous driving cars.
75 stars 9 forks source link

Filter-Based Abstractions with Correctness Guarantees for Planning under Uncertainty. (arXiv:2103.02398v1 [cs.AI]) #4278

Open CoffeeKumazaki opened 3 years ago

CoffeeKumazaki commented 3 years ago

Filter-Based Abstractions with Correctness Guarantees for Planning under Uncertainty. (arXiv:2103.02398v1 [cs.AI])
https://ift.tt/2PzFEkH

We study planning problems for continuous control systems with uncertainty caused by measurement and process noise. The goal is to find an optimal plan that guarantees that the system reaches a desired goal state within finite time. Measurement noise causes limited observability of system states, and process noise causes uncertainty in the outcome of a given plan. These factors render the problem undecidable in general. Our key contribution is a novel abstraction scheme that employs Kalman filtering as a state estimator to obtain a finite-state model, which we formalize as a Markov decision process (MDP). For this MDP, we employ state-of-the-art model checking techniques to efficiently compute plans that maximize the probability of reaching goal states. Moreover, we account for numerical imprecision in computing the abstraction by extending the MDP with intervals of probabilities as a more robust model. We show the correctness of the abstraction and provide several optimizations that aim to balance the quality of the plan and the scalability of the approach. We demonstrate that our method can handle systems that result in MDPs with thousands of states and millions of transitions.



via eess.SY updates on arXiv.org http://arxiv.org/

CoffeeKumazaki commented 3 years ago

不確定な環境下で、より目標にたどり着ける確率の高い行動を選択するアルゴリズムの提案