Instructions to use Bigenlight/act_banana_in_pot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use Bigenlight/act_banana_in_pot with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Update repo names to *_lerobot_v3 in cross-links
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
- imitation-learning
|
| 10 |
pipeline_tag: robotics
|
| 11 |
datasets:
|
| 12 |
-
- Bigenlight/
|
| 13 |
---
|
| 14 |
|
| 15 |
# ACT — Put the right banana in the pot (UR7e)
|
|
@@ -20,7 +20,7 @@ arm with two RGB cameras.
|
|
| 20 |
|
| 21 |
- **Policy:** ACT (Transformer encoder–decoder with a CVAE), **ResNet18** vision backbone
|
| 22 |
(ImageNet-pretrained), `chunk_size = 100`, `n_action_steps = 100`.
|
| 23 |
-
- **Trained on:** [`Bigenlight/
|
| 24 |
(51 teleoperated episodes / 21,524 frames, UR7e follower + GELLO leader, 2 cameras).
|
| 25 |
- **Training length:** 50,000 steps, batch size 8, AdamW `lr = 1e-5` (constant).
|
| 26 |
- **Framework:** [LeRobot](https://github.com/huggingface/lerobot) v0.6.1.
|
|
@@ -153,7 +153,7 @@ lerobot inference/normalization code paths) is in the project's `DEPLOY_UR.md`.
|
|
| 153 |
|
| 154 |
## Related repositories
|
| 155 |
|
| 156 |
-
- **Dataset:** [`Bigenlight/
|
| 157 |
- **HIL-SERL prep bundle** (reward classifier, SAC config, runbook) for taking this task
|
| 158 |
online with reinforcement learning:
|
| 159 |
[`Bigenlight/banana_in_pot_hilserl`](https://huggingface.co/Bigenlight/banana_in_pot_hilserl)
|
|
|
|
| 9 |
- imitation-learning
|
| 10 |
pipeline_tag: robotics
|
| 11 |
datasets:
|
| 12 |
+
- Bigenlight/banana_in_pot_lerobot_v3
|
| 13 |
---
|
| 14 |
|
| 15 |
# ACT — Put the right banana in the pot (UR7e)
|
|
|
|
| 20 |
|
| 21 |
- **Policy:** ACT (Transformer encoder–decoder with a CVAE), **ResNet18** vision backbone
|
| 22 |
(ImageNet-pretrained), `chunk_size = 100`, `n_action_steps = 100`.
|
| 23 |
+
- **Trained on:** [`Bigenlight/banana_in_pot_lerobot_v3`](https://huggingface.co/datasets/Bigenlight/banana_in_pot_lerobot_v3)
|
| 24 |
(51 teleoperated episodes / 21,524 frames, UR7e follower + GELLO leader, 2 cameras).
|
| 25 |
- **Training length:** 50,000 steps, batch size 8, AdamW `lr = 1e-5` (constant).
|
| 26 |
- **Framework:** [LeRobot](https://github.com/huggingface/lerobot) v0.6.1.
|
|
|
|
| 153 |
|
| 154 |
## Related repositories
|
| 155 |
|
| 156 |
+
- **Dataset:** [`Bigenlight/banana_in_pot_lerobot_v3`](https://huggingface.co/datasets/Bigenlight/banana_in_pot_lerobot_v3)
|
| 157 |
- **HIL-SERL prep bundle** (reward classifier, SAC config, runbook) for taking this task
|
| 158 |
online with reinforcement learning:
|
| 159 |
[`Bigenlight/banana_in_pot_hilserl`](https://huggingface.co/Bigenlight/banana_in_pot_hilserl)
|