Fair Resource Allocation in Weakly Coupled Markov Decision Processes
Xiaohui Tu, Yossiri Adulyasak, Nima Akbarzadeh, Erick Delage
TL;DR
The paper addresses fair resource allocation in weakly coupled MDPs by employing the Generalized Gini Function (GGF) as a fairness objective. It establishes an exact LP formulation for GGF-WCMDP and proves that, under symmetry, the optimal policy can be found within permutation-invariant policies by reducing to a utilitarian objective with equal weights, enabling Whittle-index style solutions for RMABs. For general (non-symmetric) scenarios, it introduces a count-proportion based deep RL method (CP-DRL) that operates on a fixed-size count representation and yields scalable policies via PPO. Empirical results on machine replacement benchmarks demonstrate that CP-DRL achieves high GGF scores close to or matching the LP optima and scales effectively to large numbers of sub-MDPs, validating the practicality of the approach for fair, sequential resource allocation in complex systems.
Abstract
We consider fair resource allocation in sequential decision-making environments modeled as weakly coupled Markov decision processes, where resource constraints couple the action spaces of $N$ sub-Markov decision processes (sub-MDPs) that would otherwise operate independently. We adopt a fairness definition using the generalized Gini function instead of the traditional utilitarian (total-sum) objective. After introducing a general but computationally prohibitive solution scheme based on linear programming, we focus on the homogeneous case where all sub-MDPs are identical. For this case, we show for the first time that the problem reduces to optimizing the utilitarian objective over the class of "permutation invariant" policies. This result is particularly useful as we can exploit Whittle index policies in the restless bandits setting while, for the more general setting, we introduce a count-proportion-based deep reinforcement learning approach. Finally, we validate our theoretical findings with comprehensive experiments, confirming the effectiveness of our proposed method in achieving fairness.
