paper-with-me

Papers

Entropy-Augmented Entropy-Regularized Reinforcement Learning and a Continuous Path from Policy Gradient to Q-Learning

2020-05-18 · Donghoon Lee

Entropy augmented to reward is known to soften the greedy argmax policy to softmax policy. Entropy augmentation is reformulated and leads to a motivation to introduce an additional entropy term to the objective function in the form of KL-divergence to regularize optimization process. It results in a policy which monotonically improves while interpolating from the current policy to the softmax greedy policy. This policy is used to build a continuously parameterized algorithm which optimize policy and Q-function simultaneously and whose extreme limits correspond to policy gradient and Q-learning, respectively. Experiments show that there can be a performance gain using an intermediate algorithm.

📄 PDF Abstract BibTeX arXiv:2005.08844

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Entropy Regularization Improves Policy Robustness in Continuous-Time Reinforcement Learning

2026-07-03 · Jialun Cao, Fernando Acero, David Šiška, Yufei Zhang arxiv

Entropy regularization is widely used in continuous-time reinforcement learning (RL) to reduce sensitivity to environmental perturbations, yet its robustness benefits lack a rigorous theoretical foundation. This paper es…

Reinforcement Learning

Ensuring Monotonic Policy Improvement in Entropy-regularized Value-based Reinforcement Learning

2020-08-25 · Lingwei Zhu, Takamitsu Matsubara

This paper aims to establish an entropy-regularized value-based reinforcement learning method that can ensure the monotonic improvement of policies at each policy update. Unlike previously proposed lower-bounds on policy…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Hierarchical Soft Actor-Critic for Sparse-Reward Long-Horizon Reinforcement Learning

2026-07-26 · Zahra Abdalla Elashaal, Afef Hfaiedh, Nahla Khraief, Issmail Ellabib 외 arxiv

Exploration in sparse-reward long-horizon tasks poses significant challenges for reinforcement learning. To address these challenges, we propose a two-level Hierarchical Reinforcement Learning (HRL) framework. The first …

Hierarchical Reinforcement LearningContinuous Control

Regularized Inverse Reinforcement Learning

2020-10-07 · ICLR 2021 1 · Wonseok Jeon, Chen-Yang Su, Paul Barde, Thang Doan 외

Inverse Reinforcement Learning (IRL) aims to facilitate a learner's ability to imitate expert behavior by acquiring reward functions that explain the expert's decisions. Regularized IRL applies strongly convex regularize…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Continuous-Time Mean-Variance Portfolio Selection: A Reinforcement Learning Framework

2019-04-25 · Haoran Wang, Xun Yu Zhou

We approach the continuous-time mean-variance (MV) portfolio selection with reinforcement learning (RL). The problem is to achieve the best tradeoff between exploration and exploitation, and is formulated as an entropy-r…

Continuous ControlPortfolio Optimizationreinforcement-learningReinforcement Learning+1