Policy Learning for Malaria Control
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.
Code (2)
Tasks
Bayesian OptimizationDecision MakingQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential Decision MakingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
An Analysis of Reinforcement Learning for Malaria Control
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+1Data-Efficient Reinforcement Learning for Malaria Control
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+2Novel Exploration Techniques (NETs) for Malaria Policy Interventions
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 UncertaintySimulation-Based Inference for Global Health Decisions
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 InferenceEpidemiologyAnalysis and optimal control of a malaria mathematical model under resistance and population movement
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…