From 055d3851675f85518bdddcb3e07a6adf7f395581 Mon Sep 17 00:00:00 2001 From: Matteo Bettini Date: Mon, 9 Sep 2024 20:54:56 +0200 Subject: [PATCH] add examples --- benchmarl/resume.py | 4 +--- examples/checkpointing/reload_experiment.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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"