Commit History

Fix [END] tag format in inference.py and update .gitignore to skip logs for HF compliance
9d97259

GGOisW commited on

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

GGOisW commited on

Make everything rigorously bulletproof: squash every sub-reward component
440f1a8

GGOisW commited on

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

GGOisW commited on

Final fix: Squash rewards and scores to strictly (0, 1) for Phase 2 validation
8b9ab47

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 eval timeout: added API timeouts and reduced max retries in inference.py
ed62201

GGOisW commited on

Fix Docker build failures: added .dockerignore and pinned dependencies
9403315

GGOisW commited on

fix: add main() function and update server entry point for validator compliance
b124f30

GGOisW commited on

fix: restructure project for multi-mode deployment compliance
d87a46a

GGOisW commited on

fix: add pyproject.toml for OpenEnv validation compliance
ca33002

GGOisW commited on

chore: align inference.py with hackathon pre-submission checklist
5b0af81

GGOisW commited on

feat: finalize OpenEnv benchmark with risk management engine and spec compliance
034dbb3

GGOisW commited on

fix(deploy): add Hugging Face Spaces configuration block
8ed5ca4

GGOisW commited on

feat: complete CryptoRiskEnv hackathon project with 2-1 RRR and validated graders
d47e223

GGOisW commited on