paper-with-me

홈 › Papers

Bandit Linear Optimization for Sequential Decision Making and Extensive-Form Games

2021-03-08 · Gabriele Farina, Robin Schmucker, Tuomas Sandholm

Tree-form sequential decision making (TFSDM) extends classical one-shot decision making by modeling tree-form interactions between an agent and a potentially adversarial environment. It captures the online decision-making problems that each player faces in an extensive-form game, as well as Markov decision processes and partially-observable Markov decision processes where the agent conditions on observed history. Over the past decade, there has been considerable effort into designing online optimization methods for TFSDM. Virtually all of that work has been in the full-feedback setting, where the agent has access to counterfactuals, that is, information on what would have happened had the agent chosen a different action at any decision node. Little is known about the bandit setting, where that assumption is reversed (no counterfactual information is available), despite this latter setting being well understood for almost 20 years in one-shot decision making. In this paper, we give the first algorithm for the bandit linear optimization problem for TFSDM that offers both (i) linear-time iterations (in the size of the decision tree) and (ii) $O(\sqrt{T})$ cumulative regret in expectation compared to any fixed strategy, at all times $T$. This is made possible by new results that we derive, which may have independent uses as well: 1) geometry of the dilated entropy regularizer, 2) autocorrelation matrix of the natural sampling scheme for sequence-form strategies, 3) construction of an unbiased estimator for linear losses for sequence-form strategies, and 4) a refined regret analysis for mirror descent when using the dilated entropy regularizer.

📄 PDF Abstract BibTeX arXiv:2103.04546

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualDecision MakingFormSequential Decision Making

Similar Papers 제목 키워드 기반

LinearAPT: An Adaptive Algorithm for the Fixed-Budget Thresholding Linear Bandit Problem

2024-03-10 · Yun-Ang Wu, Yun-Da Tsai, Shou-De Lin

In this study, we delve into the Thresholding Linear Bandit (TLB) problem, a nuanced domain within stochastic Multi-Armed Bandit (MAB) problems, focusing on maximizing decision accuracy against a linearly defined thresho…

Computational EfficiencyDecision MakingSequential Decision Making

Markov Decision Process modeled with Bandits for Sequential Decision Making in Linear-flow

2021-07-01 · Wenjun Zeng, Yi Liu

For marketing, we sometimes need to recommend content for multiple pages in sequence. Different from general sequential decision making process, the use cases have a simpler flow where customers per seeing recommended co…

Decision MakingMarketingQ-LearningSequential Decision Making+1

Batched Online Contextual Sparse Bandits with Sequential Inclusion of Features

2024-09-13 · Rowan Swiers, Subash Prabanantham, Andrew Maher

Multi-armed Bandits (MABs) are increasingly employed in online platforms and e-commerce to optimize decision making for personalized user experiences. In this work, we focus on the Contextual Bandit problem with linear r…

Decision MakingFairnessMulti-Armed Bandits

Linear Partial Monitoring for Sequential Decision-Making: Algorithms, Regret Bounds and Applications

2023-02-07 · Johannes Kirschner, Tor Lattimore, Andreas Krause

Partial monitoring is an expressive framework for sequential decision-making with an abundance of applications, including graph-structured and dueling bandits, dynamic pricing and transductive feedback models. We survey …

Decision MakingSequential Decision Making

Sequential Batch Learning in Finite-Action Linear Contextual Bandits

2020-04-14 · Yanjun Han, Zhengqing Zhou, Zhengyuan Zhou, Jose Blanchet 외

We study the sequential batch learning problem in linear contextual bandits with finite action sets, where the decision maker is constrained to split incoming individuals into (at most) a fixed number of batches and can …

Decision MakingMulti-Armed BanditsProduct RecommendationSequential Decision Making