@echo off cd /d %~dp0 if exist ..\..\.venv\Scripts\activate.bat call ..\..\.venv\Scripts\activate.bat echo Worker Group 3 starting... echo ======================================= echo Running Requirement Index: 2 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 2 python run_pipeline.py --index 2 if not exist "output\003\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 2 ) else ( echo [Verified] output\003\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 7 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 7 python run_pipeline.py --index 7 if not exist "output\008\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 7 ) else ( echo [Verified] output\008\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 12 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 12 python run_pipeline.py --index 12 if not exist "output\013\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 12 ) else ( echo [Verified] output\013\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 17 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 17 python run_pipeline.py --index 17 if not exist "output\018\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 17 ) else ( echo [Verified] output\018\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 22 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 22 python run_pipeline.py --index 22 if not exist "output\023\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 22 ) else ( echo [Verified] output\023\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 27 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 27 python run_pipeline.py --index 27 if not exist "output\028\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 27 ) else ( echo [Verified] output\028\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 32 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 32 python run_pipeline.py --index 32 if not exist "output\033\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 32 ) else ( echo [Verified] output\033\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 37 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 37 python run_pipeline.py --index 37 if not exist "output\038\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 37 ) else ( echo [Verified] output\038\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 42 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 42 python run_pipeline.py --index 42 if not exist "output\043\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 42 ) else ( echo [Verified] output\043\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 47 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 47 python run_pipeline.py --index 47 if not exist "output\048\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 47 ) else ( echo [Verified] output\048\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 52 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 52 python run_pipeline.py --index 52 if not exist "output\053\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 52 ) else ( echo [Verified] output\053\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 57 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 57 python run_pipeline.py --index 57 if not exist "output\058\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 57 ) else ( echo [Verified] output\058\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 62 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 62 python run_pipeline.py --index 62 if not exist "output\063\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 62 ) else ( echo [Verified] output\063\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 67 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 67 python run_pipeline.py --index 67 if not exist "output\068\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 67 ) else ( echo [Verified] output\068\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 72 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 72 python run_pipeline.py --index 72 if not exist "output\073\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 72 ) else ( echo [Verified] output\073\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 77 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 77 python run_pipeline.py --index 77 if not exist "output\078\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 77 ) else ( echo [Verified] output\078\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 82 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 82 python run_pipeline.py --index 82 if not exist "output\083\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 82 ) else ( echo [Verified] output\083\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 87 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 87 python run_pipeline.py --index 87 if not exist "output\088\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 87 ) else ( echo [Verified] output\088\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 92 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 92 python run_pipeline.py --index 92 if not exist "output\093\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 92 ) else ( echo [Verified] output\093\strategy.json generated successfully. ) timeout /t 2 > NUL echo ======================================= echo Running Requirement Index: 97 echo ======================================= echo [Attempt 1] python run_pipeline.py --index 97 python run_pipeline.py --index 97 if not exist "output\098\strategy.json" ( echo ======================================= echo [Retry] target.json missing, retrying once... echo ======================================= python run_pipeline.py --index 97 ) else ( echo [Verified] output\098\strategy.json generated successfully. ) timeout /t 2 > NUL echo Worker Group 3 finished! pause