paper-with-me

Papers

Efficient Bias-Span-Constrained Exploration-Exploitation in Reinforcement Learning

2018-02-12 · ICML 2018 7 · Ronan Fruit, Matteo Pirotta, Alessandro Lazaric, Ronald Ortner

We introduce SCAL, an algorithm designed to perform efficient exploration-exploitation in any unknown weakly-communicating Markov decision process (MDP) for which an upper bound $c$ on the span of the optimal bias function is known. For an MDP with $S$ states, $A$ actions and $\Gamma \leq S$ possible next states, we prove a regret bound of $\widetilde{O}(c\sqrt{\Gamma SAT})$, which significantly improves over existing algorithms (e.g., UCRL and PSRL), whose regret scales linearly with the MDP diameter $D$. In fact, the optimal bias span is finite and often much smaller than $D$ (e.g., $D=\infty$ in non-communicating MDPs). A similar result was originally derived by Bartlett and Tewari (2009) for REGAL.C, for which no tractable algorithm is available. In this paper, we relax the optimization problem at the core of REGAL.C, we carefully analyze its properties, and we provide the first computationally efficient algorithm to solve it. Finally, we report numerical simulations supporting our theoretical findings and showing how SCAL significantly outperforms UCRL in MDPs with large diameter and small span.

📄 PDF Abstract BibTeX arXiv:1802.04020

Code (1)

RonanFR/UCRL 공식 구현

Tasks

Efficient Explorationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Group Entropy-Controlled Policy Optimization

2026-07-18 · Guangran Cheng, Chengqi Lyu, Songyang Gao, Wenwei Zhang 외 hf

Entropy control has become an effective tool in reinforcement learning (RL) of large language models (LLMs), helping balance exploration-exploitation trade-off during alignment process. Such RL paradigm is often conducte…

Reinforcement LearningInstruction FollowingCode Generation

Token Hidden Reward: Steering Exploration-Exploitation in Group Relative Deep Reinforcement Learning

2025-10-04 · Wenlong Deng, Yi Ren, Yushu Li, Boying Gong 외 arxiv

Reinforcement learning with verifiable rewards has significantly advanced the reasoning capabilities of large language models, yet how to explicitly steer training toward exploration or exploitation remains an open probl…

Reinforcement Learning

Decoupled Exploration and Exploitation Policies for Sample-Efficient Reinforcement Learning

2021-01-23 · William F. Whitney, Michael Bloesch, Jost Tobias Springenberg, Abbas Abdolmaleki 외

Despite the close connection between exploration and sample efficiency, most state of the art reinforcement learning algorithms include no considerations for exploration beyond maximizing the entropy of the policy. In th…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1

In-context Exploration-Exploitation for Reinforcement Learning

2024-03-11 · Zhenwen Dai, Federico Tomasi, Sina Ghiassian

In-context learning is a promising approach for online policy learning of offline reinforcement learning (RL) methods, which can be achieved at inference time without gradient optimization. However, this method is hinder…

Bayesian InferenceBayesian OptimizationIn-Context Learningreinforcement-learning+2

Exploration vs Exploitation: Rethinking RLVR through Clipping, Entropy, and Spurious Reward

2025-12-18 · Peter Chen, Xiaopeng Li, Ziniu Li, Wotao Yin 외 arxiv

This paper examines the exploration-exploitation trade-off in reinforcement learning with verifiable rewards (RLVR), a framework for improving the reasoning of Large Language Models (LLMs). Recent studies suggest that RL…

Reinforcement LearningMathematical Reasoning