change 7v7 3v3 FIFA code

This commit is contained in:
2026-03-20 02:33:44 -04:00
parent 3f4ab1c434
commit ba16b75796
8 changed files with 39 additions and 7 deletions

9
start_FIFA.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
export OMP_NUM_THREADS=1
host=${1:-localhost}
port=${2:-60000}
for i in {1..11}; do
python3 run_player.py --host $host --port $port -n $i -t SE -f fifa &
done