Policy Gradient Methods for Off-policy Control
Lucas Lehnert, Doina Precup

TL;DR
This paper introduces the first gradient-based algorithms for off-policy control that adapt the behavior policy over time using policy gradient methods, supported by theoretical convergence and empirical results.
Contribution
It develops novel policy gradient algorithms for off-policy control that allow behavior policy adaptation, extending previous fixed-policy methods.
Findings
Algorithms converge under certain conditions
Empirical results outperform existing approaches
Theoretical convergence guarantees provided
Abstract
Off-policy learning refers to the problem of learning the value function of a way of behaving, or policy, while following a different policy. Gradient-based off-policy learning algorithms, such as GTD and TDC/GQ, converge even when using function approximation and incremental updates. However, they have been developed for the case of a fixed behavior policy. In control problems, one would like to adapt the behavior policy over time to become more greedy with respect to the existing value function. In this paper, we present the first gradient-based learning algorithms for this problem, which rely on the framework of policy gradient in order to modify the behavior policy. We present derivations of the algorithms, a convergence theorem, and empirical evidence showing that they compare favorably to existing approaches.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Advanced Bandit Algorithms Research · Adaptive Dynamic Programming Control
