CryptoRiskEnv / server /tasks.py

Commit History

fix(grader): use 0.01 and 0.99 bounds to definitively prevent edge rounding to 1.0 by OpenEnv validators
8d47366

GGOisW commited on

Aggressive fix: Clamp everything globally to strictly avoid 0.0 or 1.0 task scores
3891231

GGOisW commited on

fix: bulletproof score clamping - add _safe_score() + NaN/Inf handling + grade endpoint safety net
5ee2b30

GGOisW commited on

fix(grader): ensure task grader outputs diverse scores strictly within (0,1)
b1633cb

GGOisW commited on

fix: update docs and metadata to strictly (0,1) score range - no 0.0 or 1.0 references
7d3480f

GGOisW commited on

fix(grader): ensure scores fall strictly within (0, 1) range to pass Phase 2 pipeline
64713ef

GGOisW commited on

Fix score ranges: clamping scores strictly within (0, 1) per validator logic
2a508a5

GGOisW commited on

fix: restructure project for multi-mode deployment compliance
d87a46a

GGOisW commited on