paper-with-me

Papers

Variance-aware robust reinforcement learning with linear function approximation under heavy-tailed rewards

2023-03-09 · Xiang Li, Qiang Sun

This paper presents two algorithms, AdaOFUL and VARA, for online sequential decision-making in the presence of heavy-tailed rewards with only finite variances. For linear stochastic bandits, we address the issue of heavy-tailed rewards by modifying the adaptive Huber regression and proposing AdaOFUL. AdaOFUL achieves a state-of-the-art regret bound of $\widetilde{O}\big(d\big(\sum_{t=1}^T \nu_{t}^2\big)^{1/2}+d\big)$ as if the rewards were uniformly bounded, where $\nu_{t}^2$ is the observed conditional variance of the reward at round $t$, $d$ is the feature dimension, and $\widetilde{O}(\cdot)$ hides logarithmic dependence. Building upon AdaOFUL, we propose VARA for linear MDPs, which achieves a tighter variance-aware regret bound of $\widetilde{O}(d\sqrt{HG^*K})$. Here, $H$ is the length of episodes, $K$ is the number of episodes, and $G^*$ is a smaller instance-dependent quantity that can be bounded by other instance-dependent quantities when additional structural conditions on the MDP are satisfied. Our regret bound is superior to the current state-of-the-art bounds in three ways: (1) it depends on a tighter instance-dependent quantity and has optimal dependence on $d$ and $H$, (2) we can obtain further instance-dependent bounds of $G^*$ under additional structural conditions on the MDP, and (3) our regret bound is valid even when rewards have only finite variances, achieving a level of generality unmatched by previous works. Overall, our modified adaptive Huber regression algorithm may serve as a useful building block in the design of algorithms for online problems with heavy-tailed rewards.

📄 PDF Abstract BibTeX arXiv:2303.05606

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Makingregressionreinforcement-learningReinforcement Learning (RL)Sequential Decision Making

Similar Papers 제목 키워드 기반

Variance-Aware Off-Policy Evaluation with Linear Function Approximation

2021-06-22 · NeurIPS 2021 12 · Yifei Min, Tianhao Wang, Dongruo Zhou, Quanquan Gu

We study the off-policy evaluation (OPE) problem in reinforcement learning with linear function approximation, which aims to estimate the value function of a target policy based on the offline data collected by a behavio…

Off-policy evaluationReinforcement Learning (RL)

Pessimistic Nonlinear Least-Squares Value Iteration for Offline Reinforcement Learning

2023-10-02 · Qiwei Di, Heyang Zhao, Jiafan He, Quanquan Gu

Offline reinforcement learning (RL), where the agent aims to learn the optimal policy based on the data collected by a behavior policy, has attracted increasing attention in recent years. While offline RL with linear fun…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Improved Variance-Aware Confidence Sets for Linear Bandits and Linear Mixture MDP

2021-01-29 · NeurIPS 2021 12 · Zihan Zhang, Jiaqi Yang, Xiangyang Ji, Simon S. Du

This paper presents new \emph{variance-aware} confidence sets for linear bandits and linear mixture Markov Decision Processes (MDPs). With the new confidence sets, we obtain the follow regret bounds: For linear bandits, …

LEMMA

Variance Reduced Policy Evaluation with Smooth Function Approximation

2019-12-01 · NeurIPS 2019 12 · Hoi-To Wai, Mingyi Hong, Zhuoran Yang, Zhaoran Wang 외

Policy evaluation with smooth and nonlinear function approximation has shown great potential for reinforcement learning. Compared to linear function approxi- mation, it allows for using a richer class of approximation fu…

Reinforcement Learning

Behavior-Aware Auxiliary Corrections for Off-Policy Temporal-Difference Prediction

2026-05-17 · Xingguo Chen, Zhiang He, Yuchen Shen, Shangdong Yang 외 arxiv

Temporal-difference learning with function approximation can be unstable under off-policy sampling. TDC stabilizes off-policy TD through an auxiliary covariance correction, and TDRC further regularizes this correction in…