CoolFace
Apppublic

De-Coder05/openenv-support-triage

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
10 commits on main
22278306mo ago

Add absolute fallback clamp wrapper in SupportRubric Call method for maximum task score robustness

De-Coder05
5df44d46mo ago

Hard-clamp task scores inside (0, 1) and bypass Env interface apply_rubric

De-Coder05
198ff006mo ago

Fix out of range task scores by changing 0.00 to 0.01 in inference.py

De-Coder05
92153246mo ago

Fix strict bounding for initial rewards

De-Coder05
bceda746mo ago

Update rubrics to strict (0, 1) bounds and adjust inference baseline

De-Coder05
95d8c6b6mo ago

Fix unhandled exception in Phase 2 by adding try-except blocks

De-Coder05
4f3bd866mo ago

Add uv.lock and server script entry for OpenEnv validation

De-Coder05
16b3a8a6mo ago

Move Dockerfile to root for HF Spaces compatibility

De-Coder05
e888b296mo ago

Add Hugging Face config block

De-Coder05
2a791b86mo ago

Initial commit for OpenEnv Hackathon

De-Coder05