enactic/openarm-2-cell-pick_up_cube_mujoco-lerobot
Viewer • Updated • 5.41k • 167
How to use enactic/act-openarm-2-cell-pick_up_cube_mujoco with LeRobot:
Action Chunking with Transformers (ACT) policy trained with LeRobot on the k1000dai/openarm-2-cell-pick_up_cube_mujoco-lerobot dataset: a bimanual OpenArm robot performing a cube pick-up task in MuJoCo simulation.
See the full LeRobot documentation at huggingface.co/docs/lerobot.
| Feature | Type | Shape |
|---|---|---|
observation.state |
STATE | (16,) |
observation.images.ceiling |
VISUAL | (3, 600, 960) |
observation.images.head_left |
VISUAL | (3, 720, 1280) |
observation.images.head_right |
VISUAL | (3, 720, 1280) |
observation.images.wrist_left |
VISUAL | (3, 600, 960) |
observation.images.wrist_right |
VISUAL | (3, 600, 960) |
| Feature | Type | Shape |
|---|---|---|
action |
ACTION | (16,) |
from lerobot.policies.act.modeling_act import ACTPolicy
policy = ACTPolicy.from_pretrained("k1000dai/act-openarm-2-cell-pick_up_cube_mujoco")
To evaluate or fine-tune with the LeRobot CLI, pass --policy.path=k1000dai/act-openarm-2-cell-pick_up_cube_mujoco.