-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_entombed_cooperative.sh
18 lines (17 loc) · 3.07 KB
/
run_entombed_cooperative.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mkdir -p ./eval_logs/entombed_cooperative/
rm -rf eval_logs/entombed_cooperative/*
CUDA_VISIBLE_DEVICES=0 OMP_NUM_THREADS=1 nohup python indicator_opt.py --algo ppo --env entombed-cooperative-v2 --n-timesteps 10000000 --n-trials 5 --n-evaluations 200 --sampler tpe --pruner median --study-name entombed_cooperative_1_1e7_0 --storage mysql://shh1295:graphicboy1%[email protected]:3306/entombed_cooperative_1_1e7_0 > ./eval_logs/entombed_cooperative/eval_0.out &
sleep 3
CUDA_VISIBLE_DEVICES=0 OMP_NUM_THREADS=1 nohup python indicator_opt.py --algo ppo --env entombed-cooperative-v2 --n-timesteps 10000000 --n-trials 5 --n-evaluations 200 --sampler tpe --pruner median --study-name entombed_cooperative_1_1e7_0 --storage mysql://shh1295:graphicboy1%[email protected]:3306/entombed_cooperative_1_1e7_0 > ./eval_logs/entombed_cooperative/eval_1.out &
sleep 3
CUDA_VISIBLE_DEVICES=1 OMP_NUM_THREADS=1 nohup python indicator_opt.py --algo ppo --env entombed-cooperative-v2 --n-timesteps 10000000 --n-trials 5 --n-evaluations 200 --sampler tpe --pruner median --study-name entombed_cooperative_1_1e7_0 --storage mysql://shh1295:graphicboy1%[email protected]:3306/entombed_cooperative_1_1e7_0 > ./eval_logs/entombed_cooperative/eval_2.out &
sleep 3
CUDA_VISIBLE_DEVICES=1 OMP_NUM_THREADS=1 nohup python indicator_opt.py --algo ppo --env entombed-cooperative-v2 --n-timesteps 10000000 --n-trials 5 --n-evaluations 200 --sampler tpe --pruner median --study-name entombed_cooperative_1_1e7_0 --storage mysql://shh1295:graphicboy1%[email protected]:3306/entombed_cooperative_1_1e7_0 > ./eval_logs/entombed_cooperative/eval_3.out &
sleep 3
CUDA_VISIBLE_DEVICES=2 OMP_NUM_THREADS=1 nohup python indicator_opt.py --algo ppo --env entombed-cooperative-v2 --n-timesteps 10000000 --n-trials 5 --n-evaluations 200 --sampler tpe --pruner median --study-name entombed_cooperative_1_1e7_0 --storage mysql://shh1295:graphicboy1%[email protected]:3306/entombed_cooperative_1_1e7_0 > ./eval_logs/entombed_cooperative/eval_4.out &
sleep 3
CUDA_VISIBLE_DEVICES=2 OMP_NUM_THREADS=1 nohup python indicator_opt.py --algo ppo --env entombed-cooperative-v2 --n-timesteps 10000000 --n-trials 5 --n-evaluations 200 --sampler tpe --pruner median --study-name entombed_cooperative_1_1e7_0 --storage mysql://shh1295:graphicboy1%[email protected]:3306/entombed_cooperative_1_1e7_0 > ./eval_logs/entombed_cooperative/eval_5.out &
sleep 3
CUDA_VISIBLE_DEVICES=3 OMP_NUM_THREADS=1 nohup python indicator_opt.py --algo ppo --env entombed-cooperative-v2 --n-timesteps 10000000 --n-trials 5 --n-evaluations 200 --sampler tpe --pruner median --study-name entombed_cooperative_1_1e7_0 --storage mysql://shh1295:graphicboy1%[email protected]:3306/entombed_cooperative_1_1e7_0 > ./eval_logs/entombed_cooperative/eval_6.out &
sleep 3
CUDA_VISIBLE_DEVICES=3 OMP_NUM_THREADS=1 nohup python indicator_opt.py --algo ppo --env entombed-cooperative-v2 --n-timesteps 10000000 --n-trials 5 --n-evaluations 200 --sampler tpe --pruner median --study-name entombed_cooperative_1_1e7_0 --storage mysql://shh1295:graphicboy1%[email protected]:3306/entombed_cooperative_1_1e7_0 > ./eval_logs/entombed_cooperative/eval_7.out &