paper-with-me

Papers

Bellman operator convergence enhancements in reinforcement learning algorithms

2025-05-20 · David Krame Kadurha, Domini Jocema Leko Moutouo, Yae Ulrich Gaba

This paper reviews the topological groundwork for the study of reinforcement learning (RL) by focusing on the structure of state, action, and policy spaces. We begin by recalling key mathematical concepts such as complete metric spaces, which form the foundation for expressing RL problems. By leveraging the Banach contraction principle, we illustrate how the Banach fixed-point theorem explains the convergence of RL algorithms and how Bellman operators, expressed as operators on Banach spaces, ensure this convergence. The work serves as a bridge between theoretical mathematics and practical algorithm design, offering new approaches to enhance the efficiency of RL. In particular, we investigate alternative formulations of Bellman operators and demonstrate their impact on improving convergence rates and performance in standard RL environments such as MountainCar, CartPole, and Acrobot. Our findings highlight how a deeper mathematical understanding of RL can lead to more effective algorithms for decision-making problems.

📄 PDF Abstract BibTeX arXiv:2505.14564

Code (0)

등록된 구현이 없습니다.

Tasks

AcrobotDecision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Generalized Speedy Q-learning

2019-11-01 · Indu John, Chandramouli Kamanchi, Shalabh Bhatnagar

In this paper, we derive a generalization of the Speedy Q-learning (SQL) algorithm that was proposed in the Reinforcement Learning (RL) literature to handle slow convergence of Watkins' Q-learning. In most RL algorithms …

Q-LearningReinforcement LearningReinforcement Learning (RL)

Bayesian Bellman Operators

2021-06-09 · NeurIPS 2021 12 · Matthew Fellows, Kristian Hartikainen, Shimon Whiteson

We introduce a novel perspective on Bayesian reinforcement learning (RL); whereas existing approaches infer a posterior over the transition distribution or Q-function, we characterise the uncertainty in the Bellman opera…

continuous-controlContinuous ControlReinforcement Learning (RL)

Gradual Transition from Bellman Optimality Operator to Bellman Operator in Online Reinforcement Learning

2025-06-06 · Motoki Omura, Kazuki Ota, Takayuki Osa, Yusuke Mukuta 외

For continuous action spaces, actor-critic methods are widely used in online reinforcement learning (RL). However, unlike RL algorithms for discrete actions, which generally model the optimal value function using the Bel…

Reinforcement Learning (RL)

SBEED: Convergent Reinforcement Learning with Nonlinear Function Approximation

2017-12-29 · ICML 2018 7 · Bo Dai, Albert Shaw, Lihong Li, Lin Xiao 외

When function approximation is used, solving the Bellman optimality equation with stability guarantees has remained a major open problem in reinforcement learning for decades. The fundamental difficulty is that the Bellm…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Distributional Bellman Operators over Mean Embeddings

2023-12-09 · Li Kevin Wenliang, Grégoire Delétang, Matthew Aitchison, Marcus Hutter 외

We propose a novel algorithmic framework for distributional reinforcement learning, based on learning finite-dimensional mean embeddings of return distributions. We derive several new algorithms for dynamic programming a…

Atari GamesDeep Reinforcement LearningDistributional Reinforcement Learningreinforcement-learning+1