Skip to content

Commit

Permalink
allow wandb to upload ckpts
Browse files Browse the repository at this point in the history
  • Loading branch information
KuoHaoZeng committed Jul 5, 2024
1 parent 8a2e393 commit bf93d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions allenact/algorithms/onpolicy_sync/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1205,6 +1205,7 @@ def update_keys_metric(
metrics=metric_dicts_list,
metric_means=callback_metric_means,
step=training_steps,
checkpoint_file_name=checkpoint_file_name[0],
tasks_data=tasks_callback_data,
scalar_name_to_total_experiences_key=scalar_name_to_total_experiences_key,
)
Expand Down

0 comments on commit bf93d8d

Please sign in to comment.