paper-with-me

Papers

Low-rank State-action Value-function Approximation

2021-04-18 · Sergio Rozada, Victor Tenorio, Antonio G. Marques

Value functions are central to Dynamic Programming and Reinforcement Learning but their exact estimation suffers from the curse of dimensionality, challenging the development of practical value-function (VF) estimation algorithms. Several approaches have been proposed to overcome this issue, from non-parametric schemes that aggregate states or actions to parametric approximations of state and action VFs via, e.g., linear estimators or deep neural networks. Relevantly, several high-dimensional state problems can be well-approximated by an intrinsic low-rank structure. Motivated by this and leveraging results from low-rank optimization, this paper proposes different stochastic algorithms to estimate a low-rank factorization of the $Q(s, a)$ matrix. This is a non-parametric alternative to VF approximation that dramatically reduces the computational and sample complexities relative to classical $Q$-learning methods that estimate $Q(s,a)$ separately for each state-action pair.

📄 PDF Abstract BibTeX arXiv:2104.08805

Code (1)

sergiorozada12/low-rank-rl 공식 구현

Tasks

Q-Learning

Similar Papers 제목 키워드 기반

Value function approximation via low-rank models

2015-08-31 · Hao Yi Ong

We propose a novel value function approximation technique for Markov decision processes. We consider the problem of compactly representing the state-action value function using a low-rank and sparse matrix model. The pro…

Uncertainty-aware Low-Rank Q-Matrix Estimation for Deep Reinforcement Learning

2021-11-19 · Tong Sang, Hongyao Tang, Jianye Hao, Yan Zheng 외

Value estimation is one key problem in Reinforcement Learning. Albeit many successes have been achieved by Deep Reinforcement Learning (DRL) in different fields, the underlying structure and learning dynamics of value fu…

continuous-controlContinuous ControlDeep Reinforcement LearningMuJoCo+3

$\sqrt{n}$-Regret for Learning in Markov Decision Processes with Function Approximation and Low Bellman Rank

2019-09-05 · Kefan Dong, Jian Peng, Yining Wang, Yuan Zhou

In this paper, we consider the problem of online learning of Markov decision processes (MDPs) with very large state spaces. Under the assumptions of realizable function approximation and low Bellman ranks, we develop an …

Efficient ExplorationReinforcement Learning

Frequentist Regret Bounds for Randomized Least-Squares Value Iteration

2019-11-01 · Andrea Zanette, David Brandfonbrener, Emma Brunskill, Matteo Pirotta 외

We consider the exploration-exploitation dilemma in finite-horizon reinforcement learning (RL). When the state space is large or continuous, traditional tabular approaches are unfeasible and some form of function approxi…

Reinforcement LearningReinforcement Learning (RL)

Provably Efficient CVaR RL in Low-rank MDPs

2023-11-20 · Yulai Zhao, Wenhao Zhan, Xiaoyan Hu, Ho-fung Leung 외

We study risk-sensitive Reinforcement Learning (RL), where we aim to maximize the Conditional Value at Risk (CVaR) with a fixed risk tolerance $\tau$. Prior theoretical work studying risk-sensitive RL focuses on the tabu…

Reinforcement Learning (RL)Representation Learning