Commit History

fix(OpenEnv): implement system-wide [0.1, 0.9] boundary scrub for Phase 2 compliance
efa2d2a

Your Name commited on

fix(OpenEnv): fix rounding bug in inference.py log and ensure safe [0.1, 0.9] interior scores
4f893da

Your Name commited on

fix: increase score precision to 4 decimal places in inference.py to resolve validation out-of-range errors
8842df9

Your Name commited on

fix(OpenEnv): restore missing math import in grader.py to fix unhandled exception in Phase 2
a28d168

Your Name commited on

fix(OpenEnv): global overhaul to high-resolution interior clamping (0.001-0.999) per technical diagnosis
e317eba

Your Name commited on

fix(OpenEnv): restore missing positional arguments to _build_observation calls (regression fix)
a3b9d4b

Your Name commited on

fix(OpenEnv): implement robust grader bridge and strict interior clamping [0.1, 0.9] to satisfy Phase 2 validator
94d08ee

Your Name commited on

fix(OpenEnv): remove bonus task and refine ranges to ensure absolute strictly (0, 1) compliance across all fields
652a783

Your Name commited on

fix(OpenEnv): final scour of zero/one values from rewards and state to ensure absolute compliance
368d425

Your Name commited on

fix(OpenEnv): global overhaul to ensure every sub-score, reward, and model default is strictly within (0.01, 0.99) to satisfy Phase 2 validation
0786522

Your Name commited on

fix(OpenEnv): ensure all scores and rewards are strictly within (0, 1) and non-negative to satisfy Phase 2 validator
66bc92c

Your Name commited on

fix: remove all 0.00/1.00 edge cases from inference output
96c705e

Your Name commited on

fix(grader): clamp all scores to [0.01,0.99] and revert inference to :.2f format
f4f5268

Your Name commited on

fix(inference): use 4dp score format in [END] line to preserve strict (0,1) precision
cc587f5

Your Name commited on

fix(grader): clamp all scores to strictly (0.0001, 0.9999) per Phase 2 validator requirement
b924512

Your Name commited on

polish: fix leaderboard data, update links, correct app_file paths, fix openenv.yaml
58ca26f

Your Name commited on

fix: set PYTHONPATH=/app so server/app.py can import root-level modules
991240b

Your Name commited on

fix(openenv): move app to server/app.py with main() entrypoint per OpenEnv spec
8d088a7

Your Name commited on

refactor: move app.py to server/app.py per OpenEnv validator requirement
760f5e6

Your Name commited on

fix(deployment): generate uv.lock, add project server entrypoint and openenv-core to pyproject.toml
7d56332

Your Name commited on

fix(api): handle missing body on OpenEnv POST /reset endpoint
7078b21

Your Name commited on

fix: remove HF_TOKEN default from inference.py for OpenEnv spec
9c5e3e4

Your Name commited on

fix: use Docker SDK for Hugging Face Spaces
5016383

Your Name commited on

fix: add Hugging Face space configuration to README
259cafc

Your Name commited on

fix: add FastAPI REST endpoints for OpenEnv validator
637f42c

Your Name commited on