CoolFace
Apppublic

ashish-doing/supply-chain-env-hf

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
50 commits on main
95ab79b6mo ago

fix: success threshold 1.0->0.99 to match REWARD_MAX; fix garbled arrows in openenv.yaml

ashish-doing
acc36f66mo ago

docs: README up to date with v4.7 — baseline scores and changelog verified

ashish-doing
33ee3cf6mo ago

chore: bump pyproject.toml version 4.0.0 -> 4.7.0 to match environment version

ashish-doing
3bde6b56mo ago

fix: v4.7 update validator thresholds to match REWARD_MIN=0.01 REWARD_MAX=0.99

ashish-doing
eaba1836mo ago

fix: v4.7 strict open-interval reward (0.01, 0.99) per Phase 2 requirement

ashish-doing
05525e26mo ago

chore: force HF Space rebuild to clear cache

ashish-doing
d0b331f6mo ago

fix: v4.6 revert reward range to [0.0, 1.0] per official spec

ashish-doing
5dd3d296mo ago

fix: revert openenv.yaml reward_range to [0.0, 1.0]

ashish-doing
43d38236mo ago

fix: update reward_range to strict open interval (0.01, 0.99)

ashish-doing
cdee92a6mo ago

fix: v4.5 strict open-interval reward (0.0, 1.0) exclusive

ashish-doing
6833f4d6mo ago

chore: update uv.lock

ashish-doing
3cb61616mo ago

fix: v4.4 hackathon compliance fixes

ashish-doing
38963be6mo ago

fix: wrap action in {action:...} for /step endpoint (v4.3)

ashish-doing
228b92f6mo ago

fix: add gradio to top-level dependencies for web UI

ashish-doing
46796586mo ago

fix: define main() directly in server/app.py shim

ashish-doing
652d1d86mo ago

fix: add main() and __main__ block to server/app.py shim

ashish-doing
36066b96mo ago

fix: rewrite server files as UTF-8 without BOM

ashish-doing
268bdf06mo ago

fix: add server/app.py shim at repo root for openenv validator

ashish-doing
8721d426mo ago

Revert "fix: add server package alias to pass openenv validator check"

ashish-doing
e1ac10e6mo ago

fix: add server package alias to pass openenv validator check

ashish-doing
fec1c286mo ago

docs: clean up README formatting — links inline, goal newlines, lifecycle border

ashish-doing
30445426mo ago

fix(validate): update section 12 thresholds for v4.4 reward cap

ashish-doing
76d3db86mo ago

fix(v4.4): reward capped at 1.0, yaml paths corrected, docs updated

ashish-doing
c82b0686mo ago

Fix validate.py paths and imports for supply_chain_env package structure

ashish-doing
5600adb6mo ago

fix: absolute imports and correct uvicorn path for HF deployment

ashish-doing
be224cf6mo ago

chore: add pycache and venv to gitignore

ashish-doing
2ab47b66mo ago

refactor: move models and generate_tasks into package, remove duplicate Dockerfile

ashish-doing
e5fe9ed6mo ago

chore: remove build artifacts, cache, and output files

ashish-doing
447213d6mo ago

docs: update README with new structure and setup

ashish-doing
5888e416mo ago

fix: restructure into supply_chain_env package, fix imports

ashish-doing
fca060d6mo ago

fix: simplify __main__ to directly call main()

ashish-doing
c33dccc6mo ago

fix: add entrypoint field to openenv.yaml

ashish-doing
e8246706mo ago

fix: add uv.lock for openenv validate

ashish-doing
87889916mo ago

docs: fix ASCII diagram alignment

ashish-doing
9d0cfdc6mo ago

chore: ignore pycache and pyc files

ashish-doing
35271a26mo ago

chore: remove root __init__.py and pycache files

ashish-doing
3ba95a06mo ago

docs: GRPO section, novel mechanics, diagrams, results table, renamed enhancements

ashish-doing
6f65f406mo ago

feat: add pytest suite (36 tests)

ashish-doing
aa89c6a6mo ago

chore: force GitHub cache refresh

ashish-doing
2eb1d466mo ago

fix: clean README - 103/103 validator count

ashish-doing
1736fe66mo ago

fix: restore root Dockerfile for validator check

ashish-doing
06b25436mo ago

chore: remove unused Dockerfile, README_HF, server/__init__.py

ashish-doing
90ec5c56mo ago

chore: remove pycache from tracking, remove duplicate server/tests, update .gitignore

ashish-doing
08496986mo ago

fix: correct reward_range to 1.30, step bonus to 0.15, remove unimplemented /ws endpoint

ashish-doing
517b4256mo ago

docs: fix participation floor 0.10 -> 0.05 to match actual reward code

ashish-doing
563c1756mo ago

docs: update validator check count to 118/118

ashish-doing
5f7d6356mo ago

chore: save latest environment changes

ashish-doing
a4e74c06mo ago

fix: add tests/ folder with fixed test_environment.py (v4.3 reward caps)

ashish-doing
dd60c5b6mo ago

feat: web UI, pytest suite, inference v4.2, version bump 4.2.0

ashish-doing
64bde7a6mo ago

feat: web UI, pytest suite, version bump 4.2.0, websockets dep, port fix

ashish-doing