TL;DR
This paper introduces novel online learning algorithms for multi-action restless bandits, extending Q-learning and Lagrangian relaxation techniques to handle unknown dynamics and improve resource allocation.
Contribution
It develops the first algorithms for learning policies in multi-action RMABs online, including MAIQL and LPQL, with convergence guarantees and practical performance improvements.
Findings
MAIQL converges to optimal policies under standard assumptions.
LPQL learns effective Lagrange policies with single-timescale updates.
Both algorithms outperform baselines in real-world and simulated tests.
Abstract
Multi-action restless multi-armed bandits (RMABs) are a powerful framework for constrained resource allocation in which independent processes are managed. However, previous work only study the offline setting where problem dynamics are known. We address this restrictive assumption, designing the first algorithms for learning good policies for Multi-action RMABs online using combinations of Lagrangian relaxation and Q-learning. Our first approach, MAIQL, extends a method for Q-learning the Whittle index in binary-action RMABs to the multi-action setting. We derive a generalized update rule and convergence proof and establish that, under standard assumptions, MAIQL converges to the asymptotically optimal multi-action RMAB policy as . However, MAIQL relies on learning Q-functions and indexes on two timescales which leads to slow convergence and requires problem…
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
MethodsQ-Learning
