Commit History

fix(phase2): return score-only grader payloads to avoid out-of-range numeric fields
1bd6abf

Harsh-9209 commited on

fix(grader): ensure minimum mathematically bounded score of 0.01 directly so that .2f float representations never evaluate down to literal 0.00 strings inside inference logs
4b268bd

Harsh-9209 commited on

fix(eval): mathematically bound all precision/recall metrics via laplace smoothing to naturally yield strict (0, 1) scores without artificial clipping
f8a6ce7

Harsh-9209 commited on

fix(env): remove intermediate step rewards to ensure total episode reward strictly scales in (0, 1) bounds
9e1c297

Harsh-9209 commited on

fix(grader): strictly bound task scores between (0, 1) for hackathon validation
b185614

Harsh-9209 commited on

fix: clip grader score to strictly (0, 1) for validator compliance
c938a32

Harsh-9209 commited on

Fix score clipping logic to enforce Phase 2 strict boundary (0,1)
d8d5e98

Harsh-9209 commited on

feat: implement FastAPI server, Streamlit dashboard, and unit tests for SilentFailureDetector environment
a055dba

Harsh-9209 commited on

Include OpenEnv MVP implementation and inference baseline fixes
f644f85

Harsh-9209 commited on