Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nepfaff committed Oct 17, 2023
1 parent b902dd6 commit c64bf8a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions experiments/icra/interaction_pushing/experiments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/interaction_pushing_anvil_onto_dumbell_${RUN_NUMBER}" \
--logging_path "./logs/interaction_pushing_anvil_onto_dumbell_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_interaction_pushing_anvil_onto_dumbell_${RUN_NUMBER}

# Mustard onto tomato
Expand All @@ -36,7 +36,7 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/interaction_pushing_mustard_onto_tomato_${RUN_NUMBER}" \
--logging_path "./logs/interaction_pushing_mustard_onto_tomato_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_interaction_pushing_mustard_onto_tomato_${RUN_NUMBER}

# Spam onto anvil
Expand All @@ -54,7 +54,7 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/interaction_pushing_spam_onto_anvil_${RUN_NUMBER}" \
--logging_path "./logs/interaction_pushing_spam_onto_anvil_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_interaction_pushing_spam_onto_anvil_${RUN_NUMBER}

# Spam onto mustard
Expand All @@ -72,7 +72,7 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/interaction_pushing_spam_onto_mustard_${RUN_NUMBER}" \
--logging_path "./logs/interaction_pushing_spam_onto_mustard_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_interaction_pushing_spam_onto_mustard_${RUN_NUMBER}

# Tomato onto hammer
Expand All @@ -90,5 +90,5 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/interaction_pushing_tomato_onto_hammer_${RUN_NUMBER}" \
--logging_path "./logs/interaction_pushing_tomato_onto_hammer_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_interaction_pushing_tomato_onto_hammer_${RUN_NUMBER}
12 changes: 6 additions & 6 deletions experiments/icra/planar_pushing/experiments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/planar_pushing_mustard_${RUN_NUMBER}" \
--logging_path "./logs/planar_pushing_mustard_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_planar_pushing_mustard_${RUN_NUMBER}

# Tomato
Expand All @@ -32,7 +32,7 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/planar_pushing_tomato_${RUN_NUMBER}" \
--logging_path "./logs/planar_pushing_tomato_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_planar_pushing_tomato_${RUN_NUMBER}

# Anvil
Expand All @@ -48,7 +48,7 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/planar_pushing_anvil_${RUN_NUMBER}" \
--logging_path "./logs/planar_pushing_anvil_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_planar_pushing_anvil_${RUN_NUMBER}

# Dumbell
Expand All @@ -64,7 +64,7 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/planar_pushing_dumbell_${RUN_NUMBER}" \
--logging_path "./logs/planar_pushing_dumbell_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_planar_pushing_dumbell_${RUN_NUMBER}

# Hammer
Expand All @@ -80,7 +80,7 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/planar_pushing_hammer_${RUN_NUMBER}" \
--logging_path "./logs/planar_pushing_hammer_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_planar_pushing_hammer_${RUN_NUMBER}

# Spam
Expand All @@ -96,5 +96,5 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/planar_pushing_spam_${RUN_NUMBER}" \
--logging_path "./logs/planar_pushing_spam_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_planar_pushing_spam_${RUN_NUMBER}
12 changes: 6 additions & 6 deletions experiments/icra/table_pid/experiments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/table_pid_mustard_${RUN_NUMBER}" \
--logging_path "./logs/table_pid_mustard_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_table_pid_mustard_${RUN_NUMBER}

# Tomato
Expand All @@ -32,7 +32,7 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/table_pid_tomato_${RUN_NUMBER}" \
--logging_path "./logs/table_pid_tomato_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_table_pid_tomato_${RUN_NUMBER}

# Anvil
Expand All @@ -48,7 +48,7 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/table_pid_anvil_${RUN_NUMBER}" \
--logging_path "./logs/table_pid_anvil_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_table_pid_anvil_${RUN_NUMBER}

# Dumbell
Expand All @@ -64,7 +64,7 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/table_pid_dumbell_${RUN_NUMBER}" \
--logging_path "./logs/table_pid_dumbell_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_table_pid_dumbell_${RUN_NUMBER}

# Hammer
Expand All @@ -80,7 +80,7 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/table_pid_hammer_${RUN_NUMBER}" \
--logging_path "./logs/table_pid_hammer_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_table_pid_hammer_${RUN_NUMBER}

# Spam
Expand All @@ -96,5 +96,5 @@ python scripts/evaluate_primitive_representation_collection.py \
--num_trajectory_iou_samples 0 \
--include_gt \
--wandb_mode "offline" \
--logging_path "/home/gridsan/npfaff/sim2sim/logs/table_pid_spam_${RUN_NUMBER}" \
--logging_path "./logs/table_pid_spam_${RUN_NUMBER}" \
--wandb_name ${PREFIX}_table_pid_spam_${RUN_NUMBER}
2 changes: 1 addition & 1 deletion scripts/supercloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ python ./scripts/run_experiment.py \
--experiment_description experiments/planar_pushing/box/mustard_raw_tsdf_vs_spheres_equation_error.yaml

# Actual experiments
bash ./scripts/experiments.sh 9
bash ./scripts/experiments.sh 0

0 comments on commit c64bf8a

Please sign in to comment.