Papers › Q-Learning Lagrange Policies for Multi-Action Restless Bandits

Q-Learning Lagrange Policies for Multi-Action Restless Bandits

22 Jun 2021arXiv:2106.12024archive 2025-07-28

Jackson A. Killian, Arpita Biswas, Sanket Shah, Milind Tambe

Multi-action restless multi-armed bandits (RMABs) are a powerful framework for constrained resource allocation in which N 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 t→∞. However, MAIQL relies on learning Q-functions and indexes on two timescales which leads to slow convergence and requires problem structure to perform well. Thus, we design a second algorithm, LPQL, which learns the well-performing and more general Lagrange policy for multi-action RMABs by learning to minimize the Lagrange bound through a variant of Q-learning. To ensure fast convergence, we take an approximation strategy that enables learning on a single timescale, then give a guarantee relating the approximation's precision to an upper bound of LPQL's return as t→∞. Finally, we show that our approaches always outperform baselines across multiple settings, including one derived from real-world medication adherence data.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2106.12024")

Code

Syntology Ran 0 of 17 code samples harvested from 1 repository linked to this paper; 17 have no recorded run.

By repository: official repository: 17 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

killian-34/MAIQL_and_LPQL officialmentioned in paperMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 0 ran; 0 honoured the contract we drafted; 17 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

17unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from killian-34/MAIQL_and_LPQL. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

action_knapsack killian-34/MAIQL_and_LPQL/code/lp_methods.py official repository unverified MIT (permissive) · a827da5895627b3f · report
check_T_puterman killian-34/MAIQL_and_LPQL/code/simulation_environments.py official repository unverified MIT (permissive) · 2e580d57d36a5a1b · report
check_T_strict killian-34/MAIQL_and_LPQL/code/simulation_environments.py official repository unverified MIT (permissive) · 5bdb56b0c0ffba79 · report
epsilon_clip killian-34/MAIQL_and_LPQL/code/utils.py official repository unverified MIT (permissive) · 6110573fea8288bc · report
forest killian-34/MAIQL_and_LPQL/code/mdptoolbox/example.py official repository unverified MIT (permissive) · 6efeea9e9dc596fb · report
hawkins killian-34/MAIQL_and_LPQL/code/lp_methods.py official repository unverified MIT (permissive) · 68d9010ee427aee8 · report
isNonNegative killian-34/MAIQL_and_LPQL/code/mdptoolbox/util.py official repository unverified MIT (permissive) · 209b91f6c2571956 · report
isSquare killian-34/MAIQL_and_LPQL/code/mdptoolbox/util.py official repository unverified MIT (permissive) · 9a2544be4b3e7c40 · report
isStochastic killian-34/MAIQL_and_LPQL/code/mdptoolbox/util.py official repository unverified MIT (permissive) · 95dc2c7c2fc2b033 · report
list_valid_action_combinations killian-34/MAIQL_and_LPQL/code/utils.py official repository unverified MIT (permissive) · 91dda6827bb1bee5 · report
lp_to_compute_index killian-34/MAIQL_and_LPQL/code/lp_methods.py official repository unverified MIT (permissive) · b2cf6ebf6a2df4f3 · report
maiql_approx_tabular_get_indexes killian-34/MAIQL_and_LPQL/code/rmab_ql.py official repository unverified MIT (permissive) · be48aeb30a5ab4be · report
make_T_from_q killian-34/MAIQL_and_LPQL/code/simulation_environments.py official repository unverified MIT (permissive) · 2a26f1b7b035fb3d · report
rand killian-34/MAIQL_and_LPQL/code/mdptoolbox/example.py official repository unverified MIT (permissive) · 5449e35824bf424f · report
swap_axes killian-34/MAIQL_and_LPQL/code/utils.py official repository unverified MIT (permissive) · 26539f00ec8155f3 · report
takeAction killian-34/MAIQL_and_LPQL/code/ma_rmab_online_simulation.py official repository unverified MIT (permissive) · 6d79262cd8076e56 · report
update_counts killian-34/MAIQL_and_LPQL/code/ma_rmab_online_simulation.py official repository unverified MIT (permissive) · 91b695fbcce50fb9 · report

Tasks

Multi-Armed BanditsQ-Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Q-Learning

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections