some tiny change
This commit is contained in:
14
train.sh
Normal file
14
train.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
source /home/apollo/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
|
||||
Reference in New Issue
Block a user