paper-with-me

Papers

Regularized Policy Iteration

2008-12-01 · NeurIPS 2008 12 · Amir M. Farahmand, Mohammad Ghavamzadeh, Shie Mannor, Csaba Szepesvári

In this paper we consider approximate policy-iteration-based reinforcement learning algorithms. In order to implement a flexible function approximation scheme we propose the use of non-parametric methods with regularization, providing a convenient way to control the complexity of the function approximator. We propose two novel regularized policy iteration algorithms by adding L2-regularization to two widely-used policy evaluation methods: Bellman residual minimization (BRM) and least-squares temporal difference learning (LSTD). We derive efficient implementation for our algorithms when the approximate value-functions belong to a reproducing kernel Hilbert space. We also provide finite-sample performance bounds for our algorithms and show that they are able to achieve optimal rates of convergence under the studied conditions.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

L2 Regularizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Bridging the Gap between Newton-Raphson Method and Regularized Policy Iteration

2023-10-11 · Zeyang Li, Chuxiong Hu, Yunan Wang, Guojian Zhan 외

Regularization is one of the most important techniques in reinforcement learning algorithms. The well-known soft actor-critic algorithm is a special case of regularized policy iteration where the regularizer is chosen as…

On the Convergence of Approximate and Regularized Policy Iteration Schemes

2019-09-20 · Elena Smirnova, Elvis Dohmatob

Entropy regularized algorithms such as Soft Q-learning and Soft Actor-Critic, recently showed state-of-the-art performance on a number of challenging reinforcement learning (RL) tasks. The regularized formulation modifie…

Q-LearningReinforcement LearningReinforcement Learning (RL)

Natural Policy Gradient as Doubly Smoothed Policy Iteration: A Bellman-Operator Framework

2026-05-11 · Phalguni Nanda, Zaiwei Chen arxiv

In this work, we show that natural policy gradient, a core algorithm in reinforcement learning, admits an exact formulation as a smoothed and averaged form of policy iteration. Specifically, we introduce doubly smoothed …

Reinforcement Learning

A Theory of Regularized Markov Decision Processes

2019-01-31 · Matthieu Geist, Bruno Scherrer, Olivier Pietquin

Many recent successful (deep) reinforcement learning algorithms make use of regularization, generally based on entropy or Kullback-Leibler divergence. We propose a general theory of regularized Markov Decision Processes …

Deep Reinforcement LearningQ-LearningReinforcement Learning

Robust Regularized Policy Iteration under Transition Uncertainty

2026-03-10 · Hongqiang Lin, Zhenghui Fu, Weihao Tang, Pengfei Wang 외 arxiv

Offline reinforcement learning (RL) enables data-efficient and safe policy learning without online exploration, but its performance often degrades under distribution shift. The learned policy may visit out-of-distributio…

Reinforcement LearningOffline RL