LGJan 30, 2023

Planning Multiple Epidemic Interventions with Reinforcement Learning

arXiv:2301.12802v39 citationsh-index: 17
AI Analysis

This provides a computational tool to support policy-makers in planning multiple interventions, though it is incremental as it applies existing RL methods to a new formulation.

The paper tackled the problem of finding optimal epidemic intervention plans to minimize disease and economic costs, formulating it as a Markov decision process and applying reinforcement learning algorithms, which outperformed hand-crafted baselines.

Combating an epidemic entails finding a plan that describes when and how to apply different interventions, such as mask-wearing mandates, vaccinations, school or workplace closures. An optimal plan will curb an epidemic with minimal loss of life, disease burden, and economic cost. Finding an optimal plan is an intractable computational problem in realistic settings. Policy-makers, however, would greatly benefit from tools that can efficiently search for plans that minimize disease and economic costs especially when considering multiple possible interventions over a continuous and complex action space given a continuous and equally complex state space. We formulate this problem as a Markov decision process. Our formulation is unique in its ability to represent multiple continuous interventions over any disease model defined by ordinary differential equations. We illustrate how to effectively apply state-of-the-art actor-critic reinforcement learning algorithms (PPO and SAC) to search for plans that minimize overall costs. We empirically evaluate the learning performance of these algorithms and compare their performance to hand-crafted baselines that mimic plans constructed by policy-makers. Our method outperforms baselines. Our work confirms the viability of a computational approach to support policy-makers

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes