OCAINAFeb 27, 2014

Linear Programming for Large-Scale Markov Decision Problems

arXiv:1402.6763v148 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of scaling MDP control to large state spaces for applications like queuing, though it is incremental by focusing on a restricted policy class rather than optimal policies.

The paper tackles the problem of controlling large-scale Markov decision processes (MDPs) to minimize average cost by competing with a low-dimensional family of policies, using dual linear programming and techniques like stochastic convex optimization and constraint sampling. The results show that algorithm performance approaches the best in the comparison class, with bounds independent of state space size, and preliminary experiments demonstrate effectiveness in a queuing application.

We consider the problem of controlling a Markov decision process (MDP) with a large state space, so as to minimize average cost. Since it is intractable to compete with the optimal policy for large scale problems, we pursue the more modest goal of competing with a low-dimensional family of policies. We use the dual linear programming formulation of the MDP average cost problem, in which the variable is a stationary distribution over state-action pairs, and we consider a neighborhood of a low-dimensional subset of the set of stationary distributions (defined in terms of state-action features) as the comparison class. We propose two techniques, one based on stochastic convex optimization, and one based on constraint sampling. In both cases, we give bounds that show that the performance of our algorithms approaches the best achievable by any policy in the comparison class. Most importantly, these results depend on the size of the comparison class, but not on the size of the state space. Preliminary experiments show the effectiveness of the proposed algorithms in a queuing application.

Foundations

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

Your Notes