fix(lerobot-train): fixing lerobot-train --help by removing % in the docstrings (draccus does not support the character) (#3161)

This commit is contained in:
Caroline Pascal
2026-03-14 18:49:53 +01:00
committed by GitHub
parent 2d6259156b
commit 2ec1dafcc2
+1 -1
View File
@@ -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