Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Tuomas Haarnoja, Aurick Zhou, Pieter Abbeel, Sergey Levine• 2018

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningMinerva--
138
Reinforcement LearningHopper v5
Average Return3.50e+3
93
Offline Reinforcement LearningD4RL walker2d-random
Normalized Score0.9
77
Offline Reinforcement LearningD4RL halfcheetah-random
Normalized Score29.7
70
Offline Reinforcement LearningD4RL hopper-random
Normalized Score9.9
62
Offline Reinforcement LearningD4RL Gym walker2d (medium-replay)
Normalized Return-0.4
52
Online Reinforcement LearningOpenAI Gym MuJoCo Normalized v4
Normalized Mean Return71.3
50
Reinforcement LearningAnt v5
Average Return4.48e+3
49
Offline Reinforcement LearningD4RL Gym halfcheetah-medium
Normalized Return55.2
44
Reinforcement LearningHalfcheetah v5
Average Return1.24e+4
43
Showing 10 of 371 rows
...

Other info

Code

Follow for update