Instructions to use romalab-cbf/act_block_firsttime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use romalab-cbf/act_block_firsttime with LeRobot:
- Piper
How to use romalab-cbf/act_block_firsttime with Piper:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- robotics
|
| 5 |
+
- lerobot
|
| 6 |
+
- act
|
| 7 |
+
- piper
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# ACT โ Piper block pick-and-place
|
| 11 |
+
|
| 12 |
+
AgileX PiPER ํ๋ก ์ด๋ก ํ๋ธ๋ฅผ ์ง์ด ์ฃผํฉ ์์ญ์ ๋ฃ๋ ACT ์ ์ฑ
. LeRobot๋ก ํ์ต.
|
| 13 |
+
|
| 14 |
+
- ๋ฐ์ดํฐ์
: 53 ์ํผ์๋ / 26,500 ํ๋ ์ / 20fps
|
| 15 |
+
- ํ์ต: ACT, 100k steps (batch 32, ~121 epoch)
|
| 16 |
+
|
| 17 |
+
## Rollout (third-person, by checkpoint step)
|
| 18 |
+
|
| 19 |
+
### 100k steps
|
| 20 |
+
<video controls width="480" src="https://huggingface.co/7-in-days/act_block_firsttime/resolve/main/videos/piper_block_test_100000steps_thirdperson.webm"></video>
|
| 21 |
+
|
| 22 |
+
### 60k steps
|
| 23 |
+
<video controls width="480" src="https://huggingface.co/7-in-days/act_block_firsttime/resolve/main/videos/piper_block_test_60000steps_thirdperson.webm"></video>
|
| 24 |
+
|
| 25 |
+
### 20k steps
|
| 26 |
+
<video controls width="480" src="https://huggingface.co/7-in-days/act_block_firsttime/resolve/main/videos/piper_block_test_20000steps_thirdperson.webm"></video>
|