Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeelias authored Jun 3, 2021
1 parent 7a93817 commit 41fb810
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# pandemic_RL

This code generates the results presented in [Pandemic Response as Reinforcement Learning](http://www.mlforeconomicpolicy.com/papers/MLEconPolicy20_paper_29.pdf), presented at the [NeurIPS 2020 Workshop on Machine Learning for Economic Policy](mlforeconomicpolicy.com/).

## Setup

Install dependencies:
Expand Down Expand Up @@ -30,4 +32,4 @@ python main.py --num_population 1000 --imported_cases_per_step_range 1 --powers
Debugging:
```
python main.py --num_population 20 --imported_cases_per_step_range 0 --powers 1.0 --action_frequency 1 4 8 24 --tags no_clipping --distr_family poisson --horizon 24 36 48 96
```
```

0 comments on commit 41fb810

Please sign in to comment.