From 7a843d8f939297c6a31396a20f1d2d281adcba84 Mon Sep 17 00:00:00 2001 From: Maxime Ellerbach Date: Wed, 3 Jun 2026 17:08:49 +0200 Subject: [PATCH] changing misleading docstring Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Maxime Ellerbach --- src/lerobot/rollout/strategies/legacy.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lerobot/rollout/strategies/legacy.py b/src/lerobot/rollout/strategies/legacy.py index 628513f60..b092b82d5 100644 --- a/src/lerobot/rollout/strategies/legacy.py +++ b/src/lerobot/rollout/strategies/legacy.py @@ -26,8 +26,7 @@ Mirrors the pre-rollout ``lerobot-record`` inference path: Left arrow — discard the current episode and re-record it Escape — stop the recording session -Dataset naming follows the old lerobot-record convention: any name is -accepted except those starting with ``eval_`` (reserved for evaluation). +Dataset naming follows the rollout convention: repo names must start with ``rollout_``. """ from __future__ import annotations