Skip to content

Commit

Permalink
remove symmetry default
Browse files Browse the repository at this point in the history
  • Loading branch information
beneisner committed May 23, 2024
1 parent d3b567e commit 13894a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/dataset/rlbench/_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ train_dset:
cached: true
phase: ${task.phase.name}
teleport_initial_to_final: true
with_symmetry: True
with_symmetry: False
occlusion_cfg: ???
num_points: 512
action_mode: "gripper_and_object"
Expand All @@ -34,7 +34,7 @@ val_dset:
cached: true
phase: ${task.phase.name}
teleport_initial_to_final: true
with_symmetry: True
with_symmetry: False
occlusion_cfg: ???
num_points: ${...train_dset.demo_dset.num_points}
action_mode: ${...train_dset.demo_dset.action_mode}
Expand Down

0 comments on commit 13894a5

Please sign in to comment.