paper-with-me

Papers

Entropy Regularized Reinforcement Learning with Cascading Networks

2022-10-16 · Riccardo Della Vecchia, Alena Shilova, Philippe Preux, Riad Akrour

Deep Reinforcement Learning (Deep RL) has had incredible achievements on high dimensional problems, yet its learning process remains unstable even on the simplest tasks. Deep RL uses neural networks as function approximators. These neural models are largely inspired by developments in the (un)supervised machine learning community. Compared to these learning frameworks, one of the major difficulties of RL is the absence of i.i.d. data. One way to cope with this difficulty is to control the rate of change of the policy at every iteration. In this work, we challenge the common practices of the (un)supervised learning community of using a fixed neural architecture, by having a neural model that grows in size at each policy update. This allows a closed form entropy regularized policy update, which leads to a better control of the rate of change of the policy at each iteration and help cope with the non i.i.d. nature of RL. Initial experiments on classical RL benchmarks show promising results with remarkable convergence on some RL tasks when compared to other deep RL baselines, while exhibiting limitations on others.

📄 PDF Abstract BibTeX arXiv:2210.08503

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

NON 설명 없음

Similar Papers 제목 키워드 기반

Entropy Regularized Reinforcement Learning Using Large Deviation Theory

2021-06-07 · Argenis Arriojas, Jacob Adamczyk, Stas Tiomkin, Rahul V. Kulkarni

Reinforcement learning (RL) is an important field of research in machine learning that is increasingly being applied to complex optimization problems in physics. In parallel, concepts from physics have contributed to imp…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

A unified view of entropy-regularized Markov decision processes

2017-05-22 · Gergely Neu, Anders Jonsson, Vicenç Gómez

We propose a general framework for entropy-regularized average-reward reinforcement learning in Markov decision processes (MDPs). Our approach is based on extending the linear-programming formulation of policy optimizati…

Policy Gradient Methodsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Utilizing Prior Solutions for Reward Shaping and Composition in Entropy-Regularized Reinforcement Learning

2022-12-02 · Jacob Adamczyk, Argenis Arriojas, Stas Tiomkin, Rahul V. Kulkarni

In reinforcement learning (RL), the ability to utilize prior knowledge from previously solved tasks can allow agents to quickly solve new problems. In some cases, these new problems may be approximately solved by composi…

reinforcement-learningReinforcement Learning (RL)Relation

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

Linear Convergence of Entropy-Regularized Natural Policy Gradient with Linear Function Approximation

2021-06-08 · Semih Cayci, Niao He, R. Srikant

Natural policy gradient (NPG) methods with entropy regularization achieve impressive empirical success in reinforcement learning problems with large state-action spaces. However, their convergence properties and the impa…