Skip to content

Commit

Permalink
More default attempts for action primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
hang-yin committed Oct 22, 2024
1 parent 4e5de2c commit 15886b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def apply(self, action):
action = StarterSemanticActionPrimitiveSet(action_idx)
return self.apply_ref(action, target_obj)

def apply_ref(self, prim, *args, attempts=3):
def apply_ref(self, prim, *args, attempts=5):
"""
Yields action for robot to execute the primitive with the given arguments.
Expand Down

0 comments on commit 15886b7

Please sign in to comment.