Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Maxime Ellerbach <maxime@ellerbach.net>
This commit is contained in:
Maxime Ellerbach
2026-06-03 17:18:25 +02:00
committed by GitHub
parent 7579ad320e
commit 9363112562
+2 -3
View File
@@ -126,9 +126,8 @@ class DAggerPedalConfig:
class LegacyStrategyConfig(RolloutStrategyConfig):
"""Episode-oriented recording that mirrors the pre-rollout lerobot-record behavior.
Records ``dataset.num_episodes`` episodes of maximum ``dataset.episode_time_s`` each.
After each episodes, runs ``dataset.reset_time_s`` seconds of reset time.
If --teleop.* is provided, teleoperation is used during the reset time; otherwise, the robot is idle during resets.
Records ``dataset.num_episodes`` episodes of maximum ``dataset.episode_time_s`` each.
After each episode, runs ``dataset.reset_time_s`` seconds of reset time.
Keyboard controls (same as lerobot-record):
Right arrow — end episode early