poolcoach / scripts /experiments /run_bb9_baseline.bat
masterdanh's picture
deploy: snapshot for HF Space
78738de
Raw
History Blame Contribute Delete
916 Bytes
@echo off
REM ============================================================
REM BG26 buoc 3 - analytic baseline (broadcast.py sau fix b')
REM tren 5k held-out bb9_synth (BRIEF 11/08/2026 toi). Venv APP.
REM Harness trung lap cho BG27: predictor cam-vao-duoc, cung 3
REM chi so gate: median |dphi|, sai so tuong doi V0, accuracy
REM dau spin theo truc tren identifiable (null tinh rieng).
REM Gate BG27 (chot truoc): net phai dat <=2 deg / <=10% /
REM >=80% VA thang baseline ca 3 tren CUNG held-out nay.
REM Xuat CSV root: bb9_synth_baseline_{summary,per_shot,run}.csv
REM (kem commit hash broadcast.py luc chay).
REM ============================================================
set PYTHONUTF8=1
call "D:\Khoa luan\poolcoach-env\Scripts\activate.bat"
cd /d "D:\Khoa luan\poolcoach-rl"
python scripts\broadcast\eval_baseline_synth.py --data "D:\Khoa luan\datasets\bb9_synth" --out-dir "D:\Khoa luan" %*
pause