RohitChandramouli6618 commited on
Commit
d795c8e
·
1 Parent(s): 1169cdd

Raise medium seeds so hospital score reflects outbreak severity

Browse files
Files changed (1) hide show
  1. server/tasks/task_medium.py +1 -1
server/tasks/task_medium.py CHANGED
@@ -24,7 +24,7 @@ class MediumTask(BaseTask):
24
  # cannot contain all districts simultaneously — genuine triage required.
25
  # A dumb agent scores ~0.35, a smart agent with good prioritisation
26
  # scores 0.60-0.70.
27
- seed_infections = [0.35, 0.08, 0.32, 0.08]
28
 
29
  return CityState(
30
  day = 0,
 
24
  # cannot contain all districts simultaneously — genuine triage required.
25
  # A dumb agent scores ~0.35, a smart agent with good prioritisation
26
  # scores 0.60-0.70.
27
+ seed_infections = [0.42, 0.10, 0.38, 0.10]
28
 
29
  return CityState(
30
  day = 0,