paper-with-me

Papers

Toward Efficient Gradient-Based Value Estimation

2023-01-31 · Arsalan SharifNassab, Richard Sutton

Gradient-based methods for value estimation in reinforcement learning have favorable stability properties, but they are typically much slower than Temporal Difference (TD) learning methods. We study the root causes of this slowness and show that Mean Square Bellman Error (MSBE) is an ill-conditioned loss function in the sense that its Hessian has large condition-number. To resolve the adverse effect of poor conditioning of MSBE on gradient based methods, we propose a low complexity batch-free proximal method that approximately follows the Gauss-Newton direction and is asymptotically robust to parameterization. Our main algorithm, called RANS, is efficient in the sense that it is significantly faster than the residual gradient methods while having almost the same computational complexity, and is competitive with TD on the classic problems that we tested.

📄 PDF Abstract BibTeX arXiv:2301.13757

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Data value estimation on private gradients

2024-12-22 · Zijian Zhou, Xinyi Xu, Daniela Rus, Bryan Kian Hsiang Low

For gradient-based machine learning (ML) methods commonly adopted in practice such as stochastic gradient descent, the de facto differential privacy (DP) technique is perturbing the gradients with random Gaussian noise. …

Data ValuationFederated Learning

Improving Value Estimation Critically Enhances Vanilla Policy Gradient

2025-05-25 · Tao Wang, Ruipeng Zhang, Sicun Gao

Modern policy gradient algorithms, such as TRPO and PPO, outperform vanilla policy gradient in many RL tasks. Questioning the common belief that enforcing approximate trust regions leads to steady policy improvement in p…

continuous-controlContinuous Control

S2VG: Soft Stochastic Value Gradient method

2019-09-25 · Xiaoyu Tan, Chao Qu, Junwu Xiong, James Zhang

Model-based reinforcement learning (MBRL) has shown its advantages in sample-efficiency over model-free reinforcement learning (MFRL). Despite the impressive results it achieves, it still faces a trade-off between the ea…

Model-based Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Optimal Estimation of Off-Policy Policy Gradient via Double Fitted Iteration

2022-01-31 · Chengzhuo Ni, Ruiqi Zhang, Xiang Ji, Xuezhou Zhang 외

Policy gradient (PG) estimation becomes a challenge when we are not allowed to sample with the target policy but only have access to a dataset generated by some unknown behavior policy. Conventional methods for off-polic…

Non-asymptotic estimation of risk measures using stochastic gradient Langevin dynamics

2021-11-24 · Jiarui Chu, Ludovic Tangpi

In this paper we will study the approximation of arbitrary law invariant risk measures. As a starting point, we approximate the average value at risk using stochastic gradient Langevin dynamics, which can be seen as a va…