This commit is contained in:
2025-11-19 08:08:22 -05:00
commit eaaa5519bd
256 changed files with 46657 additions and 0 deletions

8
start_penalty_debug.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
export OMP_NUM_THREADS=1
host=${1:-localhost}
port=${2:-3100}
python3 ./Run_Player.py -i $host -p $port -u 1 -t FCP-debug -P 1 -D 1 &
python3 ./Run_Player.py -i $host -p $port -u 11 -t FCP-debug -P 1 -D 1 &