You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct is_action_valid logic, scroll_direction, stale refs, and DRY violation
Review fixes for the GPU training automation branch:
- Fix is_action_valid: was inverted (DONE()→invalid, garbage→valid), now uses
regex match on original action string
- Fix scroll_direction: SCROLL parsing now populates BenchmarkAction.scroll_direction
- Fix stale repo URLs: mll-lab-nu/VAGEN → RAGEN-AI/VAGEN across vendored files and docs
- Fix stale branch ref: setup_gpu_training.sh referenced merged spike branch, now uses main
- Fix stale repo URL: langfengQ/verl-agent → RAGEN-AI/VAGEN in setup script
- Add --recurse-submodules to git clone (verl is a VAGEN submodule)
- Remove dead params from register_waa_env() (waa_server, task_id, max_steps)
- Deduplicate training command: vm_cli.py now delegates to launch_training()
- Update test count in docs: 21 → 40+
- Add 3 new tests for is_action_valid behavior
- Add scroll_direction assertion to existing scroll test
All 43 tests pass.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments