paper-with-me

Papers

Soft Actor-Critic Algorithms and Applications

2018-12-13 · Tuomas Haarnoja, Aurick Zhou, Kristian Hartikainen, George Tucker, Sehoon Ha, Jie Tan, Vikash Kumar, Henry Zhu, Abhishek Gupta, Pieter Abbeel, Sergey Levine

A fork of OpenAI Baselines, implementations of reinforcement learning algorithms

📄 PDF Abstract BibTeX arXiv:1812.05905

Code (52)

rail-berkeley/softlearning 공식 구현 tf
ARISE-Initiative/robosuite-benchmark pytorch
Alina9/SAC
BY571/Soft-Actor-Critic-and-Extensions pytorch
DLR-RM/stable-baselines3 pytorch
Epsilon10/MARL pytorch
JiazhengChai/synergyDRL tf
Kaixhin/imitation-learning pytorch
LucasAlegre/sac-plus pytorch
MatthieuSarkis/Portfolio-Optimization-and-Goal-Based-Investment-with-Reinforcement-Learning pytorch
XuehaiPan/Soft-Actor-Critic pytorch
ac-93/soft-actor-critic tf
ajaysub110/rl-pytorch pytorch
alpaficia/MOSEAC_Limo pytorch
arnomoonens/yarll tf
astrid-merckling/SRL4RL pytorch
cindycia/Atari-SAC-Discrete pytorch
coreylowman/rl_simply pytorch
createamind/softlearning tf
denisyarats/pytorch_sac pytorch
dnishio/DSAC
dyth/doublegum jax
fiorenza2/OffCon3 pytorch
garyzyr001/rethinking-airl pytorch
gwthomas/gtml tf
hill-a/stable-baselines tf
hyunin-lee/ForecasterSAC pytorch
iclavera/cassie tf
intelligent-environments-lab/CityLearn tf
jjccero/pbrl/tree/master/pbrl/algorithms/sac pytorch
jvidals09/Decentralized-and-multi-agent-control-of-Franka-Emika-Panda-robot-in-continuous-task-execution pytorch
kairproject/kair_algorithms_draft pytorch
kdally/fault-tolerant-flight-control-drl
ku2482/discor.pytorch pytorch
ku2482/gail-airl-ppo.pytorch pytorch
ku2482/rljax jax
ku2482/rltorch pytorch
ku2482/soft-actor-critic.pytorch pytorch
lollcat/Soft-Actor-Critic tf
markub3327/rl-toolkit tf
maxiaoba/SoftLearning tf
mindspore-courses/Deep-Reinforcement-Learning-Algorithms-with-MindSpore mindspore
patrickhart/jaxdl jax
pranz24/pytorch-soft-actor-critic pytorch
scottemmons/youngs-cql pytorch
thomashirtz/pytorch-soft-actor-critic pytorch
thomashirtz/soft-actor-critic pytorch
toshikwa/discor.pytorch pytorch
toshikwa/soft-actor-critic.pytorch pytorch
willwhitney/pytorch_sac_lib pytorch
young-geng/cql pytorch
young-geng/jaxcql jax

Tasks

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Adam 설명 없음
Soft Actor-Critic (Autotuned Temperature) Soft Actor Critic (Autotuned Temperature is a modification of the SAC reinforcement learning algorithm.…

Similar 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 …

Reinforcement Learning

Bounded Exploration with World Model Uncertainty in Soft Actor-Critic Reinforcement Learning Algorithm

2024-12-09 · Ting Qiao, Henry Williams, David Valencia, Bruce MacDonald

One of the bottlenecks preventing Deep Reinforcement Learning algorithms (DRL) from real-world applications is how to explore the environment and collect informative transitions efficiently. The present paper describes b…

Deep Reinforcement Learning

Wasserstein Barycenter Soft Actor-Critic

2025-06-11 · Zahra Shahrooei, Ali Baheri

Deep off-policy actor-critic algorithms have emerged as the leading framework for reinforcement learning in continuous control domains. However, most of these algorithms suffer from poor sample efficiency, especially in …

continuous-controlContinuous ControlMuJoCo

Soft Decomposed Policy-Critic: Bridging the Gap for Effective Continuous Control with Discrete RL

2023-08-20 · Yechen Zhang, Jian Sun, Gang Wang, Zhuo Li 외

Discrete reinforcement learning (RL) algorithms have demonstrated exceptional performance in solving sequential decision tasks with discrete action spaces, such as Atari games. However, their effectiveness is hindered wh…

Atari Gamescontinuous-controlContinuous ControlReinforcement Learning (RL)

Regularization of Soft Actor-Critic Algorithms with Automatic Temperature Adjustment

2023-05-19 · Ben You

This work presents a comprehensive analysis to regularize the Soft Actor-Critic (SAC) algorithm with automatic temperature adjustment. The the policy evaluation, the policy improvement and the temperature adjustment are …