paper-with-me

Papers

Soft Actor-Critic for Discrete Action Settings

2019-10-16 · Petros Christodoulou

Soft Actor-Critic is a state-of-the-art reinforcement learning algorithm for continuous action settings that is not applicable to discrete action settings. Many important settings involve discrete actions, however, and so here we derive an alternative version of the Soft Actor-Critic algorithm that is applicable to discrete action settings. We then show that, even without any hyperparameter tuning, it is competitive with the tuned model-free state-of-the-art on a selection of games from the Atari suite.

📄 PDF Abstract BibTeX arXiv:1910.07207

Code (13)

p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch 공식 구현 pytorch
BY571/SAC_discrete pytorch
Bigpig4396/PyTorch-Soft-Actor-Critic-SAC pytorch
Epsilon10/MARL pytorch
ToolManChang/DRLseminar_code_challenge
ac-93/soft-actor-critic tf
cindycia/Atari-SAC-Discrete pytorch
keraJLi/rejax jax
ku2482/rljax jax
ku2482/rltorch pytorch
ku2482/sac-discrete.pytorch pytorch
lingweizhu/Pytorch-MunchausenActorCritic pytorch
mindspore-courses/Deep-Reinforcement-Learning-Algorithms-with-MindSpore mindspore

Tasks

Atari Gamesreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Revisiting Discrete Soft Actor-Critic

2022-09-21 · Haibin Zhou, Tong Wei, Zichuan Lin, Junyou Li 외

We study the adaption of Soft Actor-Critic (SAC), which is considered as a state-of-the-art reinforcement learning (RL) algorithm, from continuous action space to discrete action space. We revisit vanilla discrete SAC an…

Atari GamesQ-LearningReinforcement Learning (RL)

Target Entropy Annealing for Discrete Soft Actor-Critic

2021-12-06 · Yaosheng Xu, Dailin Hu, Litian Liang, Stephen Mcaleer 외

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 GamesScheduling

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)

Soft Actor-Critic With Integer Actions

2021-09-17 · Ting-Han Fan, YuBo Wang

Reinforcement learning is well-studied under discrete actions. Integer actions setting is popular in the industry yet still challenging due to its high dimensionality. To this end, we study reinforcement learning under i…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Variational Quantum Soft Actor-Critic

2021-12-20 · Qingfeng Lan

Quantum computing has a superior advantage in tackling specific problems, such as integer factorization and Simon's problem. For more general tasks in machine learning, by applying variational quantum circuits, more and …

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1