CoolFace
Apppublic

Letthedreamersrise/wallet-rescue-ops

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
13 commits on main
a1f5f196mo ago

Increase task max_steps for validator agent headroom

Letthedreamersrise
e76f6ca6mo ago

Switch to mandatory key=value log format, add /grader endpoint, strip action amounts from output

Letthedreamersrise
6eb388b6mo ago

Fix double-normalization: use ScoreBreakdown.normalized() classmethod, remove from observation, fix inference.py

Letthedreamersrise
1d58f526mo ago

Normalize environment rewards to (0.001, 0.999) - Phase 2 validator requires all rewards in (0,1)

Letthedreamersrise
3a559116mo ago

Normalize all step rewards to (0,1) range, remove reward_total from END logs

Letthedreamersrise
a4fc83b6mo ago

Clamp scores to strict (0.001, 0.999) range - validator rejects 0.0 and 1.0

Letthedreamersrise
4e836366mo ago

Define explicit main() in server/app.py for openenv validate

Letthedreamersrise
dfe0f856mo ago

Add uv.lock and server/app.py for openenv validate compatibility

Letthedreamersrise
57c37c16mo ago

Match exact env var pattern from submission checklist: defaults for API_BASE_URL/MODEL_NAME only, no default for HF_TOKEN

Letthedreamersrise
3f021de6mo ago

fix: open external links in new tab to avoid iframe CSP errors

Letthedreamersrise
498fa5d6mo ago

Add landing page at root URL for judges visiting the Space

Letthedreamersrise
516853a6mo ago

fix: use valid HF Space colorTo value

Letthedreamersrise
22c030d6mo ago

Wallet Rescue Ops v2: OpenEnv incident-response environment with 5 graded tasks, 12 scenarios, 6-component reward, heuristic baseline, 19 tests, HF Spaces Docker ready

Letthedreamersrise