fix(OpenEnv): implement system-wide [0.1, 0.9] boundary scrub for Phase 2 compliance efa2d2a Your Name commited on Apr 12
fix(OpenEnv): fix rounding bug in inference.py log and ensure safe [0.1, 0.9] interior scores 4f893da Your Name commited on Apr 12
fix: increase score precision to 4 decimal places in inference.py to resolve validation out-of-range errors 8842df9 Your Name commited on Apr 12
fix(OpenEnv): restore missing math import in grader.py to fix unhandled exception in Phase 2 a28d168 Your Name commited on Apr 11
fix(OpenEnv): global overhaul to high-resolution interior clamping (0.001-0.999) per technical diagnosis e317eba Your Name commited on Apr 11
fix(OpenEnv): restore missing positional arguments to _build_observation calls (regression fix) a3b9d4b Your Name commited on Apr 11
fix(OpenEnv): implement robust grader bridge and strict interior clamping [0.1, 0.9] to satisfy Phase 2 validator 94d08ee Your Name commited on Apr 11
fix(OpenEnv): remove bonus task and refine ranges to ensure absolute strictly (0, 1) compliance across all fields 652a783 Your Name commited on Apr 11
fix(OpenEnv): final scour of zero/one values from rewards and state to ensure absolute compliance 368d425 Your Name commited on Apr 11
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 Apr 11
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 Apr 11
fix(grader): clamp all scores to [0.01,0.99] and revert inference to :.2f format f4f5268 Your Name commited on Apr 11
fix(inference): use 4dp score format in [END] line to preserve strict (0,1) precision cc587f5 Your Name commited on Apr 11
fix(grader): clamp all scores to strictly (0.0001, 0.9999) per Phase 2 validator requirement b924512 Your Name commited on Apr 11
polish: fix leaderboard data, update links, correct app_file paths, fix openenv.yaml 58ca26f Your Name commited on Apr 11
fix: set PYTHONPATH=/app so server/app.py can import root-level modules 991240b Your Name commited on Apr 11
fix(openenv): move app to server/app.py with main() entrypoint per OpenEnv spec 8d088a7 Your Name commited on Apr 11
refactor: move app.py to server/app.py per OpenEnv validator requirement 760f5e6 Your Name commited on Apr 11
fix(deployment): generate uv.lock, add project server entrypoint and openenv-core to pyproject.toml 7d56332 Your Name commited on Apr 11