paper-with-me

Papers

Statistically Efficient Off-Policy Policy Gradients

2020-02-10 · ICML 2020 1 · Nathan Kallus, Masatoshi Uehara

Policy gradient methods in reinforcement learning update policy parameters by taking steps in the direction of an estimated gradient of policy value. In this paper, we consider the statistically efficient estimation of policy gradients from off-policy data, where the estimation is particularly non-trivial. We derive the asymptotic lower bound on the feasible mean-squared error in both Markov and non-Markov decision processes and show that existing estimators fail to achieve it in general settings. We propose a meta-algorithm that achieves the lower bound without any parametric assumptions and exhibits a unique 3-way double robustness property. We discuss how to estimate nuisances that the algorithm relies on. Finally, we establish guarantees on the rate at which we approach a stationary point when we take steps in the direction of our new estimated policy gradient.

📄 PDF Abstract BibTeX arXiv:2002.04014

Code (0)

등록된 구현이 없습니다.

Tasks

Policy Gradient MethodsReinforcement Learning

Similar Papers 제목 키워드 기반

Trajectory Data Suffices for Statistically Efficient Policy Evaluation in Fixed-Horizon Offline RL with Linear $q^π$-Realizability and Concentrability

2025-10-03 · Volodymyr Tkachuk, Csaba Szepesvári, Xiaoqi Tan arxiv

We study finite-horizon offline reinforcement learning (RL) with function approximation for both policy evaluation and policy optimization. Prior work established that statistically efficient learning is impossible for e…

Reinforcement LearningOffline RL

Revisiting stochastic off-policy action-value gradients

2017-03-06 · Yemi Okesanjo, Victor Kofia

Off-policy stochastic actor-critic methods rely on approximating the stochastic policy gradient in order to derive an optimal policy. One may also derive the optimal policy by approximating the action-value gradient. The…

Faster Policy Learning with Continuous-Time Gradients

2020-12-12 · Samuel Ainsworth, Kendall Lowrey, John Thickstun, Zaid Harchaoui 외

We study the estimation of policy gradients for continuous-time systems with known dynamics. By reframing policy learning in continuous-time, we show that it is possible construct a more efficient and accurate gradient e…

Natural Policy Gradients In Reinforcement Learning Explained

2022-09-05 · W. J. A. van Heeswijk

Traditional policy gradient methods are fundamentally flawed. Natural gradients converge quicker and better, forming the foundation of contemporary Reinforcement Learning such as Trust Region Policy Optimization (TRPO) a…

Policy Gradient Methodsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Gradient Informed Proximal Policy Optimization

2023-12-14 · NeurIPS 2023 11 · Sanghyun Son, Laura Yu Zheng, Ryan Sullivan, Yi-Ling Qiao 외

We introduce a novel policy learning method that integrates analytical gradients from differentiable environments with the Proximal Policy Optimization (PPO) algorithm. To incorporate analytical gradients into the PPO fr…