CP-MDP: A CANDECOMP-PARAFAC Decomposition Approach to Solve a Markov Decision Process Multidimensional Problem
Daniela Kuinchtner, Afonso Sales, Felipe Meneguzzi

TL;DR
This paper introduces a tensor decomposition method for solving multidimensional Markov Decision Processes, significantly reducing memory usage and enabling larger problem solving compared to traditional tabular methods.
Contribution
It develops a novel tensor algebra-based solver for MDPs that leverages CANDECOMP-PARAFAC decomposition to improve efficiency and scalability.
Findings
Can solve larger MDPs with less memory
Outperforms tabular methods in efficiency
Enables tensor-based approaches in stochastic planning
Abstract
Markov Decision Process (MDP) is the underlying model for optimal planning for decision-theoretic agents in stochastic environments. Although much research focuses on solving MDP problems both in tabular form or using factored representations, none focused on tensor decomposition methods. Solving MDPs using tensor algebra offers the prospect of leveraging advances in tensor-based computations to further increase solver efficiency. In this paper, we develop an MDP solver for a multidimensional problem using a tensor decomposition method to compress the transition models and optimize the value iteration and policy iteration algorithms. We empirically evaluate our approach against tabular methods and show our approach can compute much larger problems using substantially less memory, opening up new possibilities for tensor-based approaches in stochastic planning
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTensor decomposition and applications · Control Systems and Identification · Anomaly Detection Techniques and Applications
