# Solving Markov Decision Processes with Reachability Characterization   from Mean First Passage Times

**Authors:** Shoubhik Debnath, Lantao Liu, Gaurav Sukhatme

arXiv: 1901.01229 · 2019-01-10

## TL;DR

This paper introduces a novel reachability landscape using Mean First Passage Time to improve the efficiency of solving Markov decision processes, leading to faster convergence and simpler implementation.

## Contribution

The paper proposes a new reachability characterization for MDPs and develops two algorithms, MFPT-VI and MFPT-PI, that outperform existing methods in speed and simplicity.

## Key findings

- MFPT-based algorithms converge faster than traditional methods.
- The new approach effectively prioritizes states based on reachability.
- Numerical tests in robotic scenarios validate improved performance.

## Abstract

A new mechanism for efficiently solving the Markov decision processes (MDPs) is proposed in this paper. We introduce the notion of reachability landscape where we use the Mean First Passage Time (MFPT) as a means to characterize the reachability of every state in the state space. We show that such reachability characterization very well assesses the importance of states and thus provides a natural basis for effectively prioritizing states and approximating policies. Built on such a novel observation, we design two new algorithms -- Mean First Passage Time based Value Iteration (MFPT-VI) and Mean First Passage Time based Policy Iteration (MFPT-PI) -- that have been modified from the state-of-the-art solution methods. To validate our design, we have performed numerical evaluations in robotic decision-making scenarios, by comparing the proposed new methods with corresponding classic baseline mechanisms. The evaluation results showed that MFPT-VI and MFPT-PI have outperformed the state-of-the-art solutions in terms of both practical runtime and number of iterations. Aside from the advantage of fast convergence, this new solution method is intuitively easy to understand and practically simple to implement.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.01229/full.md

## Figures

42 figures with captions in the complete paper: https://tomesphere.com/paper/1901.01229/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1901.01229/full.md

---
Source: https://tomesphere.com/paper/1901.01229