paper-with-me

홈 › Papers

Differentiable Bandit Exploration

2020-02-17 · NeurIPS 2020 12 · Craig Boutilier, Chih-Wei Hsu, Branislav Kveton, Martin Mladenov, Csaba Szepesvari, Manzil Zaheer

Exploration policies in Bayesian bandits maximize the average reward over problem instances drawn from some distribution $\mathcal{P}$. In this work, we learn such policies for an unknown distribution $\mathcal{P}$ using samples from $\mathcal{P}$. Our approach is a form of meta-learning and exploits properties of $\mathcal{P}$ without making strong assumptions about its form. To do this, we parameterize our policies in a differentiable way and optimize them by policy gradients, an approach that is general and easy to implement. We derive effective gradient estimators and introduce novel variance reduction techniques. We also analyze and experiment with various bandit policy classes, including neural networks and a novel softmax policy. The latter has regret guarantees and is a natural starting point for our optimization. Our experiments show the versatility of our approach. We also observe that neural network policies can learn implicit biases expressed only through the sampled instances.

📄 PDF Abstract BibTeX arXiv:2002.06772

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Smooth Contextual Bandits: Bridging the Parametric and Non-differentiable Regret Regimes

2019-09-05 · Yichun Hu, Nathan Kallus, Xiaojie Mao

We study a nonparametric contextual bandit problem where the expected reward functions belong to a H\"older class with smoothness parameter $\beta$. We show how this interpolates between two extremes that were previously…

Multi-Armed Bandits

Differentiable Meta-Learning of Bandit Policies

2020-12-01 · NeurIPS 2020 12 · Craig Boutilier, Chih-Wei Hsu, Branislav Kveton, Martin Mladenov 외

Exploration policies in Bayesian bandits maximize the average reward over problem instances drawn from some distribution P. In this work, we learn such policies for an unknown distribution P using samples from P. Our app…

Meta-Learning

Differentiable Linear Bandit Algorithm

2020-06-04 · Kaige Yang, Laura Toni

Upper Confidence Bound (UCB) is arguably the most commonly used method for linear multi-arm bandit problems. While conceptually and computationally simple, this method highly relies on the confidence bounds, failing to s…

Differential Good Arm Identification

2023-03-13 · Yun-Da Tsai, Tzu-Hsien Tsai, Shou-De Lin

This paper targets a variant of the stochastic multi-armed bandit problem called good arm identification (GAI). GAI is a pure-exploration bandit problem with the goal to output as many good arms using as few samples as p…

Regularized OFU: an Efficient UCB Estimator forNon-linear Contextual Bandit

2021-06-29 · Yichi Zhou, Shihong Song, Huishuai Zhang, Jun Zhu 외

Balancing exploration and exploitation (EE) is a fundamental problem in contex-tual bandit. One powerful principle for EE trade-off isOptimism in Face of Uncer-tainty(OFU), in which the agent takes the action according t…

Multi-Armed Bandits