Commit History

fix: enforce strict (0,1) on ALL score fields including penalties
1a071c6

mathi3046 commited on

fix: rewrite grader with reference scoring pattern and clamp all reward fields
7acbefe

mathi3046 commited on

last 0 and 1 error update
6c591d0

mathi3046 commited on

fix: add pyright extraPaths to resolve IDE import warnings for models, grader, tasks, server.environment
3932d4b

mathi3046 commited on

fix: clamp all task scores to strict (0,1) range - never 0.0 or 1.0 - grader.py: add _clamp() helper, apply to all sub-scores and total - models.py: update Pydantic fields to gt/lt strict bounds - inference.py: clamp avg_reward and final_score Fixes Phase 2 'task scores out of range' validation error
11e6068

mathi3046 commited on

fix: clamp task scores strictly between 0 and 1 to pass Phase 2 validation
1a235af

mathi3046 commited on

project upload
81aa69d

mathi3046 commited on