paper-with-me

홈 › Papers

Maximal Objectives in the Multi-armed Bandit with Applications

2020-06-11 · Eren Ozbay, Vijay Kamble

In several applications of the stochastic multi-armed bandit problem, the traditional objective of maximizing the expected total reward can be inappropriate. In this paper, motivated by certain operational concerns in online platforms, we consider a new objective in the classical setup. Given $K$ arms, instead of maximizing the expected total reward from $T$ pulls (the traditional "sum" objective), we consider the vector of total rewards earned from each of the $K$ arms at the end of $T$ pulls and aim to maximize the expected highest total reward across arms (the "max" objective). For this objective, we show that any policy must incur an instance-dependent asymptotic regret of $\Omega(\log T)$ (with a higher instance-dependent constant compared to the traditional objective) and a worst-case regret of $\Omega(K^{1/3}T^{2/3})$. We then design an adaptive explore-then-commit policy featuring exploration based on appropriately tuned confidence bounds on the mean reward and an adaptive stopping criterion, which adapts to the problem difficulty and achieves these bounds (up to logarithmic factors). We then generalize our algorithmic insights to the problem of maximizing the expected value of the average total reward of the top $m$ arms with the highest total rewards. Our numerical experiments demonstrate the efficacy of our policies compared to several natural alternatives in practical parameter regimes. We discuss applications of these new objectives to the problem of grooming an adequate supply of value-providing market participants (workers/sellers/service providers) in online platforms.

📄 PDF Abstract BibTeX arXiv:2006.06853

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Exploration vs Exploitation vs Safety: Risk-averse Multi-Armed Bandits

2014-01-06 · Nicolas Galichet, Michèle Sebag, Olivier Teytaud

Motivated by applications in energy management, this paper presents the Multi-Armed Risk-Aware Bandit (MARAB) algorithm. With the goal of limiting the exploration of risky arms, MARAB takes as arm quality its conditional…

energy managementManagementMulti-Armed Bandits

Multi-objective Contextual Multi-armed Bandit with a Dominant Objective

2017-08-18 · Cem Tekin, Eralp Turgay

In this paper, we propose a new multi-objective contextual multi-armed bandit (MAB) problem with two objectives, where one of the objectives dominates the other objective. Unlike single-objective MAB problems in which th…

Medical DiagnosisRecommendation Systems

Best Arm Identification in Batched Multi-armed Bandit Problems

2023-12-21 · Shengyu Cao, Simai He, Ruoqing Jiang, Jin Xu 외

Recently multi-armed bandit problem arises in many real-life scenarios where arms must be sampled in batches, due to limited time the agent can wait for the feedback. Such applications include biological experimentation …

MarketingThompson Sampling

Satisficing in multi-armed bandit problems

2015-12-23 · Paul Reverdy, Vaibhav Srivastava, Naomi Ehrich Leonard

Satisficing is a relaxation of maximizing and allows for less risky decision making in the face of uncertainty. We propose two sets of satisficing objectives for the multi-armed bandit problem, where the objective is to …

Decision Making

PAC-Bayesian Lifelong Learning For Multi-Armed Bandits

2022-03-07 · Hamish Flynn, David Reeb, Melih Kandemir, Jan Peters

We present a PAC-Bayesian analysis of lifelong learning. In the lifelong learning problem, a sequence of learning tasks is observed one-at-a-time, and the goal is to transfer information acquired from previous tasks to n…

Lifelong learningMulti-Armed Bandits