paper-with-me

Papers

Policy Learning for Malaria Control

2019-10-20 · Van Bach Nguyen, Belaid Mohamed Karim, Bao Long Vu, Jörg Schlötterer, Michael Granitzer

Sequential decision making is a typical problem in reinforcement learning with plenty of algorithms to solve it. However, only a few of them can work effectively with a very small number of observations. In this report, we introduce the progress to learn the policy for Malaria Control as a Reinforcement Learning problem in the KDD Cup Challenge 2019 and propose diverse solutions to deal with the limited observations problem. We apply the Genetic Algorithm, Bayesian Optimization, Q-learning with sequence breaking to find the optimal policy for five years in a row with only 20 episodes/100 evaluations. We evaluate those algorithms and compare their performance with Random Search as a baseline. Among these algorithms, Q-Learning with sequence breaking has been submitted to the challenge and got ranked 7th in KDD Cup.

📄 PDF Abstract BibTeX arXiv:1910.08926

Code (2)

Karim-53/Reinforcement-Learning-Malaria-Control-KDDCup-2019 공식 구현
bach1292/KDD_Cup_2019_LOLS_Team 공식 구현

Tasks

Bayesian OptimizationDecision MakingQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential Decision Making

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

An Analysis of Reinforcement Learning for Malaria Control

2021-07-19 · Ndivhuwo Makondo, Arinze Lawrence Folarin, Simphiwe Nhlahla Zitha, Sekou Lionel Remy

Previous work on policy learning for Malaria control has often formulated the problem as an optimization problem assuming the objective function and the search space have a specific structure. The problem has been formul…

Multi-Armed BanditsOpenAI Gymreinforcement-learningReinforcement Learning+1

Data-Efficient Reinforcement Learning for Malaria Control

2021-05-04 · Lixin Zou, Long Xia, Linfang Hou, Xiangyu Zhao 외

Sequential decision-making under cost-sensitive tasks is prohibitively daunting, especially for the problem that has a significant impact on people's daily lives, such as malaria control, treatment recommendation. The ma…

Decision MakingModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+2

Novel Exploration Techniques (NETs) for Malaria Policy Interventions

2017-12-01 · Oliver Bent, Sekou L. Remy, Stephen Roberts, Aisha Walcott-Bryant

The task of decision-making under uncertainty is daunting, especially for problems which have significant complexity. Healthcare policy makers across the globe are facing problems under challenging constraints, with limi…

Decision MakingDecision Making Under Uncertainty

Simulation-Based Inference for Global Health Decisions

2020-05-14 · Christian Schroeder de Witt, Bradley Gram-Hansen, Nantas Nardelli, Andrew Gambardella 외

The COVID-19 pandemic has highlighted the importance of in-silico epidemiological modelling in predicting the dynamics of infectious diseases to inform health policy and decision makers about suitable prevention and cont…

Bayesian InferenceEpidemiology

Analysis and optimal control of a malaria mathematical model under resistance and population movement

2020-01-31

In this work, two mathematical models for malaria under resistance are presented. More precisely, the first model shows the interaction between humans and mosquitoes inside a patch under infection of malaria when the hum…