Skip to content

Commit

Permalink
more dum
Browse files Browse the repository at this point in the history
  • Loading branch information
beneisner committed May 16, 2024
1 parent e73245e commit 46bba6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/rpad/rlbench_utils/placement_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,10 @@ def _select_action_vals(rgb, point_cloud, mask):
rgb,
point_cloud,
mask,
action_handles,
self.gripper_handles,
task_name=self.task_name,
phase=phase,
action_handles=action_handles,
gripper_handles=self.gripper_handles,
)

def _select_anchor_vals(rgb, point_cloud, mask):
Expand Down

0 comments on commit 46bba6e

Please sign in to comment.