From 2ec1dafcc28b8737d8c606e29f05b44f5cf99ddf Mon Sep 17 00:00:00 2001 From: Caroline Pascal Date: Sat, 14 Mar 2026 18:49:53 +0100 Subject: [PATCH] fix(lerobot-train): fixing lerobot-train --help by removing % in the docstrings (draccus does not support the character) (#3161) --- src/lerobot/configs/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lerobot/configs/train.py b/src/lerobot/configs/train.py index 9d20afc68..8b8aedb26 100644 --- a/src/lerobot/configs/train.py +++ b/src/lerobot/configs/train.py @@ -51,7 +51,7 @@ class TrainPipelineConfig(HubMixin): # AND for the evaluation environments. seed: int | None = 1000 # Set to True to use deterministic cuDNN algorithms for reproducibility. - # This disables cudnn.benchmark and may reduce training speed by ~10-20%. + # This disables cudnn.benchmark and may reduce training speed by ~10-20 percent. cudnn_deterministic: bool = False # Number of workers for the dataloader. num_workers: int = 4