Skip to content

Commit

Permalink
fix to saving extra info
Browse files Browse the repository at this point in the history
  • Loading branch information
jesbu1 committed Mar 11, 2024
1 parent 37ac30f commit 83e5aa0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sprint/saycan_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ def multiprocess_rollout(
average_return=np.mean(rollout_returns),
subgoal_success=np.mean(subgoal_successes),
)
for key, value in extra_info.items():
rollout_metrics[key] = np.mean(value)
# make a WandB table for the high level skill, ground truth sequence, predicted, completed skills
saycan_completed_skill_data = []
keys = [
Expand Down

0 comments on commit 83e5aa0

Please sign in to comment.