Init gym
This commit is contained in:
9
start_fat_proxy_debug.sh
Executable file
9
start_fat_proxy_debug.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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 -F 1 -D 1 &
|
||||
done
|
||||
Reference in New Issue
Block a user