paper-with-me

Papers

Policy Gradient Method For Robust Reinforcement Learning

2022-05-15 · Yue Wang, Shaofeng Zou

This paper develops the first policy gradient method with global optimality guarantee and complexity analysis for robust reinforcement learning under model mismatch. Robust reinforcement learning is to learn a policy robust to model mismatch between simulator and real environment. We first develop the robust policy (sub-)gradient, which is applicable for any differentiable parametric policy class. We show that the proposed robust policy gradient method converges to the global optimum asymptotically under direct policy parameterization. We further develop a smoothed robust policy gradient method and show that to achieve an $\epsilon$-global optimum, the complexity is $\mathcal O(\epsilon^{-3})$. We then extend our methodology to the general model-free setting and design the robust actor-critic method with differentiable parametric policy class and value function. We further characterize its asymptotic convergence and sample complexity under the tabular setting. Finally, we provide simulation results to demonstrate the robustness of our methods.

📄 PDF Abstract BibTeX arXiv:2205.07344

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

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)

Interpolated Policy Gradient: Merging On-Policy and Off-Policy Gradient Estimation for Deep Reinforcement Learning

2017-06-01 · NeurIPS 2017 12 · Shixiang Gu, Timothy Lillicrap, Zoubin Ghahramani, Richard E. Turner 외

Off-policy model-free deep reinforcement learning methods using previously collected data can improve sample efficiency over on-policy policy gradient techniques. On the other hand, on-policy algorithms are often more st…

continuous-controlContinuous ControlDeep Reinforcement LearningOpenAI Gym+3

The Definitive Guide to Policy Gradients in Deep Reinforcement Learning: Theory, Algorithms and Implementations

2024-01-24 · Matthias Lehmann

In recent years, various powerful policy gradient algorithms have been proposed in deep reinforcement learning. While all these algorithms build on the Policy Gradient Theorem, the specific design choices differ signific…

continuous-controlContinuous ControlDeep Reinforcement LearningLearning Theory

Towards Provable Log Density Policy Gradient

2024-03-03 · Pulkit Katdare, Anant Joshi, Katherine Driggs-Campbell

Policy gradient methods are a vital ingredient behind the success of modern reinforcement learning. Modern policy gradient methods, although successful, introduce a residual error in gradient estimation. In this work, we…

Policy Gradient Methodsreinforcement-learningReinforcement Learning

Policy Gradient using Weak Derivatives for Reinforcement Learning

2020-04-09 · Sujay Bhatt, Alec Koppel, Vikram Krishnamurthy

This paper considers policy search in continuous state-action reinforcement learning problems. Typically, one computes search directions using a classic expression for the policy gradient called the Policy Gradient Theor…

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)