paper-with-me

Papers

Matrix Low-Rank Approximation For Policy Gradient Methods

2024-05-27 · Sergio Rozada, Antonio G. Marques

Estimating a policy that maps states to actions is a central problem in reinforcement learning. Traditionally, policies are inferred from the so called value functions (VFs), but exact VF computation suffers from the curse of dimensionality. Policy gradient (PG) methods bypass this by learning directly a parametric stochastic policy. Typically, the parameters of the policy are estimated using neural networks (NNs) tuned via stochastic gradient descent. However, finding adequate NN architectures can be challenging, and convergence issues are common as well. In this paper, we put forth low-rank matrix-based models to estimate efficiently the parameters of PG algorithms. We collect the parameters of the stochastic policy into a matrix, and then, we leverage matrix-completion techniques to promote (enforce) low rank. We demonstrate via numerical studies how low-rank matrix-based policy models reduce the computational and sample complexities relative to NN models, while achieving a similar aggregated reward.

📄 PDF Abstract BibTeX arXiv:2405.17626

Code (1)

sergiorozada12/matrix-low-rank-pg 공식 구현 pytorch

Tasks

Matrix CompletionPolicy Gradient Methods

Similar Papers 제목 키워드 기반

Rank-1 Approximation of Inverse Fisher for Natural Policy Gradients in Deep Reinforcement Learning

2026-01-26 · Yingxiao Huo, Satya Prakash Dash, Radu Stoican, Samuel Kaski 외 arxiv

Natural gradients have long been studied in deep reinforcement learning due to their fast convergence properties and covariant weight updates. However, computing natural gradients requires inversion of the Fisher Informa…

Reinforcement Learning

Matrix Low-Rank Trust Region Policy Optimization

2024-05-27 · Sergio Rozada, Antonio G. Marques

Most methods in reinforcement learning use a Policy Gradient (PG) approach to learn a parametric stochastic policy that maps states to actions. The standard approach is to implement such a mapping via a neural network (N…

Matrix Completion

Global Optimality in Distributed Low-rank Matrix Factorization

2018-11-07 · Zhihui Zhu, Qiuwei Li, Xinshuo Yang, Gongguo Tang 외

We study the convergence of a variant of distributed gradient descent (DGD) on a distributed low-rank matrix approximation problem wherein some optimization variables are used for consensus (as in classical DGD) and some…

Understanding the Effects of Second-Order Approximations in Natural Policy Gradient Reinforcement Learning

2022-01-22 · Brennan Gebotys, Alexander Wong, David A. Clausi

Natural policy gradient methods are popular reinforcement learning methods that improve the stability of policy gradient methods by utilizing second-order approximations to precondition the gradient with the inverse of t…

Policy Gradient Methodsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Dynamic Low-rank Approximation of Full-Matrix Preconditioner for Training Generalized Linear Models

2025-08-28 · Tatyana Matveeva, Aleksandr Katrutsa, Evgeny Frolov arxiv

Adaptive gradient methods like Adagrad and its variants are widespread in large-scale optimization. However, their use of diagonal preconditioning matrices limits the ability to capture parameter correlations. Full-matri…