paper-with-me

홈 › Papers

Regret Minimization for Reinforcement Learning by Evaluating the Optimal Bias Function

2019-06-12 · NeurIPS 2019 12 · Zihan Zhang, Xiangyang Ji

We present an algorithm based on the \emph{Optimism in the Face of Uncertainty} (OFU) principle which is able to learn Reinforcement Learning (RL) modeled by Markov decision process (MDP) with finite state-action space efficiently. By evaluating the state-pair difference of the optimal bias function $h^{*}$, the proposed algorithm achieves a regret bound of $\tilde{O}(\sqrt{SAHT})$\footnote{The symbol $\tilde{O}$ means $O$ with log factors ignored. } for MDP with $S$ states and $A$ actions, in the case that an upper bound $H$ on the span of $h^{*}$, i.e., $sp(h^{*})$ is known. This result outperforms the best previous regret bounds $\tilde{O}(S\sqrt{AHT}) $\citep{fruit2019improved} by a factor of $\sqrt{S}$. Furthermore, this regret bound matches the lower bound of $\Omega(\sqrt{SAHT}) $\citep{jaksch2010near} up to a logarithmic factor. As a consequence, we show that there is a near optimal regret bound of $\tilde{O}(\sqrt{SADT})$ for MDPs with a finite diameter $D$ compared to the lower bound of $\Omega(\sqrt{SADT}) $\citep{jaksch2010near}.

📄 PDF Abstract BibTeX arXiv:1906.05110

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Test-Time Regret Minimization in Meta Reinforcement Learning

2024-06-04 · Mirco Mutti, Aviv Tamar

Meta reinforcement learning sets a distribution over a set of tasks on which the agent can train at will, then is asked to learn an optimal policy for any test task efficiently. In this paper, we consider a finite set of…

Meta Reinforcement Learningreinforcement-learningReinforcement Learning

A Unified Algorithmic Framework for Hybrid Reinforcement Learning in Tabular MDPs with Shifted Transition Dynamics

2026-07-28 · Zheshun Wu, Renjie Zheng, Jinhang Zuo, Zenglin Xu 외 arxiv

This paper investigates a hybrid reinforcement learning setting in tabular Markov Decision Processes (MDPs), where an agent aims to learn an optimal policy by combining online interactions with a target environment and o…

Reinforcement Learning

Reinforcement Learning algorithms for regret minimization in structured Markov Decision Processes

2016-08-17 · K J Prabuchandran, Tejas Bodas, Theja Tulabandhula

A recent goal in the Reinforcement Learning (RL) framework is to choose a sequence of actions or a policy to maximize the reward collected or minimize the regret incurred in a finite time horizon. For several RL problems…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Regret Minimization and Statistical Inference in Online Decision Making with High-dimensional Covariates

2024-11-10 · Congyuan Duan, Wanteng Ma, Jiashuo Jiang, Dong Xia

This paper investigates regret minimization, statistical inference, and their interplay in high-dimensional online decision-making based on the sparse linear context bandit model. We integrate the $\varepsilon$-greedy ba…

Decision Makingvalid

A Reduction from Reinforcement Learning to No-Regret Online Learning

2019-11-14 · Ching-An Cheng, Remi Tachet des Combes, Byron Boots, Geoff Gordon

We present a reduction from reinforcement learning (RL) to no-regret online learning based on the saddle-point formulation of RL, by which "any" online algorithm with sublinear regret can generate policies with provable …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)