| @echo off | |
| REM run_5per_wrapper.bat — 在 WSL 中以 nohup 方式运行仿真 | |
| wsl -d Ubuntu-20.04 bash -c "nohup bash /mnt/f/agent-workspace/paper2/Exp/data/scripts/run_5per_type.sh > /mnt/f/agent-workspace/paper2/Exp/data/scripts/run_5per_nohup.log 2>&1 &" | |
| @echo off | |
| REM run_5per_wrapper.bat — 在 WSL 中以 nohup 方式运行仿真 | |
| wsl -d Ubuntu-20.04 bash -c "nohup bash /mnt/f/agent-workspace/paper2/Exp/data/scripts/run_5per_type.sh > /mnt/f/agent-workspace/paper2/Exp/data/scripts/run_5per_nohup.log 2>&1 &" | |