diff --git a/allenact/algorithms/onpolicy_sync/runner.py b/allenact/algorithms/onpolicy_sync/runner.py index 594c05c0..5f02e166 100644 --- a/allenact/algorithms/onpolicy_sync/runner.py +++ b/allenact/algorithms/onpolicy_sync/runner.py @@ -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, )