paper-with-me

Papers

A Temporal-Difference Approach to Policy Gradient Estimation

2022-02-04 · Samuele Tosatto, Andrew Patterson, Martha White, A. Rupam Mahmood

The policy gradient theorem (Sutton et al., 2000) prescribes the usage of a cumulative discounted state distribution under the target policy to approximate the gradient. Most algorithms based on this theorem, in practice, break this assumption, introducing a distribution shift that can cause the convergence to poor solutions. In this paper, we propose a new approach of reconstructing the policy gradient from the start state without requiring a particular sampling strategy. The policy gradient calculation in this form can be simplified in terms of a gradient critic, which can be recursively estimated due to a new Bellman equation of gradients. By using temporal-difference updates of the gradient critic from an off-policy data stream, we develop the first estimator that sidesteps the distribution shift issue in a model-free way. We prove that, under certain realizability conditions, our estimator is unbiased regardless of the sampling strategy. We empirically show that our technique achieves a superior bias-variance trade-off and performance in presence of off-policy samples.

📄 PDF Abstract BibTeX arXiv:2202.02396

Code (1)

samuelepolimi/temporal-difference-gradient 공식 구현 pytorch

Similar Papers 제목 키워드 기반

On the Sample Complexity of Actor-Critic Method for Reinforcement Learning with Function Approximation

2019-10-18 · Harshat Kumar, Alec Koppel, Alejandro Ribeiro

Reinforcement learning, mathematically described by Markov Decision Problems, may be approached either through dynamic programming or policy search. Actor-critic algorithms combine the merits of both approaches by altern…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

AWD3: Dynamic Reduction of the Estimation Bias

2021-11-12 · Dogan C. Cicek, Enes Duran, Baturay Saglam, Kagan Kaya 외

Value-based deep Reinforcement Learning (RL) algorithms suffer from the estimation bias primarily caused by function approximation and temporal difference (TD) learning. This problem induces faulty state-action value est…

continuous-controlContinuous ControlDeep Reinforcement LearningOpenAI Gym+1

Gradient Descent Temporal Difference-difference Learning

2022-09-10 · Rong J. B. Zhu, James M. Murray

Off-policy algorithms, in which a behavior policy differs from the target policy and is used to gain experience for learning, have proven to be of great practical value in reinforcement learning. However, even for simple…

Gradient descent temporal difference-difference learning

2021-01-01 · Rong Zhu, James Murray

Off-policy learning algorithms, in which an agent updates the value function of the optimal policy while selecting actions using an independent exploration policy, provide an effective solution to the explore-exploit tra…

A Convergent O(n) Temporal-difference Algorithm for Off-policy Learning with Linear Function Approximation

2008-12-01 · NeurIPS 2008 12 · Richard S. Sutton, Hamid R. Maei, Csaba Szepesvári

We introduce the first temporal-difference learning algorithm that is stable with linear function approximation and off-policy training, for any finite Markov decision process, target policy, and exciting behavior policy…