diff --git a/benchmarl/resume.py b/benchmarl/resume.py index b490bae9..fb5d3898 100644 --- a/benchmarl/resume.py +++ b/benchmarl/resume.py @@ -1,6 +1,4 @@ -# Copyright (c) 2024. -# ProrokLab (https://www.proroklab.org/) -# All rights reserved. +# Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under the license found in the # LICENSE file in the root directory of this source tree. diff --git a/examples/checkpointing/reload_experiment.py b/examples/checkpointing/reload_experiment.py index 078a32cd..0cf6b54d 100644 --- a/examples/checkpointing/reload_experiment.py +++ b/examples/checkpointing/reload_experiment.py @@ -38,7 +38,7 @@ ) experiment.run() - # Now we tell it where to restore from + # Now we tell it where to restore from experiment_config.restore_file = ( experiment.folder_name / "checkpoints"