Commit History

fix: eliminate all 0.0 reward values across all files
bc98e17

Deepikachintamreddy commited on

fix: remove function aliases from grader_api, classes only, NaN protection
d500ed3

Deepikachintamreddy commited on

fix: grader classes with grade() method per Meta feedback
b5751d2

Deepikachintamreddy commited on

fix: grader handles all call patterns, reset reward 0.01
b17299b

Deepikachintamreddy commited on

fix: class-based graders with grade() method per Meta instructions
b5fc338

Deepikachintamreddy commited on

fix: bulletproof graders - never throw, always return float in range
5b5379b

Deepikachintamreddy commited on

fix: grader_api returns float only, not tuple
e421a0a

Deepikachintamreddy commited on

fix: resolve merge conflict in grader_api.py
b53b055

Deepikachintamreddy commited on

Update grader_api.py
7289a7e
unverified

Chintamreddy Deepika commited on

CRITICAL FIX: Add missing grader_api.py
8ad450c

Deepikachintamreddy commited on

Add comprehensive instrumentation to all graders for validator diagnostic
4891046

Nanda Kumar Kondreddy commited on

Add detailed instrumentation to grade_task1 and normalize_reward for validator debugging
31647f3

Nanda Kumar Kondreddy commited on

CRITICAL FIX: Graders now return FLOAT ONLY (not tuples) for validator contract compliance - extracted float from raw grader tuples
c256e38

Nanda Kumar Kondreddy commited on

CRITICAL FIX: Wrappers now return full tuples (reward, error, bugs) instead of just floats - fixes env.py unpacking
cf1808d

Nanda Kumar Kondreddy commited on

FINAL FIX: Centralized universal reward normalization - GUARANTEES all scores in (0.01, 0.99)
6d73738

Nanda Kumar Kondreddy commited on

CRITICAL BUG FIX: Clamp reward on ALL early return paths - prevents returning 0.0
6138889

Nanda Kumar Kondreddy commited on

Add validator invocation logging to all grader wrappers
e924908

Nanda Kumar Kondreddy commited on

Fix: Enforce strict open interval (0.01, 0.99) for all grader rewards - validator compliance
8e7ae76

Nanda Kumar Kondreddy commited on

Phase 2: Benchmark Quality Upgrades - Progressive graders, realistic multi-bug tasks, ground_truth exposure
b43aff5

Nanda Kumar Kondreddy commited on