Skip to content

Commit

Permalink
sleep longer
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCly committed Dec 13, 2023
1 parent 40102e6 commit 94abb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rl-starter-files/utils/planner_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def get_skills_and_goals(self, obs : DictList):
except Exception as e:
print("Planning failed, using the old goal and current skill. Replanning...")
print(e)
time.sleep(1)
time.sleep(10)

# Store the skill numbers and goal tokens returned by the planner
current_skills[idx] = skill_num
Expand Down

0 comments on commit 94abb71

Please sign in to comment.