LGAIMLJan 4, 2018

Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor

arXiv:1801.01290v211336 citations
Originality Incremental advance
AI Analysis

This addresses the problem of applying deep RL to complex, real-world domains by improving sample efficiency and stability, though it is an incremental advancement over prior maximum entropy methods.

The paper tackles the high sample complexity and brittle convergence of model-free deep reinforcement learning by proposing Soft Actor-Critic, an off-policy actor-critic algorithm based on maximum entropy reinforcement learning, which achieves state-of-the-art performance on continuous control benchmarks and demonstrates high stability across random seeds.

Model-free deep reinforcement learning (RL) algorithms have been demonstrated on a range of challenging decision making and control tasks. However, these methods typically suffer from two major challenges: very high sample complexity and brittle convergence properties, which necessitate meticulous hyperparameter tuning. Both of these challenges severely limit the applicability of such methods to complex, real-world domains. In this paper, we propose soft actor-critic, an off-policy actor-critic deep RL algorithm based on the maximum entropy reinforcement learning framework. In this framework, the actor aims to maximize expected reward while also maximizing entropy. That is, to succeed at the task while acting as randomly as possible. Prior deep RL methods based on this framework have been formulated as Q-learning methods. By combining off-policy updates with a stable stochastic actor-critic formulation, our method achieves state-of-the-art performance on a range of continuous control benchmark tasks, outperforming prior on-policy and off-policy methods. Furthermore, we demonstrate that, in contrast to other off-policy algorithms, our approach is very stable, achieving very similar performance across different random seeds.

Code Implementations86 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