CoolFace
Apppublic

prasanthdj8/retail-inventory-openenv

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes
46 commits on main
a3e531e6mo ago

fix: safe int/float conversion for LLM action fields

prasanthdj8
e2e5e7a6mo ago

fix: explicit step() payload, urllib.error import, no **action spread

prasanthdj8
856fd566mo ago

fix: match sample format exactly — :.2f rewards, :.3f score, finally block

prasanthdj8
8a3d1776mo ago

fix: use 0.001/0.999 bounds matching openenv.yaml score_range — app.py

prasanthdj8
f720bf06mo ago

fix: use 0.001/0.999 bounds matching openenv.yaml score_range — graders.py

prasanthdj8
20234456mo ago

fix: use 0.001/0.999 bounds matching openenv.yaml score_range — inference.py

prasanthdj8
b70c5c66mo ago

fix: use 0.001/0.999 bounds matching openenv.yaml score_range — env.py

prasanthdj8
a0145fe6mo ago

fix: clamp all scores strictly (0,1) — inference.py

prasanthdj8
66b4b3e6mo ago

fix: clamp all scores strictly (0,1) — env.py

prasanthdj8
44fc0756mo ago

fix: add WebSocket /ws endpoint and fix reset response structure

prasanthdj8
1ac71e26mo ago

fix: clamp episode_score at API boundary

prasanthdj8
03889fc6mo ago

fix: clamp episode_score at API boundary

prasanthdj8
9b52d4c6mo ago

fix: NaN/inf safe_score

prasanthdj8
b4815656mo ago

fix: NaN/inf safe_score

prasanthdj8
381b5ef6mo ago

fix: accept full task IDs in reset and step endpoints

prasanthdj8
c7ef1ba6mo ago

fix: compute score from avg rewards with 1e-6 clamp

prasanthdj8
abb1c1a6mo ago

fix: prevent randint crash when expiry bounds are equal or inverted

prasanthdj8
38983b66mo ago

fix: correct env name to retail-inventory-expiry in START log line

prasanthdj8
c3390476mo ago

fix: rewards list uses final episode_score for validator consistency

prasanthdj8
3cdc2396mo ago

fix: use 3dp formatting so clamped rewards never print as 0.00 or 1.00

prasanthdj8
86140d76mo ago

fix: rewrite stdout format to match required START/STEP/END spec

prasanthdj8
4704fbb6mo ago

fix: remove dummy-key default from HF_TOKEN

prasanthdj8
d1984a06mo ago

fix: add reward field to Observation per OpenEnv standard

prasanthdj8
849802e6mo ago

fix: add reward field to Observation per OpenEnv standard

prasanthdj8
9060f186mo ago

fix: add /metadata /schema /mcp endpoints and fix /health status

prasanthdj8
ce487bf6mo ago

fix: clamp reward total in step response

prasanthdj8
ef209656mo ago

sync: upload all files with latest fixes

prasanthdj8
effcb966mo ago

sync: upload all files with latest fixes

prasanthdj8
facf7a66mo ago

sync: upload all files with latest fixes

prasanthdj8
e5780f36mo ago

Upload env.py with huggingface_hub

prasanthdj8
5d96bba6mo ago

Upload inference.py with huggingface_hub

prasanthdj8
16375d96mo ago

Upload inference.py with huggingface_hub

prasanthdj8
d1212336mo ago

Upload inference.py with huggingface_hub

prasanthdj8
2b84c286mo ago

Upload inference.py with huggingface_hub

prasanthdj8
228b2926mo ago

Upload graders.py with huggingface_hub

prasanthdj8
35422346mo ago

Upload inference.py with huggingface_hub

prasanthdj8
d53c3e56mo ago

Upload inference.py with huggingface_hub

prasanthdj8
b5e31c36mo ago

Upload env.py with huggingface_hub

prasanthdj8
9dc92686mo ago

Upload simulation.py with huggingface_hub

prasanthdj8
df252506mo ago

Upload server/__init__.py with huggingface_hub

prasanthdj8
a69dfca6mo ago

Upload server/app.py with huggingface_hub

prasanthdj8
44c46b76mo ago

Upload uv.lock with huggingface_hub

prasanthdj8
52e92336mo ago

Upload pyproject.toml with huggingface_hub

prasanthdj8
e27e6476mo ago

Upload README.md with huggingface_hub

prasanthdj8
ed876686mo ago

Upload folder using huggingface_hub

prasanthdj8
300bfcd6mo ago

initial commit

prasanthdj8