From e7545b37a622d0a95c34205514ae8c6701fcf9be Mon Sep 17 00:00:00 2001 From: Alexander Soare Date: Fri, 17 May 2024 16:59:03 +0100 Subject: [PATCH] Disable WandB by default --- lerobot/configs/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerobot/configs/default.yaml b/lerobot/configs/default.yaml index 7cad0a1a..ae36b3e2 100644 --- a/lerobot/configs/default.yaml +++ b/lerobot/configs/default.yaml @@ -35,7 +35,7 @@ eval: use_async_envs: false wandb: - enable: true + enable: false # Set to true to disable saving an artifact despite save_model == True disable_artifact: false project: lerobot