May I ask whether your training setup is as follows? The patch I trained using this setup did not perform well in attacks on LIBERO-Object, so I’d like to ask about the actual configuration you used during training.
However, the attack success rate reaches 100% on the other three LIBERO suites.
CUDA_VISIBLE_DEVICES=0,1,2,3 torchrun --nproc_per_node=4 --master_port=29501 VLAAttacker/UADA_wrapper3_ddp.py \
--maskidx 0 \
--lr 1e-3 \
--iter 2000 \
--MSE_weights 5 \
--accumulate 1 \
--bs 8 \
--warmup 20 \
--tags XXX \
--geometry True \
--patch_size 3,50,50 \
--wandb_project your_wandb_project \
--wandb_entity your_wandb_entity \
--innerLoop 50 \
--dataset bridge_orig \
--resize_patch False \
--reverse_direction True
May I ask whether your training setup is as follows? The patch I trained using this setup did not perform well in attacks on LIBERO-Object, so I’d like to ask about the actual configuration you used during training.
However, the attack success rate reaches 100% on the other three LIBERO suites.