ashish-doing/supply-chain-env-hf
fix: success threshold 1.0->0.99 to match REWARD_MAX; fix garbled arrows in openenv.yaml
docs: README up to date with v4.7 — baseline scores and changelog verified
chore: bump pyproject.toml version 4.0.0 -> 4.7.0 to match environment version
fix: v4.7 update validator thresholds to match REWARD_MIN=0.01 REWARD_MAX=0.99
fix: v4.7 strict open-interval reward (0.01, 0.99) per Phase 2 requirement
chore: force HF Space rebuild to clear cache
fix: v4.6 revert reward range to [0.0, 1.0] per official spec
fix: revert openenv.yaml reward_range to [0.0, 1.0]
fix: update reward_range to strict open interval (0.01, 0.99)
fix: v4.5 strict open-interval reward (0.0, 1.0) exclusive
chore: update uv.lock
fix: v4.4 hackathon compliance fixes
fix: wrap action in {action:...} for /step endpoint (v4.3)
fix: add gradio to top-level dependencies for web UI
fix: define main() directly in server/app.py shim
fix: add main() and __main__ block to server/app.py shim
fix: rewrite server files as UTF-8 without BOM
fix: add server/app.py shim at repo root for openenv validator
Revert "fix: add server package alias to pass openenv validator check"
fix: add server package alias to pass openenv validator check
docs: clean up README formatting — links inline, goal newlines, lifecycle border
fix(validate): update section 12 thresholds for v4.4 reward cap
fix(v4.4): reward capped at 1.0, yaml paths corrected, docs updated
Fix validate.py paths and imports for supply_chain_env package structure
fix: absolute imports and correct uvicorn path for HF deployment
chore: add pycache and venv to gitignore
refactor: move models and generate_tasks into package, remove duplicate Dockerfile
chore: remove build artifacts, cache, and output files
docs: update README with new structure and setup
fix: restructure into supply_chain_env package, fix imports
fix: simplify __main__ to directly call main()
fix: add entrypoint field to openenv.yaml
fix: add uv.lock for openenv validate
docs: fix ASCII diagram alignment
chore: ignore pycache and pyc files
chore: remove root __init__.py and pycache files
docs: GRPO section, novel mechanics, diagrams, results table, renamed enhancements
feat: add pytest suite (36 tests)
chore: force GitHub cache refresh
fix: clean README - 103/103 validator count
fix: restore root Dockerfile for validator check
chore: remove unused Dockerfile, README_HF, server/__init__.py
chore: remove pycache from tracking, remove duplicate server/tests, update .gitignore
fix: correct reward_range to 1.30, step bonus to 0.15, remove unimplemented /ws endpoint
docs: fix participation floor 0.10 -> 0.05 to match actual reward code
docs: update validator check count to 118/118
chore: save latest environment changes
fix: add tests/ folder with fixed test_environment.py (v4.3 reward caps)
feat: web UI, pytest suite, inference v4.2, version bump 4.2.0
feat: web UI, pytest suite, version bump 4.2.0, websockets dep, port fix
