English

Networked Restless Multi-Arm Bandits with Reinforcement Learning

Machine Learning 2025-12-09 v1 Artificial Intelligence

Abstract

Restless Multi-Armed Bandits (RMABs) are a powerful framework for sequential decision-making, widely applied in resource allocation and intervention optimization challenges in public health. However, traditional RMABs assume independence among arms, limiting their ability to account for interactions between individuals that can be common and significant in a real-world environment. This paper introduces Networked RMAB, a novel framework that integrates the RMAB model with the independent cascade model to capture interactions between arms in networked environments. We define the Bellman equation for networked RMAB and present its computational challenge due to exponentially large action and state spaces. To resolve the computational challenge, we establish the submodularity of Bellman equation and apply the hill-climbing algorithm to achieve a 11e1-\frac{1}{e} approximation guarantee in Bellman updates. Lastly, we prove that the approximate Bellman updates are guaranteed to converge by a modified contraction analysis. We experimentally verify these results by developing an efficient Q-learning algorithm tailored to the networked setting. Experimental results on real-world graph data demonstrate that our Q-learning approach outperforms both kk-step look-ahead and network-blind approaches, highlighting the importance of capturing and leveraging network effects where they exist.

Keywords

Cite

@article{arxiv.2512.06274,
  title  = {Networked Restless Multi-Arm Bandits with Reinforcement Learning},
  author = {Hanmo Zhang and Zenghui Sun and Kai Wang},
  journal= {arXiv preprint arXiv:2512.06274},
  year   = {2025}
}
R2 v1 2026-07-01T08:12:44.791Z