paper-with-me

Papers

Delightful Exploration

2026-05-13 · Ian Osband arxiv

Most exploration algorithms search broadly until uncertainty is resolved. When the action space is too large to resolve within budget, practitioners default to $\varepsilon$-greedy, which bounds disruption but spends its override blindly. We introduce \textit{Delight-gated exploration} (DE), a host--override rule that spends exploratory actions only when their prospective delight (expected improvement times surprisal) exceeds a gate price. This practical heuristic recovers a classical result: Pandora's reservation-value rule for costly search, with surprisal setting the effective inspection cost. Resolved arms exit the gate, fresh arms shut off above a prior-determined threshold, and selected linear-bandit overrides consume finite information budget. Across Bernoulli bandits, linear bandits, and tabular MDPs, the same hyperparameters transfer without retuning, and DE shows much weaker regret growth than Thompson Sampling and $\varepsilon$-greedy in the tested unresolved regimes. Delight improves acting for the same reason it improves learning: it prices scarce resources by the product of upside and surprisal.

📄 PDF Abstract BibTeX arXiv:2605.13287

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Perspective (In)consistency of Paint by Text

2022-06-27 · Hany Farid

Type "a sea otter with a pearl earring by Johannes Vermeer" or "a photo of a teddy bear on a skateboard in Times Square" into OpenAI's DALL-E-2 paint-by-text synthesis engine and you will not be disappointed by the delig…

Two Methods for Domain Adaptation of Bilingual Tasks: Delightfully Simple and Broadly Applicable

2018-07-01 · ACL 2018 7 · Viktor Hangya, Fabienne Braune, Alex Fraser, er 외

Bilingual tasks, such as bilingual lexicon induction and cross-lingual classification, are crucial for overcoming data sparsity in the target language. Resources required for such tasks are often out-of-domain, thus doma…

Bilingual Lexicon InductionClassificationDomain AdaptationGeneral Classification+6

DelightfulTTS: The Microsoft Speech Synthesis System for Blizzard Challenge 2021

2021-10-25 · Yanqing Liu, Zhihang Xu, Gang Wang, Kuan Chen 외

This paper describes the Microsoft end-to-end neural text to speech (TTS) system: DelightfulTTS for Blizzard Challenge 2021. The goal of this challenge is to synthesize natural and high-quality speech from text, and we a…

Speech Synthesistext-to-speechText to Speech

Delightful Policy Gradient

2026-03-15 · Ian Osband arxiv

Standard policy gradients weight each sampled action by advantage alone, regardless of how likely that action was under the current policy. This creates two pathologies: within a single decision context (e.g. one image o…

Continuous Control

Delightful Distributed Policy Gradient

2026-03-20 · Ian Osband arxiv

Distributed reinforcement learning trains on data from stale, buggy, or mismatched actors, producing actions with high surprisal (negative log-probability) under the learner's policy. The core difficulty is not surprisin…

Reinforcement Learning