Commit ·
d795c8e
1
Parent(s): 1169cdd
Raise medium seeds so hospital score reflects outbreak severity
Browse files
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.
|
| 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,
|