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

14
Train.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
source /home/constantine/Downloads/Anaconda/etc/profile.d/conda.sh
conda activate FCP
export MKL_SERVICE_FORCE_INTEL=1
export MKL_THREADING_LAYER=GNU
export LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"
pkill -f rcssserver3d 2>/dev/null || true
pkill -f simspark 2>/dev/null || true
sleep 2
python Run_Utils.py