# Learning Policies for Markov Decision Processes from Data

**Authors:** Manjesh K. Hanawal, Hao Liu, Henghui Zhu, Ioannis Ch. Paschalidis

arXiv: 1701.05954 · 2017-01-24

## TL;DR

This paper introduces a method for learning policies in Markov decision processes from data using regularized logistic regression, providing theoretical bounds on performance and demonstrating effectiveness on a synthetic navigation task.

## Contribution

It develops a novel approach combining feature-based policy learning with theoretical guarantees on regret and sample complexity for MDPs.

## Key findings

- Regret bounds relate to generalization error and Markov chain ergodicity.
- Sample complexity scales logarithmically with feature count and polynomially with inverse accuracy.
- Method successfully applied to a synthetic robot navigation example.

## Abstract

We consider the problem of learning a policy for a Markov decision process consistent with data captured on the state-actions pairs followed by the policy. We assume that the policy belongs to a class of parameterized policies which are defined using features associated with the state-action pairs. The features are known a priori, however, only an unknown subset of them could be relevant. The policy parameters that correspond to an observed target policy are recovered using $\ell_1$-regularized logistic regression that best fits the observed state-action samples. We establish bounds on the difference between the average reward of the estimated and the original policy (regret) in terms of the generalization error and the ergodic coefficient of the underlying Markov chain. To that end, we combine sample complexity theory and sensitivity analysis of the stationary distribution of Markov chains. Our analysis suggests that to achieve regret within order $O(\sqrt{\epsilon})$, it suffices to use training sample size on the order of $\Omega(\log n \cdot poly(1/\epsilon))$, where $n$ is the number of the features. We demonstrate the effectiveness of our method on a synthetic robot navigation example.

## Full text

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

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1701.05954/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/1701.05954/full.md

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