English

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

Machine Learning 2020-06-08 v2 Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2005.08844,
  title  = {Entropy-Augmented Entropy-Regularized Reinforcement Learning and a Continuous Path from Policy Gradient to Q-Learning},
  author = {Donghoon Lee},
  journal= {arXiv preprint arXiv:2005.08844},
  year   = {2020}
}

Comments

16 pages, 1 figure. refined a few expressions, proofs. added source code

R2 v1 2026-06-23T15:37:58.885Z