Spaces:
Sleeping
Sleeping
File size: 916 Bytes
78738de | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | @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
|