AIJul 6, 2017

Trust-PCL: An Off-Policy Trust Region Method for Continuous Control

arXiv:1707.01891v3115 citations
Originality Incremental advance
AI Analysis

This addresses sample efficiency for RL practitioners in continuous control, but is incremental as it builds on existing trust region methods.

The paper tackled the problem of trust region methods requiring large on-policy interaction in reinforcement learning for continuous control, proposing Trust-PCL, an off-policy method that improved solution quality and sample efficiency over TRPO.

Trust region methods, such as TRPO, are often used to stabilize policy optimization algorithms in reinforcement learning (RL). While current trust region strategies are effective for continuous control, they typically require a prohibitively large amount of on-policy interaction with the environment. To address this problem, we propose an off-policy trust region method, Trust-PCL. The algorithm is the result of observing that the optimal policy and state values of a maximum reward objective with a relative-entropy regularizer satisfy a set of multi-step pathwise consistencies along any path. Thus, Trust-PCL is able to maintain optimization stability while exploiting off-policy data to improve sample efficiency. When evaluated on a number of continuous control tasks, Trust-PCL improves the solution quality and sample efficiency of TRPO.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes