Commit ·
b77e2e4
1
Parent(s): 3d5cf7f
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 |
-
| **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 |
|
|
|
|
| 192 |
|
| 193 |
| Component | Weight | Measures |
|
| 194 |
| --- | --- | --- |
|
|
|
|
| 195 |
| **Containment score** | 30% | Fraction of district-days below infection threshold (grace period: first 2 steps excluded) |
|
| 196 |
+
| **Hospital score** | 45% | 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 |
|
baseline/__pycache__/evaluator.cpython-313.pyc
CHANGED
|
Binary files a/baseline/__pycache__/evaluator.cpython-313.pyc and b/baseline/__pycache__/evaluator.cpython-313.pyc differ
|
|
|
baseline/__pycache__/policy.cpython-313.pyc
CHANGED
|
Binary files a/baseline/__pycache__/policy.cpython-313.pyc and b/baseline/__pycache__/policy.cpython-313.pyc differ
|
|
|
epidemic_containment_env.zip
CHANGED
|
Binary files a/epidemic_containment_env.zip and b/epidemic_containment_env.zip differ
|
|
|