Commit History

Update model references: Llama 3.3 70B → Llama 3.1 8B Instant, runtime 19.8min → ~10min
1e308ec

RohitChandramouli6618 commited on

Update greedy baseline numbers from latest test_local run; recalculate lifts
a251104

RohitChandramouli6618 commited on

Fix duplicate WebSocket log output; update benchmark numbers to latest run (avg 75.9%, ~10min)
bfbbcd1

RohitChandramouli6618 commited on

Expose data_lag_days in CityObservation; remove fragile num_districts==6 inference
b43f9e6

RohitChandramouli6618 commited on

Reduce rollouts easy=2 medium=3 hard=3 — target ~15min runtime with buffer for judge overhead
219555f

RohitChandramouli6618 commited on

Fix 8 issues spotted in code review: Dockerfile path, task descriptions, duplicate function, fallback score consistency, twin constants comment, has_data_lag docs
74f461a

RohitChandramouli6618 commited on

Update easy rollouts 3→2 everywhere: app.py scores, README
026ea26

RohitChandramouli6618 commited on

Fix all hackathon validator errors: pyproject.toml deps+scripts, app.py main(), inference.py per-task rollouts
1e0a7e6

RohitChandramouli6618 commited on

Update all dashboard tabs and README with actual test run numbers
6e28a1b

RohitChandramouli6618 commited on

Fix orphaned Phase 3 comment text rendering visibly on all tabs
50e16d4

RohitChandramouli6618 commited on

Phase 2: replace live demo with static greedy + LLM+GRPO results from actual test runs
53d6a50

RohitChandramouli6618 commited on

Fix easy task seed D0↔D1 so dumb greedy targets wrong district; fix signal thresholds
1b5ce08

RohitChandramouli6618 commited on

Remove smart greedy — benchmark is dumb greedy vs LLM+GRPO only, matching judging criteria
020a02a

RohitChandramouli6618 commited on

Phase 2 dashboard: 3 evals (greedy live + GRPO benchmark + variance check), comprehensive test_local.py
dc4e357

RohitChandramouli6618 commited on

Fix Pylance reportInvalidStringEscapeSequence: replace regex \\b\\w with split/map capitalise
33e8c9b

RohitChandramouli6618 commited on

Rewrite app.py: 3-phase judge dashboard, /validate endpoint, live Phase 1 checks
ee73dde

RohitChandramouli6618 commited on

Rewrite app.py: 3-phase judge dashboard, /validate endpoint, live Phase 1 checks
fa9b8c7

RohitChandramouli6618 commited on

Fix restriction auto-lift, density-weighted penalty, /info endpoint accuracy, updated README
3d5cf7f

RohitChandramouli6618 commited on

Fix grader weights hospital=0.40/containment=0.35, fix memory threshold in update_memory
9eafd01

RohitChandramouli6618 commited on

Raise medium seeds so hospital score reflects outbreak severity
d795c8e

RohitChandramouli6618 commited on

Fix: D0 seed above threshold, faster hospital drain, containment as primary metric
1169cdd

RohitChandramouli6618 commited on

Fix treatment/recovery calibration, hospital breach reward, efficiency grader, recalibrate seeds
4d57df8

RohitChandramouli6618 commited on

Fix realism: natural recovery in spread, hospital breach at 10%, linear spillover, correct prompt
fe22c22

RohitChandramouli6618 commited on

Lower spread to 0.08, fix efficiency grader to account for treatment reduction
ea31a4f

RohitChandramouli6618 commited on

Swap grader weights: hospital=45% primary constraint, containment=30%, calibrate environment
1f18d1f

RohitChandramouli6618 commited on

Lower spread rate to 0.09, fix medium seeds, teach focused allocation strategy
d3b81d6

RohitChandramouli6618 commited on

Raise seeds to prevent premature termination on medium and hard
33a1e6b

RohitChandramouli6618 commited on

Raise treatment reduction, lower medium/hard seeds, focus prompt strategy
0954bcf

RohitChandramouli6618 commited on

Fix speed score bug, restore partial resource replenishment, raise easy seed
9cdea7c

RohitChandramouli6618 commited on

Fix resource replenishment, grader efficiency, seed calibration, prompt strategy
ec747a2

RohitChandramouli6618 commited on

Fix 1-step termination bug, fix done field in trajectory, recalibrate seeds
bf35524

RohitChandramouli6618 commited on

Fix core environment solvability: add treatment reduction, calibrate seeds and spread rates, fix hospital grader denominator
455b146

RohitChandramouli6618 commited on

Professional judge dashboard with 5 tabs, live demo, grader breakdown, baseline scores
5acbcae

RohitChandramouli6618 commited on

Calibrate grader: soften hospital breach penalty, grace period for containment, fix speed score
c5694dd

RohitChandramouli6618 commited on