paper-with-me

홈 › Papers

Pure Exploration for a Good Policy in Reinforcement Learning with Bandit Feedback

2026-05-22 · Zitian Li, Wang Chi Cheung arxiv

Pure exploration in episodic Reinforcement Learning has primarily focused on Best Policy Identification (BPI), which seeks to identify a (near)-optimal policy with high confidence. Motivated by practical settings where a ``good enough'' policy suffices, we study an alternate objective of Good Policy Identification (GPI). For a given reward threshold $μ_0$, GPI only requires identifying a policy with expected reward in an episode at least $μ_0$ if such a policy exists (positive instance), or declaring None if no such policy exists (negative instance). We formalize GPI under the fixed-confidence setting. We require the output to be correct with probability $\geq 1-δ$, and seek to minimize the expected sample complexity, which is the expected number of episodes explored for the output. We propose a novel algorithm BEE-GPI, and derive theoretically-grounded upper bounds on its sample complexity for positive and negative instances. Notably, for positive instances, the coefficient of $\log 1/δ$ in our upper bound is $O(H^2/(V^* - μ_0)^2)$, where $H$ is the episode length and $V^*$ is the optimal expected reward in an episode. The coefficient does not depend on the action and state space sizes otherwise, in sharp contrast to the sample complexity in BPI. We further establish lower bound results to show the near-optimality of BEE-GPI and the necessity of the $1/(V^* -μ)^2$ term. Numerical experiments further validate the efficiency of our approach.

📄 PDF Abstract BibTeX arXiv:2605.23182

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Learning to Explore with Lagrangians for Bandits under Unknown Linear Constraints

2024-10-24 · Udvas Das, Debabrota Basu

Pure exploration in bandits models multiple real-world problems, such as tuning hyper-parameters or conducting user studies, where different safety, resource, and fairness constraints on the decision space naturally appe…

FairnessMulti-Armed Bandits

Representation-Driven Reinforcement Learning

2023-05-31 · Ofir Nabati, Guy Tennenholtz, Shie Mannor

We present a representation-driven framework for reinforcement learning. By representing policies as estimates of their expected values, we leverage techniques from contextual bandits to guide exploration and exploitatio…

Multi-Armed Banditsreinforcement-learningReinforcement Learning

Sample Complexity Reduction via Policy Difference Estimation in Tabular Reinforcement Learning

2024-06-11 · Adhyyan Narang, Andrew Wagenmaker, Lillian Ratliff, Kevin Jamieson

In this paper, we study the non-asymptotic sample complexity for the pure exploration problem in contextual bandits and tabular reinforcement learning (RL): identifying an epsilon-optimal policy from a set of policies wi…

Multi-Armed BanditsReinforcement Learning (RL)

Meta-Learning for Contextual Bandit Exploration

2019-01-23 · ICLR 2019 5 · Amr Sharaf, Hal Daumé III

We describe MELEE, a meta-learning algorithm for learning a good exploration policy in the interactive contextual bandit setting. Here, an algorithm must take actions based on contexts, and learn based only on a reward s…

Imitation LearningMeta-Learning

Multi-task Representation Learning for Pure Exploration in Linear Bandits

2023-02-09 · Yihan Du, Longbo Huang, Wen Sun

Despite the recent success of representation learning in sequential decision making, the study of the pure exploration scenario (i.e., identify the best option and minimize the sample complexity) is still limited. In thi…

Decision MakingRepresentation LearningSequential Decision Making