Commit ·
dc89155
1
Parent(s): e5f6b99
Fix Readme: Corrected Grader Percentages
Browse files- README.md +2 -2
- server/app.py +0 -0
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 |
-
| **
|
| 196 |
-
| **
|
| 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 |
+
| **Hospital score** | 45% | Average capacity preserved; ×0.6 multiplier if any district collapsed |
|
| 196 |
+
| **Containment score** | 30% | Fraction of district-days below infection threshold (grace period: first 2 steps excluded) |
|
| 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 |
|
server/app.py
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|