poolcoach / scripts /experiments /run_eval_failcounts.bat
masterdanh's picture
deploy: snapshot for HF Space
78738de
Raw
History Blame Contribute Delete
1.73 kB
@echo off
REM ============================================================
REM eval_failcounts (BRIEF 04/08/2026, ban giao 13) - do PHAN RA
REM "het duong" cua ZonePlanner V2 theo tung tieu chi (i)-(v).
REM Ly do chay: so "48% ban random khong co cu" (31/07) chua trich
REM duoc lam ket luan vi chua tach nguyen nhan theo tieu chi.
REM Lan nay do mask DU 5 tieu chi moi ung vien (khong short-circuit,
REM flag debug_candidates cua plan_shot_v2) + one-left-out per
REM criterion tinh offline tu mask, tren 2 bo the tach bach:
REM - random: 200 ban 10 bi, DUNG generator eval_fullrack,
REM seed base 20260804 (bo seed RIENG - khong dung seed demo)
REM - break : 200 the sau break sim (rack 9 bi chuan pt.get_rack,
REM cue jitter trong kitchen x=[0.25,0.75]w y=[0.10,0.24]l,
REM phi ngam apex bi 1 +/-1.5 do, v0=7.0 m/s co dinh ngoai
REM grid; LOAI scratch + golden break - bao ti le loai)
REM Nguong nghiem thu (G3, script tu kiem, in DAT/FAIL + exit code):
REM so the du 200/bo; co_cu + het_duong = tong; the co cu <=>
REM ton tai ung vien pass du 5 (mask trung engine tung the);
REM one-left-out(X) >= so the het-duong chi-truot-dung-X.
REM KHONG ket luan trong lan chay nay - so lieu vao HANDOFF,
REM phan tich la viec Cowork + Danh (do luong thuan).
REM Ket qua: D:\Khoa luan\failcounts_<source>.csv + _out.txt
REM ============================================================
set PYTHONUTF8=1
set POOLCOACH_WORKERS=6
call "D:\Khoa luan\poolcoach-env\Scripts\activate.bat"
cd /d "D:\Khoa luan\poolcoach-rl"
python scripts\eval_failcounts.py --source random --boards 200 --seed-base 20260804
python scripts\eval_failcounts.py --source break --boards 200 --seed-base 20260804
pause