Commit ·
e5f6b99
1
Parent(s): b77e2e4
Fix Readme: Corrected Grader Percentages
Browse files
README.md
CHANGED
|
@@ -192,8 +192,8 @@ The grader is **fully deterministic** — no randomness, no LLM calls. Identical
|
|
| 192 |
|
| 193 |
| Component | Weight | Measures |
|
| 194 |
| --- | --- | --- |
|
| 195 |
-
| **Containment score** |
|
| 196 |
-
| **Hospital score** |
|
| 197 |
| **Efficiency score** | 15% | Fraction of resource actions targeting the highest-infected district (uses pre-action state) |
|
| 198 |
| **Speed score** | 10% | `1 − (steps / max_steps)` if episode ends before max steps; else 0 |
|
| 199 |
|
|
|
|
| 192 |
|
| 193 |
| Component | Weight | Measures |
|
| 194 |
| --- | --- | --- |
|
| 195 |
+
| **Containment score** | 45% | Fraction of district-days below infection threshold (grace period: first 2 steps excluded) |
|
| 196 |
+
| **Hospital score** | 30% | Average capacity preserved; ×0.6 multiplier if any district collapsed |
|
| 197 |
| **Efficiency score** | 15% | Fraction of resource actions targeting the highest-infected district (uses pre-action state) |
|
| 198 |
| **Speed score** | 10% | `1 − (steps / max_steps)` if episode ends before max steps; else 0 |
|
| 199 |
|