arXiv:2605.23182cs.LG2026-05

为实用场景设计高效识别达标策略的强化学习探索方法

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

论文配图:Pure Exploration for a Good Policy in Reinforcement Learning with Bandit Feedback
图 1 · 摘自论文原文
  • 提出新目标GPI:只需找到收益不低于阈值的策略或判断不存在
  • 算法BEE-GPI在正例下样本复杂度与状态动作空间无关,仅依赖奖励差距
  • 理论证明和实验表明该方法比传统最优策略搜索更高效适用于实际应用

在回合制强化学习中,纯探索通常关注最佳策略识别(BPI),即以高置信度找出近似最优策略。但实践中,一个“足够好”的策略即可满足需求。为此,本文提出新的目标——良好策略识别(GPI):给定收益阈值μ₀,若存在期望收益不低于μ₀的策略,则需识别出至少一个;否则应判定不存在。在固定置信度设定下,要求输出正确概率≥1−δ,同时最小化期望样本复杂度(即所需探索的回合数)。本文提出新颖算法BEE-GPI,推导其在正负实例下的理论上界。特别地,在正例情况下,上界中log(1/δ)的系数为O(H²/(V*−μ₀)²),其中H为回合长度,V*为最优期望收益,且该系数不依赖状态和动作空间大小,显著优于传统BPI。进一步建立了下界,证明该系数形式的必要性。数值实验验证了方法的有效性。

原文摘要 · Abstract (English)

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.

强化学习纯探索策略识别样本效率

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。