Equilibrium Bandits: Learning Optimal Equilibria of Unknown Dynamics
Siddharth Chandak, Ilai Bistritz, Nicholas Bambos

TL;DR
This paper introduces UECB, a novel bandit algorithm that efficiently learns optimal system equilibria with unknown dynamics, balancing exploration and convergence time to maximize rewards.
Contribution
The paper proposes UECB, the first algorithm to adaptively switch actions based on convergence bounds, achieving sublinear regret in equilibrium bandit problems.
Findings
UECB achieves regret of O(log T + τ_c log τ_c + τ_c log log T).
Both epidemic and game control are special cases with dominant τ_c log τ_c regret.
Numerical tests confirm UECB's effectiveness in applications.
Abstract
Consider a decision-maker that can pick one out of actions to control an unknown system, for turns. The actions are interpreted as different configurations or policies. Holding the same action fixed, the system asymptotically converges to a unique equilibrium, as a function of this action. The dynamics of the system are unknown to the decision-maker, which can only observe a noisy reward at the end of every turn. The decision-maker wants to maximize its accumulated reward over the turns. Learning what equilibria are better results in higher rewards, but waiting for the system to converge to equilibrium costs valuable time. Existing bandit algorithms, either stochastic or adversarial, achieve linear (trivial) regret for this problem. We present a novel algorithm, termed Upper Equilibrium Concentration Bound (UECB), that knows to switch an action quickly if it is not worth it…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Bandit Algorithms Research · Machine Learning and Algorithms · Optimization and Search Problems
MethodsTest
