paper-with-me

Papers

SACn: Soft Actor-Critic with n-step Returns

2025-12-15 · Jakub Łyskawa, Jakub Lewandowski, Paweł Wawrzyński arxiv

Soft Actor-Critic (SAC) is widely used in practical applications and is now one of the most relevant off-policy online model-free reinforcement learning (RL) methods. The technique of n-step returns is known to increase the convergence speed of RL algorithms compared to their 1-step returns-based versions. However, SAC is notoriously difficult to combine with n-step returns, since their usual combination introduces bias in off-policy algorithms due to the changes in action distribution. While this problem is solved by importance sampling, a method for estimating expected values of one distribution using samples from another distribution, importance sampling may result in numerical instability. In this work, we combine SAC with n-step returns in a way that overcomes this issue. We present an approach to applying numerically stable importance sampling with simplified hyperparameter selection. Furthermore, we analyze the entropy estimation approach of Soft Actor-Critic in the context of the n-step maximum entropy framework and formulate the $τ$-sampled entropy estimation to reduce the variance of the learning target. Finally, we formulate the Soft Actor-Critic with n-step returns (SAC$n$) algorithm that we experimentally verify on MuJoCo simulated environments.

📄 PDF Abstract BibTeX arXiv:2512.13165

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Chunking the Critic: A Transformer-based Soft Actor-Critic with N-Step Returns

2025-03-05 · Dong Tian, Ge Li, Hongyi Zhou, Onur Celik 외

Soft Actor-Critic (SAC) critically depends on its critic network, which typically evaluates a single state-action pair to guide policy updates. Using N-step returns is a common practice to reduce the bias in the target v…

Chunking

Soft Options Critic

2019-05-23 · Elita Lobo, Scott Jordan

The option-critic architecture (Bacon, Harb, and Precup 2017) and several variants have successfully demonstrated the use of the options framework proposed by Sutton et al (Sutton, Precup, and Singh1999) to scale learnin…

Distributional Soft Actor-Critic: Off-Policy Reinforcement Learning for Addressing Value Estimation Errors

2020-01-09 · Jingliang Duan, Yang Guan, Shengbo Eben Li, Yangang Ren 외

In reinforcement learning (RL), function approximation errors are known to easily lead to the Q-value overestimations, thus greatly reducing policy performance. This paper presents a distributional soft actor-critic (DSA…

continuous-controlContinuous ControlMuJoCoreinforcement-learning+2

Band-limited Soft Actor Critic Model

2020-06-19 · Miguel Campo, Zhengxing Chen, Luke Kung, Kittipat Virochsiri 외

Soft Actor Critic (SAC) algorithms show remarkable performance in complex simulated environments. A key element of SAC networks is entropy regularization, which prevents the SAC actor from optimizing against fine grained…

model

Generative Actor-Critic with Soft Bridge Policies

2026-05-09 · Ke He, Le He, Shunpu Tang, Yafei Wang 외 arxiv

Expressive generative policies such as diffusion and flow models are appealing for MaxEnt online reinforcement learning because of their ability to model multimodal and highly non-Gaussian action distributions. However, …

Reinforcement Learning