paper-with-me

Papers

Band-limited Soft Actor Critic Model

2020-06-19 · Miguel Campo, Zhengxing Chen, Luke Kung, Kittipat Virochsiri, Jian-Yu Wang

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 features, oftentimes transient, of the state-action value function. This results in better sample efficiency during early training. We take this idea one step further by artificially bandlimiting the target critic spatial resolution through the addition of a convolutional filter. We derive the closed form solution in the linear case and show that bandlimiting reduces the interdependency between the low and high frequency components of the state-action value approximation, allowing the critic to learn faster. In experiments, the bandlimited SAC outperformed the classic twin-critic SAC in a number of Gym environments, and displayed more stability in returns. We derive novel insights about SAC by adding a stochastic noise disturbance, a technique that is increasingly being used to learn robust policies that transfer well to the real world counterparts.

📄 PDF Abstract BibTeX arXiv:2006.11431

Code (1)

facebookresearch/ReAgent 공식 구현 pytorch

Tasks

model

Methods 이 논문이 사용한 방법론

Dilated Convolution 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Average Pooling 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
SAC 설명 없음

Similar Papers 제목 키워드 기반

Diabetes Lifestyle Medicine Treatment Assistance Using Reinforcement Learning

2025-10-19 · Yuhan Tang arxiv

Type 2 diabetes prevention and treatment can benefit from personalized lifestyle prescriptions. However, the delivery of personalized lifestyle medicine prescriptions is limited by the shortage of trained professionals a…

Reinforcement Learning

ManeuverNet: A Soft Actor-Critic Framework for Precise Maneuvering of Double-Ackermann-Steering Robots with Optimized Reward Functions

2026-02-16 · Kohio Deflesselle, Mélodie Daniel, Aly Magassouba, Miguel Aranda 외 arxiv

Autonomous control of double-Ackermann-steering robots is essential in agricultural applications, where robots must execute precise and complex maneuvers within a limited space. Classical methods, such as the Timed Elast…

Reinforcement Learning

Bayesian Soft Actor-Critic: A Directed Acyclic Strategy Graph Based Deep Reinforcement Learning

2022-08-11 · Qin Yang, Ramviyas Parasuraman

Adopting reasonable strategies is challenging but crucial for an intelligent agent with limited resources working in hazardous, unstructured, and dynamic environments to improve the system's utility, decrease the overall…

continuous-controlContinuous ControlDeep Reinforcement LearningOpenAI Gym+2

A Strategy-Oriented Bayesian Soft Actor-Critic Model

2023-03-07 · Qin Yang, Ramviyas Parasuraman

Adopting reasonable strategies is challenging but crucial for an intelligent agent with limited resources working in hazardous, unstructured, and dynamic environments to improve the system's utility, decrease the overall…

continuous-controlContinuous ControlMuJoCoOpenAI Gym

DR-SAC: Distributionally Robust Soft Actor-Critic for Reinforcement Learning under Uncertainty

2025-06-14 · Mingxuan Cui, Duo Zhou, Yuxuan Han, Grani A. Hanasusanto 외

Deep reinforcement learning (RL) has achieved significant success, yet its application in real-world scenarios is often hindered by a lack of robustness to environmental uncertainties. To solve this challenge, some robus…

continuous-controlContinuous ControlDeep Reinforcement LearningOffline RL+3