| # aimflow v2 — evaluation | |
| QwenPI + hybrid flow (recentered mouse + rebalanced keys). Weights: `steps_15000.pt` (final), | |
| `steps_10000.pt` (mid). Needs Qwen3-VL for the model server. Full guide: [../EVALUATION.md](../EVALUATION.md). | |
| Run (from inside this folder; game server + client already up): | |
| ```bash | |
| mkdir -p run/checkpoints && cp config.yaml dataset_statistics.json run/ && cp steps_15000.pt run/checkpoints/ | |
| python -m gamevla.envs.eval.run_eval \ | |
| --env cs2/5e_mirage_prefire/connector_to_a_site --endpoint <host:port> \ | |
| --policy examples.CS2.aimflow_v2.evaluation.policy:build_policy \ | |
| --policy-kwargs '{"ckpt":"run/checkpoints/steps_15000.pt","port":10093,"sensitivity":1.0}' \ | |
| --episodes 3 --bot-count 5 | |
| ``` | |
| Defaults (policy.py): `steps_per_bin=1`, `history_len=2`. Mouse auto-derived from `sensitivity`. | |