Instructions to use lerobot/act_aloha_sim_transfer_cube_human with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lerobot/act_aloha_sim_transfer_cube_human with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("lerobot/act_aloha_sim_transfer_cube_human", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- config.yaml +5 -8
- demo.gif +2 -2
- model.safetensors +2 -2
config.yaml
CHANGED
|
@@ -142,16 +142,13 @@ fps: 50
|
|
| 142 |
env:
|
| 143 |
name: aloha
|
| 144 |
task: AlohaTransferCube-v0
|
| 145 |
-
from_pixels: true
|
| 146 |
-
pixels_only: false
|
| 147 |
-
image_size:
|
| 148 |
-
- 3
|
| 149 |
-
- 480
|
| 150 |
-
- 640
|
| 151 |
-
episode_length: 400
|
| 152 |
-
fps: ${fps}
|
| 153 |
state_dim: 14
|
| 154 |
action_dim: 14
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 155 |
policy:
|
| 156 |
name: act
|
| 157 |
n_obs_steps: 1
|
|
|
|
| 142 |
env:
|
| 143 |
name: aloha
|
| 144 |
task: AlohaTransferCube-v0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 145 |
state_dim: 14
|
| 146 |
action_dim: 14
|
| 147 |
+
fps: ${fps}
|
| 148 |
+
episode_length: 400
|
| 149 |
+
gym:
|
| 150 |
+
obs_type: pixels_agent_pos
|
| 151 |
+
render_mode: rgb_array
|
| 152 |
policy:
|
| 153 |
name: act
|
| 154 |
n_obs_steps: 1
|
demo.gif
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d5fd06e9e2fd5c12d4d56cad20c28e0206770f8d35e237abf83e215c7886a1e
|
| 3 |
+
size 134
|