paper-with-me

Papers

On Entropy Control in LLM-RL Algorithms

2025-09-03 · Han Shen arxiv

For RL algorithms, appropriate entropy control is crucial to their effectiveness. To control the policy entropy, a commonly used method is entropy regularization, which is adopted in various popular RL algorithms including PPO, SAC and A3C. Although entropy regularization proves effective in robotic and games RL conventionally, studies found that it gives weak to no gains in LLM-RL training. In this work, we study the issues of entropy bonus in LLM-RL setting. Specifically, we first argue that the conventional entropy regularization suffers from the LLM's extremely large response space and the sparsity of the optimal outputs. As a remedy, we propose AEnt, an entropy control method that utilizes a new clamped entropy bonus with an automatically adjusted coefficient. The clamped entropy is evaluated with the re-normalized policy defined on certain smaller token space, which encourages exploration within a more compact response set. In addition, the algorithm automatically adjusts entropy coefficient according to the clamped entropy value, effectively controlling the entropy-induced bias while leveraging the entropy's benefits. AEnt is tested in math-reasoning tasks under different base models and datasets, and it is observed that AEnt outperforms the baselines consistently across multiple benchmarks.

📄 PDF Abstract BibTeX arXiv:2509.03493

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Optimal scheduling of entropy regulariser for continuous-time linear-quadratic reinforcement learning

2022-08-08 · Lukasz Szpruch, Tanut Treetanthiploet, Yufei Zhang

This work uses the entropy-regularised relaxed stochastic control perspective as a principled framework for designing reinforcement learning (RL) algorithms. Herein agent interacts with the environment by generating nois…

reinforcement-learningReinforcement Learning (RL)Scheduling

Optimizing Audio Compression Through Entropy-Controlled Dithering

2025-01-04 · Ellison Murray, Morriel Kasher, Predrag Spasojevic

This paper explores entropy-controlled dithering techniques in audio compression, examining the application of standard and modified TPDFs, combined with noise shaping and entropy-controlled parameters, across various au…

Audio CompressionRhythm

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

Dynamic Entropy Tuning in Reinforcement Learning Low-Level Quadcopter Control: Stochasticity vs Determinism

2025-12-20 · Youssef Mahran, Zeyad Gamal, Ayman El-Badawy arxiv

This paper explores the impact of dynamic entropy tuning in Reinforcement Learning (RL) algorithms that train a stochastic policy. Its performance is compared against algorithms that train a deterministic one. Stochastic…

Reinforcement Learning

Off-Policy Actor-Critic in an Ensemble: Achieving Maximum General Entropy and Effective Environment Exploration in Deep Reinforcement Learning

2019-02-14 · Gang Chen, Yiming Peng

We propose a new policy iteration theory as an important extension of soft policy iteration and Soft Actor-Critic (SAC), one of the most efficient model free algorithms for deep reinforcement learning. Supported by the n…

Deep Reinforcement LearningReinforcement Learning