-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathglobal_o_ut.zsh
executable file
·32 lines (30 loc) · 3.75 KB
/
global_o_ut.zsh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=pusht_cnn_best' log_wandb=true
# python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=lift_ph_cnn_best' log_wandb=true
# python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=square_ph_cnn_best' log_wandb=true
# python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=toolhang_ph_cnn_best' log_wandb=true
# python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=transport_ph_cnn_best' log_wandb=true
python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=pusht_tf_best' log_wandb=true
# python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=pusht_cnn_best' log_wandb=true
python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=lift_ph_tf_best' log_wandb=true
# python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=lift_ph_cnn_best' log_wandb=true
python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=lift_mh_tf_best' log_wandb=true
python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=lift_mh_cnn_best' log_wandb=true
python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=can_ph_tf_best' log_wandb=true
# python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=can_ph_cnn_best' log_wandb=true
python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=can_mh_tf_best' log_wandb=true
python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=can_mh_cnn_best' log_wandb=true
python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=square_ph_tf_best' log_wandb=true
# python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=square_ph_cnn_best' log_wandb=true
python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=square_mh_tf_best' log_wandb=true
python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=square_mh_cnn_best' log_wandb=true
python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=transport_ph_tf_best' log_wandb=true
# python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=transport_ph_cnn_best' log_wandb=true
python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=transport_mh_tf_best' log_wandb=true
python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=transport_mh_cnn_best' log_wandb=true
python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=toolhang_ph_tf_best' log_wandb=true
# python eval_generic.py --config-name=attack_config 'attack=c_untargeted_online_attack' 'ckpt=toolhang_ph_cnn_best' log_wandb=true
# python eval_generic.py --config-name=attack_config 'attack=c_targeted_online_attack' 'ckpt=pusht_cnn_best' log_wandb=true
# python eval_generic.py --config-name=attack_config 'attack=c_targeted_online_attack' 'ckpt=lift_ph_cnn_best' log_wandb=true
# python eval_generic.py --config-name=attack_config 'attack=c_targeted_online_attack' 'ckpt=square_ph_cnn_best' log_wandb=true
# python eval_generic.py --config-name=attack_config 'attack=c_targeted_online_attack' 'ckpt=toolhang_ph_cnn_best' log_wandb=true
# python eval_generic.py --config-name=attack_config 'attack=c_targeted_online_attack' 'ckpt=transport_ph_cnn_best' log_wandb=true