Solving Finite-Horizon MDPs via Low-Rank Tensors
Sergio Rozada, Jose Luis Orejuela, Antonio G. Marques
TL;DR
This work addresses learning optimal policies for finite-horizon MDPs by representing time-varying value functions as low-rank tensors using PARAFAC. It develops an optimization framework based on Bellman equations and introduces convergent block-coordinate and gradient-based methods for known dynamics, along with stochastic variants for unknown dynamics that connect to temporal-difference learning. The authors prove convergence under appropriate assumptions and demonstrate substantial reductions in parameter count and computational load in grid-world and resource-allocation experiments, including wireless communication and battery charging scenarios. The results show that low-rank tensor representations enable scalable, model-free VF estimation with competitive performance, highlighting a path toward more data- and compute-efficient finite-horizon RL.
Abstract
We study the problem of learning optimal policies in finite-horizon Markov Decision Processes (MDPs) using low-rank reinforcement learning (RL) methods. In finite-horizon MDPs, the policies, and therefore the value functions (VFs) are not stationary. This aggravates the challenges of high-dimensional MDPs, as they suffer from the curse of dimensionality and high sample complexity. To address these issues, we propose modeling the VFs of finite-horizon MDPs as low-rank tensors, enabling a scalable representation that renders the problem of learning optimal policies tractable. We introduce an optimization-based framework for solving the Bellman equations with low-rank constraints, along with block-coordinate descent (BCD) and block-coordinate gradient descent (BCGD) algorithms, both with theoretical convergence guarantees. For scenarios where the system dynamics are unknown, we adapt the proposed BCGD method to estimate the VFs using sampled trajectories. Numerical experiments further demonstrate that the proposed framework reduces computational demands in controlled synthetic scenarios and more realistic resource allocation problems.
