LGAug 17, 2017

Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation

arXiv:1708.05144v2671 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the challenge of inefficient sample usage in reinforcement learning for researchers and practitioners, offering a scalable solution that is incremental by building on existing natural policy gradient and K-FAC techniques.

The authors tackled the problem of improving sample efficiency and performance in deep reinforcement learning by proposing ACKTR, a scalable trust region method using Kronecker-factored approximation for actor-critic methods, achieving a 2- to 3-fold improvement in sample efficiency and higher rewards compared to previous state-of-the-art on-policy methods.

In this work, we propose to apply trust region optimization to deep reinforcement learning using a recently proposed Kronecker-factored approximation to the curvature. We extend the framework of natural policy gradient and propose to optimize both the actor and the critic using Kronecker-factored approximate curvature (K-FAC) with trust region; hence we call our method Actor Critic using Kronecker-Factored Trust Region (ACKTR). To the best of our knowledge, this is the first scalable trust region natural gradient method for actor-critic methods. It is also a method that learns non-trivial tasks in continuous control as well as discrete control policies directly from raw pixel inputs. We tested our approach across discrete domains in Atari games as well as continuous domains in the MuJoCo environment. With the proposed methods, we are able to achieve higher rewards and a 2- to 3-fold improvement in sample efficiency on average, compared to previous state-of-the-art on-policy actor-critic methods. Code is available at https://github.com/openai/baselines

Code Implementations8 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes