boettiger-lab / gym_epidemic

🐍 An OpenAI Gym to benchmark AI Reinforcement Learning algorithms in epidemic control problems
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Epidemic Control Gym

Repository Info

This repo contains RL environments that model epidemic control problems. Additionally in examples_sir, there are models and scripts to recreate the results in "One-Shot Epidemic Control with Soft Actor Critic".

We have the following environments:

Installation Instructions

The environments can be installed and run from the command line via: pip install gym_epidemic

If you are cloning this repo from github; from the current directory run: pip install -e .