LGAIMLApr 17, 2019

Robust Exploration with Tight Bayesian Plausibility Sets

arXiv:1904.08528v11 citations
Originality Incremental advance
AI Analysis

This addresses the exploration challenge in reinforcement learning for researchers and practitioners, representing an incremental improvement through a novel Bayesian approach.

The paper tackles the problem of efficient exploration in reinforcement learning by proposing a novel Bayesian algorithm (OFVF) that constructs tighter plausibility sets for MDPs, minimizing worst-case exploration costs. Empirical results demonstrate its practical promise, though specific numerical gains are not quantified in the abstract.

Optimism about the poorly understood states and actions is the main driving force of exploration for many provably-efficient reinforcement learning algorithms. We propose optimism in the face of sensible value functions (OFVF)- a novel data-driven Bayesian algorithm to constructing Plausibility sets for MDPs to explore robustly minimizing the worst case exploration cost. The method computes policies with tighter optimistic estimates for exploration by introducing two new ideas. First, it is based on Bayesian posterior distributions rather than distribution-free bounds. Second, OFVF does not construct plausibility sets as simple confidence intervals. Confidence intervals as plausibility sets are a sufficient but not a necessary condition. OFVF uses the structure of the value function to optimize the location and shape of the plausibility set to guarantee upper bounds directly without necessarily enforcing the requirement for the set to be a confidence interval. OFVF proceeds in an episodic manner, where the duration of the episode is fixed and known. Our algorithm is inherently Bayesian and can leverage prior information. Our theoretical analysis shows the robustness of OFVF, and the empirical results demonstrate its practical promise.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes