R126/Pickandputaway
Viewer • Updated • 20k • 28
How to use Primeavel/act-pickupandputaway-absolute-20k-n10 with LeRobot:
LeRobot ACT policy trained for a bimanual pickup-and-put-away task.
from lerobot.policies.act.modeling_act import ACTPolicy
policy = ACTPolicy.from_pretrained(
"Primeavel/act-pickupandputaway-absolute-20k-n10"
)
policy.eval()
policy.reset()
This model has passed offline evaluation but has not been approved for unguarded physical execution. Use calibrated joint limits, movement-step limits, gripper clamping and shadow-mode testing before commanding physical motors.