paper-with-me

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 establishes the first robustness guarantees for entropy-regularized continuous-time Markov decision processes. We show that maximizing an entropy-regularized objective yields a lower bound on a worst-case robust RL problem with joint reward and transition perturbations. We analytically characterize the induced robust sets and prove that they expand monotonically with the regularization strength, justifying the empirical observation that stronger entropy improves robustness. In contrast to prior discrete-time analyses, our results remove the intractable state-distribution entropy term and provide guarantees invariant to action frequency. Experiments on queueing network control and market making confirm our theory, showing that entropy-regularized policies outperform greedy and $ε$-greedy baselines under dynamics perturbations.

📄 PDF Abstract BibTeX arXiv:2607.03168

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Entropy annealing for policy mirror descent in continuous time and space

2024-05-30 · Deven Sethi, David Šiška, Yufei Zhang

Entropy regularization has been widely used in policy optimization algorithms to enhance exploration and the robustness of the optimal control; however it also introduces an additional regularization bias. This work quan…

Policy Gradient Methods

Promoting Stochasticity for Expressive Policies via a Simple and Efficient Regularization Method

2020-12-01 · NeurIPS 2020 12 · Qi Zhou, Yufei Kuang, Zherui Qiu, Houqiang Li 외

Many recent reinforcement learning (RL) methods learn stochastic policies with entropy regularization for exploration and robustness. However, in continuous action spaces, integrating entropy regularization with expressi…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning (RL)

Marginalized State Distribution Entropy Regularization in Policy Optimization

2019-12-11 · Riashat Islam, Zafarali Ahmed, Doina Precup

Entropy regularization is used to get improved optimization performance in reinforcement learning tasks. A common form of regularization is to maximize policy entropy to avoid premature convergence and lead to more stoch…

continuous-controlContinuous ControlReinforcement Learning

Do You Need the Entropy Reward (in Practice)?

2022-01-28 · Haonan Yu, Haichao Zhang, Wei Xu

Maximum entropy (MaxEnt) RL maximizes a combination of the original task reward and an entropy reward. It is believed that the regularization imposed by entropy, on both policy improvement and policy evaluation, together…

Regularization Matters in Policy Optimization - An Empirical Study on Continuous Control

2021-01-01 · ICLR 2021 1 · Zhuang Liu, Xuanlin Li, Bingyi Kang, Trevor Darrell

Deep Reinforcement Learning (Deep RL) has been receiving increasingly more attention thanks to its encouraging performance on a variety of control tasks. Yet, conventional regularization techniques in training neural ne…

continuous-controlContinuous ControlDeep Reinforcement Learning