paper-with-me

Papers

Reinforcement learning with combinatorial actions for coupled restless bandits

2025-03-01 · Lily Xu, Bryan Wilder, Elias B. Khalil, Milind Tambe

Reinforcement learning (RL) has increasingly been applied to solve real-world planning problems, with progress in handling large state spaces and time horizons. However, a key bottleneck in many domains is that RL methods cannot accommodate large, combinatorially structured action spaces. In such settings, even representing the set of feasible actions at a single step may require a complex discrete optimization formulation. We leverage recent advances in embedding trained neural networks into optimization problems to propose SEQUOIA, an RL algorithm that directly optimizes for long-term reward over the feasible action space. Our approach embeds a Q-network into a mixed-integer program to select a combinatorial action in each timestep. Here, we focus on planning over restless bandits, a class of planning problems which capture many real-world examples of sequential decision making. We introduce coRMAB, a broader class of restless bandits with combinatorial actions that cannot be decoupled across the arms of the restless bandit, requiring direct solving over the joint, exponentially large action space. We empirically validate SEQUOIA on four novel restless bandit problems with combinatorial constraints: multiple interventions, path constraints, bipartite matching, and capacity constraints. Our approach significantly outperforms existing methods -- which cannot address sequential planning and combinatorial selection simultaneously -- by an average of 24.8\% on these difficult instances.

📄 PDF Abstract BibTeX arXiv:2503.01919

Code (1)

lily-x/combinatorial-rmab 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential Decision Making

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

Lagrangian Relaxation for Multi-Action Partially Observable Restless Bandits: Heuristic Policies and Indexability

2025-08-30 · Rahul Meshram, Kesav Kaza arxiv

Partially observable restless multi-armed bandits have found numerous applications including in recommendation systems, communication systems, public healthcare outreach systems, and in operations research. We study mult…

Recommendation SystemsMulti-Armed Bandits

Restless and Uncertain: Robust Policies for Restless Bandits via Deep Multi-Agent Reinforcement Learning

2021-07-04 · Jackson A. Killian, Lily Xu, Arpita Biswas, Milind Tambe

We introduce robustness in \textit{restless multi-armed bandits} (RMABs), a popular model for constrained resource allocation among independent stochastic processes (arms). Nearly all RMAB techniques assume stochastic dy…

Deep Reinforcement LearningMulti-agent Reinforcement LearningMulti-Armed BanditsReinforcement Learning (RL)

NeurWIN: Neural Whittle Index Network For Restless Bandits Via Deep RL

2021-10-05 · NeurIPS 2021 12 · Khaled Nakhleh, Santosh Ganji, Ping-Chun Hsieh, I-Hong Hou 외

Whittle index policy is a powerful tool to obtain asymptotically optimal solutions for the notoriously intractable problem of restless bandits. However, finding the Whittle indices remains a difficult problem for many pr…

Deep Reinforcement Learning

Simulation Based Algorithms for Markov Decision Processes and Multi-Action Restless Bandits

2020-07-25 · Rahul Meshram, Kesav Kaza

We consider multi-dimensional Markov decision processes and formulate a long term discounted reward optimization problem. Two simulation based algorithms---Monte Carlo rollout policy and parallel rollout policy are studi…

Bridging Rested and Restless Bandits with Graph-Triggering: Rising and Rotting

2024-09-09 · Gianmarco Genalti, Marco Mussi, Nicola Gatti, Marcello Restelli 외

Rested and Restless Bandits are two well-known bandit settings that are useful to model real-world sequential decision-making problems in which the expected reward of an arm evolves over time due to the actions we perfor…

Decision MakingSequential Decision Making