From dc793b5dce2eeae94be03e7ca72b10b4b16c66db Mon Sep 17 00:00:00 2001 From: Matteo Bettini <55539777+matteobettini@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:13:35 +0100 Subject: [PATCH] [Typo] Typo in docs --- benchmarl/conf/experiment/base_experiment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarl/conf/experiment/base_experiment.yaml b/benchmarl/conf/experiment/base_experiment.yaml index d1e68afe..05d244e6 100644 --- a/benchmarl/conf/experiment/base_experiment.yaml +++ b/benchmarl/conf/experiment/base_experiment.yaml @@ -99,7 +99,7 @@ save_folder: null # Absolute path to a checkpoint file where the experiment was saved. If null the experiment is started fresh. restore_file: null # Map location given to `torch.load()` when reloading. -# If you are reloading in a cpu-only machine a gpu experiment, you can use `restore_map_location: {"cuda":"cpu"}` +# If you are reloading in a cpu-only machine a gpu experiment, you can use `restore_map_location: {"cuda:0":"cpu"}` # to map gpu tensors to the cpu restore_map_location: null # Interval for experiment saving in terms of collected frames (this should be a multiple of on/off_policy_collected_frames_per_batch).