Meta-SAC: Auto-tune the Entropy Temperature of Soft Actor-Critic via Metagradient
Exploration-exploitation dilemma has long been a crucial issue in reinforcement learning. In this paper, we propose a new approach to automatically balance between these two. Our method is built upon the Soft Actor-Critic (SAC) algorithm, which uses an "entropy temperature" that balances the original task reward and the policy entropy, and hence controls the trade-off between exploitation and exploration. It is empirically shown that SAC is very sensitive to this hyperparameter, and the follow-up work (SAC-v2), which uses constrained optimization for automatic adjustment, has some limitations. The core of our method, namely Meta-SAC, is to use metagradient along with a novel meta objective to automatically tune the entropy temperature in SAC. We show that Meta-SAC achieves promising performances on several of the Mujoco benchmarking tasks, and outperforms SAC-v2 over 10% in one of the most challenging tasks, humanoid-v2.
Code (1)
Tasks
BenchmarkingMuJoCoMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Target Entropy Annealing for Discrete Soft Actor-Critic
Soft Actor-Critic (SAC) is considered the state-of-the-art algorithm in continuous action space settings. It uses the maximum entropy framework for efficiency and stability, and applies a heuristic temperature Lagrange t…
Atari GamesSchedulingTemperature check: theory and practice for training models with softmax-cross-entropy losses
The softmax function combined with a cross-entropy loss is a principled approach to modeling probability distributions that has become ubiquitous in deep learning. The softmax function is defined by a lone hyperparameter…
Sentiment AnalysisCount-Based Temperature Scheduling for Maximum Entropy Reinforcement Learning
Maximum Entropy Reinforcement Learning (MaxEnt RL) algorithms such as Soft Q-Learning (SQL) and Soft Actor-Critic trade off reward and policy entropy, which has the potential to improve training stability and robustness.…
Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1CAT-SAC: Soft Actor-Critic with Curiosity-Aware Entropy Temperature
The trade-off between exploration and exploitation has long been a crucial issue in reinforcement learning~(RL). Most of the existing RL methods handle this problem by adding action noise to the policies, such as the Sof…
MuJoCoReinforcement Learning (RL)Meta Knowledge Distillation
Recent studies pointed out that knowledge distillation (KD) suffers from two degradation problems, the teacher-student gap and the incompatibility with strong data augmentations, making it not applicable to training stat…
Data AugmentationImage ClassificationKnowledge Distillation