An Adaptive State Aggregation Algorithm for Markov Decision Processes
Guanting Chen, Johann Demetrio Gaebler, Matt Peng, Chunlin Sun, Yinyu, Ye

TL;DR
This paper introduces an adaptive state aggregation algorithm for Markov Decision Processes that reduces computational costs of value iteration by dynamically grouping similar states, maintaining convergence guarantees, and demonstrating effectiveness in large-scale problems.
Contribution
The paper presents a novel adaptive state aggregation method that simplifies value iteration in large MDPs while ensuring convergence within a specified error bound.
Findings
Algorithm converges almost surely within a bounded error.
Numerical experiments show reduced computational cost in large MDPs.
Method is robust across various simulated environments.
Abstract
Value iteration is a well-known method of solving Markov Decision Processes (MDPs) that is simple to implement and boasts strong theoretical convergence guarantees. However, the computational cost of value iteration quickly becomes infeasible as the size of the state space increases. Various methods have been proposed to overcome this issue for value iteration in large state and action space MDPs, often at the price, however, of generalizability and algorithmic simplicity. In this paper, we propose an intuitive algorithm for solving MDPs that reduces the cost of value iteration updates by dynamically grouping together states with similar cost-to-go values. We also prove that our algorithm converges almost surely to within \(2\varepsilon / (1 - \gamma)\) of the true optimal value in the \(\ell^\infty\) norm, where \(\gamma\) is the discount factor and aggregated states differ by at most…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Data Stream Mining Techniques · Bayesian Modeling and Causal Inference
