paper-with-me

Papers

Kernel-Based Reinforcement Learning: A Finite-Time Analysis

2020-04-12 · Omar Darwiche Domingues, Pierre Ménard, Matteo Pirotta, Emilie Kaufmann, Michal Valko

We consider the exploration-exploitation dilemma in finite-horizon reinforcement learning problems whose state-action space is endowed with a metric. We introduce Kernel-UCBVI, a model-based optimistic algorithm that leverages the smoothness of the MDP and a non-parametric kernel estimator of the rewards and transitions to efficiently balance exploration and exploitation. For problems with $K$ episodes and horizon $H$, we provide a regret bound of $\widetilde{O}\left( H^3 K^{\frac{2d}{2d+1}}\right)$, where $d$ is the covering dimension of the joint state-action space. This is the first regret bound for kernel-based RL using smoothing kernels, which requires very weak assumptions on the MDP and has been previously applied to a wide range of tasks. We empirically validate our approach in continuous MDPs with sparse rewards.

📄 PDF Abstract BibTeX arXiv:2004.05599

Code (1)

omardrwch/kernel_ucbvi_experiments 공식 구현

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Minimax Optimal Kernel Operator Learning via Multilevel Training

2022-09-28 · Jikai Jin, Yiping Lu, Jose Blanchet, Lexing Ying

Learning mappings between infinite-dimensional function spaces has achieved empirical success in many disciplines of machine learning, including generative modeling, functional data analysis, causal inference, and multi-…

Causal InferenceMulti-agent Reinforcement LearningOperator learning

Finite-Time Analysis of Kernelised Contextual Bandits

2013-09-26 · Michal Valko, Nathaniel Korda, Remi Munos, Ilias Flaounas 외

We tackle the problem of online reward maximisation over a large finite set of actions described by their contexts. We focus on the case when the number of actions is too big to sample all of them even once. However we a…

Multi-Armed Bandits

Improved Model-based Reinforcement Learning with Smooth Kernels

2026-05-08 · Kun Long, Yuqiang Li, Xianyi Wu arxiv

For continuous state-action space scenarios, classical reinforcement learning (RL) theory predominantly focuses on low-rank Markov decision processes (MDPs), which provide sample-efficient guarantees at the expense of re…

Reinforcement Learning

Finite-Time Analysis of On-Policy Heterogeneous Federated Reinforcement Learning

2024-01-27 · Chenyu Zhang, Han Wang, Aritra Mitra, James Anderson

Federated reinforcement learning (FRL) has emerged as a promising paradigm for reducing the sample complexity of reinforcement learning tasks by exploiting information from different agents. However, when each agent inte…

reinforcement-learningReinforcement Learning

Finite-Sample Bounds for Adaptive Inverse Reinforcement Learning using Passive Langevin Dynamics

2023-04-18 · Luke Snow, Vikram Krishnamurthy

This paper provides a finite-sample analysis of a passive stochastic gradient Langevin dynamics (PSGLD) algorithm. This algorithm is designed to achieve adaptive inverse reinforcement learning (IRL). Adaptive IRL aims to…

Density Estimationreinforcement-learningReinforcement Learning