Commit History

fix: eliminate all 0.0 reward values across all files
bc98e17

Deepikachintamreddy commited on

fix: progress_ratio default 0.01
b1c5449

Deepikachintamreddy commited on

fix: total_reward init 0.01
3ca9f73

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: model defaults 0.01 not 0.0
c8197e5

Deepikachintamreddy commited on

fix: initial previous_reward 0.01 not 0.0
991b3a8

Deepikachintamreddy commited on

fix: reset reward 0.01 not 0.0
f198438

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: correct step format, per-task output, tuple grader returns
c7b11e5

Deepikachintamreddy commited on

add POST /grader endpoint for validator
5e04bd7

Deepikachintamreddy commited on

trigger rebuild
fba04fa

Deepikachintamreddy commited on

fix: resolve merge conflict in grader_api.py
b53b055

Deepikachintamreddy commited on

Refactor graders to use clamping wrapper
16b042a
unverified

Chintamreddy Deepika commited on

Update grader_api.py
7289a7e
unverified

Chintamreddy Deepika commited on

Update app.py
99b0783
unverified

Chintamreddy Deepika commited on

Update env.py
495f412
unverified

Chintamreddy Deepika commited on

CRITICAL FIX: Add missing grader_api.py
8ad450c

Deepikachintamreddy commited on

SIMPLIFY: Override /reset to create fresh environment directly, avoiding original endpoint call
cf3a550

Nanda Kumar Kondreddy commited on

FIX: Properly type request parameter in /reset endpoint as fastapi.Request
a91aa82

Nanda Kumar Kondreddy commited on

CRITICAL FIX: Replace /reset middleware with direct endpoint override - ensure base fields included
f2a42f5

Nanda Kumar Kondreddy commited on

ENHANCE: Update reset middleware to include base Observation fields (done, reward, metadata) at top level
270a32f

Nanda Kumar Kondreddy commited on

FIX: Add middleware to correct /reset response schema - add 'info' field, remove reward/done
5bc98e9

Nanda Kumar Kondreddy 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 RUNTIME FIX: Remove tuple unpacking from environment handlers - graders now return FLOAT only, not tuples
b8c69e2

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

Add comprehensive runtime grader validation endpoint (/validate-graders) to audit actual grader outputs under validator-style conditions
5e5a089

Nanda Kumar Kondreddy commited on

CRITICAL WIRING FIX: Import wrapped graders from grader_api, not raw graders - ensures normalization is used
1566ba9

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

Enhanced /diagnostics: validate manifest import paths with importlib (mirrors validator behavior)
c87f77e

Nanda Kumar Kondreddy commited on

Add startup and diagnostics logging to debug task loading
9331aaf

Nanda Kumar Kondreddy commited on

Simplify metadata task schema to minimal fields (id, has_grader) for validator compatibility
491de7d

Nanda Kumar Kondreddy commited on

PROPER FIX: Remove default /metadata route before registering custom override with tasks
3a48cf2

Nanda Kumar Kondreddy commited on

CRITICAL FIX: Add /metadata endpoint with task enumeration for validator discovery
a2f8fcd

Nanda Kumar Kondreddy commited on

Add validator invocation logging to all grader wrappers
e924908

Nanda Kumar Kondreddy commited on

Add debug endpoint to verify deployed grader fix
afad682

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