Kaz55/dg5f_ur5e_newcablev5
Viewer • Updated • 96.3k • 55
How to use Kaz55/act_dg5f_ur5e_newcablev5_nogelsight with LeRobot:
ACT policy trained with LeRobot v0.6.0 on Kaz55/dg5f_ur5e_newcablev5, with the tactile (GelSight) cameras and the velocity/effort observations removed.
| key | shape | |
|---|---|---|
| input | observation.state |
(26,) — UR5e ×6 + DG-5F ×20 |
| input | observation.images.realsense1 |
(3, 480, 640) |
| input | observation.images.realsense2 |
(3, 480, 640) |
| output | action |
(26,) |
Dropped from the source dataset: observation.images.gelsight1, observation.images.gelsight2,
observation.velocity, observation.effort.
chunk_size=60, n_action_steps=1, temporal_ensemble_coeff=0.01No held-out evaluation was run; the loss above is training loss only.
from lerobot.policies.act.modeling_act import ACTPolicy
policy = ACTPolicy.from_pretrained("Kaz55/act_dg5f_ur5e_newcablev5_nogelsight")