refactor(robots): homogenize bi-manual setups implementations (#3772)

* chore(robots): homogenize bi setups

* feat(robots): split openarm mini into single and bi

* refactor(robots): mixin for bi classes

* docs: update docs
This commit is contained in:
Steven Palma
2026-06-15 16:28:54 +02:00
committed by GitHub
parent 8515d456be
commit d576c59afb
29 changed files with 456 additions and 427 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ lerobot-rollout \
--strategy.num_episodes=20 \
--policy.path=outputs/pretrain/checkpoints/last/pretrained_model \
--robot.type=bi_openarm_follower \
--teleop.type=openarm_mini \
--teleop.type=bi_openarm_mini \
--dataset.repo_id=${HF_USER}/rollout_hil_data \
--dataset.single_task="Fold the T-shirt"
```