mirror of
https://github.com/huggingface/lerobot.git
synced 2026-06-24 19:57:27 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user