From 096149b118863fb9e6213c6663614d24c97c6735 Mon Sep 17 00:00:00 2001 From: Alexander Soare Date: Fri, 17 May 2024 18:01:39 +0100 Subject: [PATCH] Disable wandb by default (#195) --- 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 7cad0a1ae..ae36b3e23 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