forked from tinkoff-ai/CORL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathab.sh
9 lines (8 loc) · 891 Bytes
/
ab.sh
1
2
3
4
5
6
7
8
9
# nohup python algorithms/finetune/awac.py --seed 0 --env_name "halfcheetah-medium-expert-v2" > halfcheetah_medium-expert_awac0.out 2>&1 &
# nohup python algorithms/finetune/awac.py --seed 0 --env_name "halfcheetah-medium-v2" > halfcheetah_medium_awac0.out 2>&1 &
# sleep 5h
# nohup python algorithms/finetune/awac.py --seed 0 --env_name "halfcheetah-random-v2" > halfcheetah_random_awac.out 2>&1 &
# nohup python algorithms/finetune/awac.py --seed 0 --env_name "hopper-random-v2" > hopper_random_awac.out 2>&1 &
# nohup python algorithms/finetune/awac.py --seed 0 --env_name "hopper-medium-expert-v2" > hopper-medium-expert_awac.out 2>&1 &
# nohup python algorithms/finetune/awac.py --seed 0 --env_name "hopper-medium-replay-v2" > hopper-medium-replay_awac.out 2>&1 &
# nohup python algorithms/finetune/awac.py --seed 0 --env_name "hopper-medium-v2" > hopper_medium_awac.out 2>&1 &