paper-with-me

Papers

An Off-policy Policy Gradient Theorem Using Emphatic Weightings

2018-11-22 · NeurIPS 2018 12 · Ehsan Imani, Eric Graves, Martha White

Policy gradient methods are widely used for control in reinforcement learning, particularly for the continuous action setting. There have been a host of theoretically sound algorithms proposed for the on-policy setting, due to the existence of the policy gradient theorem which provides a simplified form for the gradient. In off-policy learning, however, where the behaviour policy is not necessarily attempting to learn and follow the optimal policy for the given task, the existence of such a theorem has been elusive. In this work, we solve this open problem by providing the first off-policy policy gradient theorem. The key to the derivation is the use of $emphatic$ $weightings$. We develop a new actor-critic algorithm$\unicode{x2014}$called Actor Critic with Emphatic weightings (ACE)$\unicode{x2014}$that approximates the simplified gradients provided by the theorem. We demonstrate in a simple counterexample that previous off-policy policy gradient methods$\unicode{x2014}$particularly OffPAC and DPG$\unicode{x2014}$converge to the wrong solution whereas ACE finds the optimal solution.

📄 PDF Abstract BibTeX arXiv:1811.09013

Code (0)

등록된 구현이 없습니다.

Tasks

Policy Gradient MethodsReinforcement Learning

Similar Papers 제목 키워드 기반

Off-Policy Actor-Critic with Emphatic Weightings

2021-11-16 · Eric Graves, Ehsan Imani, Raksha Kumaraswamy, Martha White

A variety of theoretically-sound policy gradient algorithms exist for the on-policy setting due to the policy gradient theorem, which provides a simplified form for the gradient. The off-policy setting, however, has been…

Learning Expected Emphatic Traces for Deep RL

2021-07-12 · Ray Jiang, Shangtong Zhang, Veronica Chelu, Adam White 외

Off-policy sampling and experience replay are key for improving sample efficiency and scaling model-free temporal difference learning methods. When combined with function approximation, such as neural networks, this comb…

Generalized Off-Policy Actor-Critic

2019-03-27 · NeurIPS 2019 12 · Shangtong Zhang, Wendelin Boehmer, Shimon Whiteson

We propose a new objective, the counterfactual objective, unifying existing objectives for off-policy policy gradient algorithms in the continuing reinforcement learning (RL) setting. Compared to the commonly used excurs…

counterfactualMuJoCoreinforcement-learningReinforcement Learning+1

A Multi-Agent Off-Policy Actor-Critic Algorithm for Distributed Reinforcement Learning

2019-03-15 · Wesley Suttle, Zhuoran Yang, Kaiqing Zhang, Zhaoran Wang 외

This paper extends off-policy reinforcement learning to the multi-agent case in which a set of networked agents communicating with their neighbors according to a time-varying graph collaboratively evaluates and improves …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

On Convergence of Emphatic Temporal-Difference Learning

2015-06-08 · Huizhen Yu

We consider emphatic temporal-difference learning algorithms for policy evaluation in discounted Markov decision processes with finite spaces. Such algorithms were recently proposed by Sutton, Mahmood, and White (2015) a…