对齐场地几何与运行模式基础设施

This commit is contained in:
jjh
2026-04-02 11:50:35 +08:00
parent 4b9d5afbb6
commit 3d1fc285d3
7 changed files with 243 additions and 91 deletions

View File

@@ -5,5 +5,5 @@ host=${1:-localhost}
port=${2:-60000}
for i in {1..7}; do
python3 run_player.py --host $host --port $port -n $i -t SE &
python3 run_player.py --host $host --port $port -n $i -t SE -f sim3d_7vs7 &
done