paper-with-me

홈 › Papers

AlgaeDICE: Policy Gradient from Arbitrary Experience

2019-12-04 · Ofir Nachum, Bo Dai, Ilya Kostrikov, Yin-Lam Chow, Lihong Li, Dale Schuurmans

In many real-world applications of reinforcement learning (RL), interactions with the environment are limited due to cost or feasibility. This presents a challenge to traditional RL algorithms since the max-return objective involves an expectation over on-policy samples. We introduce a new formulation of max-return optimization that allows the problem to be re-expressed by an expectation over an arbitrary behavior-agnostic and off-policy data distribution. We first derive this result by considering a regularized version of the dual max-return objective before extending our findings to unregularized objectives through the use of a Lagrangian formulation of the linear programming characterization of Q-values. We show that, if auxiliary dual variables of the objective are optimized, then the gradient of the off-policy objective is exactly the on-policy policy gradient, without any use of importance weighting. In addition to revealing the appealing theoretical properties of this approach, we also show that it delivers good practical performance.

📄 PDF Abstract BibTeX arXiv:1912.02074

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Woulda, Coulda, Shoulda: Counterfactually-Guided Policy Search

2018-11-15 · ICLR 2019 5 · Lars Buesing, Theophane Weber, Yori Zwols, Sebastien Racaniere 외

Learning policies on data synthesized by models can in principle quench the thirst of reinforcement learning algorithms for large amounts of real experience, which is often costly to acquire. However, simulating plausibl…

counterfactualReinforcement Learning

Remember and Forget for Experience Replay

2018-07-16 · ICLR 2019 5 · Guido Novati, Petros Koumoutsakos

Experience replay (ER) is a fundamental component of off-policy deep reinforcement learning (RL). ER recalls experiences from past iterations to compute gradient estimates for the current policy, increasing data-efficien…

Deep Reinforcement LearningPolicy Gradient MethodsQ-LearningReinforcement Learning+1

On a Connection between Importance Sampling and the Likelihood Ratio Policy Gradient

2010-12-01 · NeurIPS 2010 12 · Tang Jie, Pieter Abbeel

Likelihood ratio policy gradient methods have been some of the most successful reinforcement learning algorithms, especially for learning on physical systems. We describe how the likelihood ratio policy gradient can be d…

Policy Gradient MethodsReinforcement Learning

Adaptive Experience Selection for Policy Gradient

2020-02-17 · Saad Mohamad, Giovanni Montana

Policy gradient reinforcement learning (RL) algorithms have achieved impressive performance in challenging learning tasks such as continuous control, but suffer from high sample complexity. Experience replay is a commonl…

continuous-controlContinuous ControlOpenAI GymReinforcement Learning+1

Variance Reduction based Experience Replay for Policy Optimization

2021-10-17 · Hua Zheng, Wei Xie, M. Ben Feng

For reinforcement learning on complex stochastic systems, it is desirable to effectively leverage the information from historical samples collected in previous iterations to accelerate policy optimization. Classical expe…