Skip to content

PredictiveIntelligenceLab/jax-bandits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Output-Weighted Sampling for Multi-Armed Bandits with Extreme Payoffs

Code and data accompanying the manuscript titled "Output-Weighted Sampling for Multi-Armed Bandits with Extreme Payoffs", authored by Yibo Yang, Antoine Blanchard, Themis Sapsis and Paris Perdikaris.

Abstract

We present a new type of acquisition functions for online decision making in multi-armed and contextual bandit problems with extreme payoffs. Specifically, we model the payoff function as a Gaussian process and formulate a novel upper confidence bound (UCB) acquisition function that guides exploration towards the bandits that are deemed most relevant according to the variability of the observed rewards. This is achieved by computing a tractable likelihood ratio that quantifies the importance of the output relative to the inputs and essentially acts as an attention mechanism that promotes exploration of extreme rewards. We demonstrate the benefits of the proposed methodology across several synthetic benchmarks, as well as a realistic example involving noisy sensor network data. Finally, we provide a JAX library for efficient bandit optimization using Gaussian processes.

Citation

    @article{yang2021output,
            title={Output-Weighted Sampling for Multi-Armed Bandits with Extreme Payoffs},
            author={Yang, Yibo and Blanchard, Antoine and Sapsis, Themistoklis and Perdikaris, Paris},
            journal={arXiv preprint arXiv:2102.10085},
            year={2021}
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published