-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_exp.sh
executable file
·7 lines (7 loc) · 1 KB
/
run_exp.sh
1
2
3
4
5
6
7
CURRENT_UID=$(id -u):$(id -g) REPLACE=grid EXP_NAME=S_PPO docker stack deploy --compose-file docker-compose.yml safetyshield_pointshield
CURRENT_UID=$(id -u):$(id -g) REPLACE=grid EXP_NAME=S_PPO_Replacement docker stack deploy --compose-file docker-compose.yml safetyshield_pointnewgrid
# CURRENT_UID=$(id -u):$(id -g) REPLACE=grid EXP_NAME=S_PID docker stack deploy --compose-file docker-compose.yml safetyshield_pointconstrained
# CURRENT_UID=$(id -u):$(id -g) REPLACE=grid EXP_NAME=S_PID_Replacement docker stack deploy --compose-file docker-compose.yml safetyshield_pointcstrnew
CURRENT_UID=$(id -u):$(id -g) REPLACE=random EXP_NAME=S_PPO_Replacement docker stack deploy --compose-file docker-compose.yml safetyshield_pointnewrand
CURRENT_UID=$(id -u):$(id -g) REPLACE=opposite EXP_NAME=S_PPO_Replacement docker stack deploy --compose-file docker-compose.yml safetyshield_pointnewopp
CURRENT_UID=$(id -u):$(id -g) EXP_NAME=Constraint_Search docker stack deploy --compose-file docker-compose.yml safetyshield_pointnewopp