Files
FCP_gym/start_debug.sh
2025-11-19 08:08:22 -05:00

9 lines
176 B
Bash
Executable File

#!/bin/bash
export OMP_NUM_THREADS=1
host=${1:-localhost}
port=${2:-3100}
for i in {1..11}; do
python3 ./Run_Player.py -i $host -p $port -u $i -t FCP-debug -P 0 -D 1 &
done