LGAIMLJan 18, 2019

On-Policy Trust Region Policy Optimisation with Replay Buffers

arXiv:1901.06212v18 citations
Originality Incremental advance
AI Analysis

This addresses the data inefficiency problem in on-policy reinforcement learning for AI researchers and practitioners, offering an incremental improvement by hybridizing existing concepts.

The paper tackles the problem of on-policy reinforcement learning discarding data from previous policies by proposing a method that adapts replay buffers from off-policy learning to combine advantages of both approaches, resulting in improved performance over state-of-the-art algorithms like PPO, ACKTR, TRPO, and DDPG in many cases.

Building upon the recent success of deep reinforcement learning methods, we investigate the possibility of on-policy reinforcement learning improvement by reusing the data from several consecutive policies. On-policy methods bring many benefits, such as ability to evaluate each resulting policy. However, they usually discard all the information about the policies which existed before. In this work, we propose adaptation of the replay buffer concept, borrowed from the off-policy learning setting, to create the method, combining advantages of on- and off-policy learning. To achieve this, the proposed algorithm generalises the $Q$-, value and advantage functions for data from multiple policies. The method uses trust region optimisation, while avoiding some of the common problems of the algorithms such as TRPO or ACKTR: it uses hyperparameters to replace the trust region selection heuristics, as well as the trainable covariance matrix instead of the fixed one. In many cases, the method not only improves the results comparing to the state-of-the-art trust region on-policy learning algorithms such as PPO, ACKTR and TRPO, but also with respect to their off-policy counterpart DDPG.

Code Implementations2 repos
Foundations

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

Your Notes