Spaces:
Sleeping
Sleeping
File size: 1,198 Bytes
78738de | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | @echo off
REM ============================================================
REM BG28 buoc 1 (12/08/2026) - do lat TARGET-MATCHED tren 5k held-out
REM Lat = cu co cham dau (min t_first_bb/t_first_cush, GT sim trong npz)
REM >= 0.3s sau strike - quan the khop clip that P0 (vung thiet ke
REM broadcast.py). n = 669/5000, toan bo identifiable.
REM Ky vong ghi truoc (BRIEF 28): dphi c3 ~2.5-7 deg, vert 40-72%.
REM Do duoc (nghiem thu): shotnet dphi_med 3.03 / v0rel_raw 0.0973 /
REM side 0.697 / vert 0.653; baseline dphi 1.34 (null phi 61.6%) /
REM v0rel_raw 0.2248 / side 0.759 (54 cu) / vert 0.263 (19 cu).
REM CSV prefix MOI bb9_synth_target_* - khong de artifact 26/27.
REM Day la so MOC cho gate P2' cua BG29 (bar giu 2/10%/80/80).
REM ============================================================
set PYTHONUTF8=1
cd /d "D:\Khoa luan\poolcoach-rl"
"D:\Khoa luan\poolcoach-env\Scripts\python.exe" scriptsroadcastval_baseline_synth.py --predictor baseline --target-slice
"D:\Khoa luan\poolcoach-cv-env\Scripts\python.exe" scriptsroadcastval_baseline_synth.py --predictor shotnet --ckpt "D:\Khoa luan\poolcoach-rl\models\shotnet_20260811_c3est.pt" --device cuda --target-slice
pause
|