paper-with-me

Papers

Sequential Monte Carlo Bandits

2018-08-08 · Iñigo Urteaga, Chris H. Wiggins

We extend Bayesian multi-armed bandit (MAB) algorithms beyond their original setting by making use of sequential Monte Carlo (SMC) methods. A MAB is a sequential decision making problem where the goal is to learn a policy that maximizes long term payoff, where only the reward of the executed action is observed. In the stochastic MAB, the reward for each action is generated from an unknown distribution, often assumed to be stationary. To decide which action to take next, a MAB agent must learn the characteristics of the unknown reward distribution, e.g., compute its sufficient statistics. However, closed-form expressions for these statistics are analytically intractable except for simple, stationary cases. We here utilize SMC for estimation of the statistics Bayesian MAB agents compute, and devise flexible policies that can address a rich class of bandit problems: i.e., MABs with nonlinear, stateless- and context-dependent reward distributions that evolve over time. We showcase how non-stationary bandits, where time dynamics are modeled via linear dynamical systems, can be successfully addressed by SMC-based Bayesian bandit agents. We empirically demonstrate good regret performance of the proposed SMC-based bandit policies in several MAB scenarios that have remained elusive, i.e., in non-stationary bandits with nonlinear rewards.

📄 PDF Abstract BibTeX arXiv:1808.02933

Code (1)

iurteaga/bandits 공식 구현

Tasks

Decision MakingSequential Decision MakingThompson Sampling

Similar Papers 제목 키워드 기반

Sequential Monte Carlo Bandits

2013-10-04 · Michael Cherkassky, Luke Bornn

In this paper we propose a flexible and efficient framework for handling multi-armed bandits, combining sequential Monte Carlo algorithms with hierarchical Bayesian modeling techniques. The framework naturally encompasse…

Multi-Armed Bandits

Maximum Entropy Monte-Carlo Planning

2019-12-01 · NeurIPS 2019 12 · Chenjun Xiao, Ruitong Huang, Jincheng Mei, Dale Schuurmans 외

We develop a new algorithm for online planning in large scale sequential decision problems that improves upon the worst case efficiency of UCT. The idea is to augment Monte-Carlo Tree Search (MCTS) with maximum entropy …

Atari GamesDecision MakingSequential Decision Making

Simulation Based Algorithms for Markov Decision Processes and Multi-Action Restless Bandits

2020-07-25 · Rahul Meshram, Kesav Kaza

We consider multi-dimensional Markov decision processes and formulate a long term discounted reward optimization problem. Two simulation based algorithms---Monte Carlo rollout policy and parallel rollout policy are studi…

Langevin Monte Carlo for Contextual Bandits

2022-06-22 · Pan Xu, Hongkai Zheng, Eric Mazumdar, Kamyar Azizzadenesheli 외

We study the efficiency of Thompson sampling for contextual bandits. Existing Thompson sampling-based algorithms need to construct a Laplace approximation (i.e., a Gaussian distribution) of the posterior distribution, wh…

Multi-Armed BanditsThompson Sampling

An Annealed Sequential Monte Carlo Method for Bayesian Phylogenetics

2019-03-13

We describe an "embarrassingly parallel" method for Bayesian phylogenetic inference, annealed Sequential Monte Carlo, based on recent advances in the Sequential Monte Carlo literature such as adaptive determination of an…