Regulating Greed Over Time in Multi-Armed Bandits
Stefano Trac\`a, Cynthia Rudin, and Weiyu Yan

TL;DR
This paper introduces time-aware modifications to multi-armed bandit algorithms to better handle predictable, time-dependent customer behavior patterns in retail, improving regret performance by regulating greed over time.
Contribution
It proposes new methods that incorporate known time-dependent patterns into bandit algorithms, including adaptations of UCB, ε-greedy, UCB-L, and a novel variable arm pool policy.
Findings
Corrected algorithms reduce regret in retail scenarios.
Time-dependent regulation of exploration and exploitation improves performance.
Experimental results outperform traditional bandit methods.
Abstract
In retail, there are predictable yet dramatic time-dependent patterns in customer behavior, such as periodic changes in the number of visitors, or increases in customers just before major holidays. The current paradigm of multi-armed bandit analysis does not take these known patterns into account. This means that for applications in retail, where prices are fixed for periods of time, current bandit algorithms will not suffice. This work provides a remedy that takes the time-dependent patterns into account, and we show how this remedy is implemented for the UCB, -greedy, and UCB-L algorithms, and also through a new policy called the variable arm pool algorithm. In the corrected methods, exploitation (greed) is regulated over time, so that more exploitation occurs during higher reward periods, and more exploration occurs in periods of low reward. In order to understand why…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Bandit Algorithms Research · Data Stream Mining Techniques · Smart Grid Energy Management
