paper-with-me

Papers

Increasing Entropy to Boost Policy Gradient Performance on Personalization Tasks

2023-10-09 · Andrew Starnes, Anton Dereventsov, Clayton Webster

In this effort, we consider the impact of regularization on the diversity of actions taken by policies generated from reinforcement learning agents trained using a policy gradient. Policy gradient agents are prone to entropy collapse, which means certain actions are seldomly, if ever, selected. We augment the optimization objective function for the policy with terms constructed from various $\varphi$-divergences and Maximum Mean Discrepancy which encourages current policies to follow different state visitation and/or action choice distribution than previously computed policies. We provide numerical experiments using MNIST, CIFAR10, and Spotify datasets. The results demonstrate the advantage of diversity-promoting policy regularization and that its use on gradient-based approaches have significantly improved performance on a variety of personalization tasks. Furthermore, numerical evidence is given to show that policy regularization increases performance without losing accuracy.

📄 PDF Abstract BibTeX arXiv:2310.05324

Code (1)

acstarnes/wain23-policy-regularization 공식 구현 tf

Tasks

Diversity

Similar Papers 제목 키워드 기반

Boosting RL-Based Visual Reasoning with Selective Adversarial Entropy Intervention

2025-12-11 · Yang Yu, Zhuangzhuang Chen, Lanqing Li, Xiaomeng Li arxiv

Recently, reinforcement learning (RL) has become a common choice in enhancing the reasoning capabilities of vision-language models (VLMs). Considering existing RL-based finetuning methods, entropy intervention turns out …

Reinforcement LearningAdversarial AttackVisual Reasoning

Entropy-Preserving Reinforcement Learning

2026-03-12 · Aleksei Petrenko, Ben Lipkin, Kevin Chen, Erik Wijmans 외 arxiv

Policy gradient algorithms have driven many recent advancements in language model reasoning. An appealing property is their ability to learn from exploration on their own trajectories, a process crucial for fostering div…

Reinforcement Learning

Convergence of Policy Gradient for Entropy Regularized MDPs with Neural Network Approximation in the Mean-Field Regime

2022-01-18 · Bekzhan Kerimkulov, James-Michael Leahy, David Šiška, Lukasz Szpruch

We study the global convergence of policy gradient for infinite-horizon, continuous state and action space, and entropy-regularized Markov decision processes (MDPs). We consider a softmax policy with (one-hidden layer) n…

Cross-Entropy Games and Frost Training

2026-05-26 · Arthur Renard, Franck Gabriel, Valentin Hartmann, Clément Hongler arxiv

We present Frost Training, a method for improving Monte Carlo-based policy optimization for a large family of LLM-as-a-judge tasks called Cross-Entropy Games. The key idea is to exploit the gradient of the reward functio…

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 …

Q-Learning