Learning Fine-Grained Bimanual Manipulation with Low-Cost Hardware
Paper • 2304.13705 • Published • 7
How to use RightAiknow/act_1arm_2cam_banana_pick_v1 with LeRobot:
Action Chunking Transformer Policy (as per Learning Fine-Grained Bimanual Manipulation with Low-Cost Hardware) trained for banana pick-and-place on a 1-arm SO-101 robot.
See the IB-Robot project (particularly the inference_service) for instructions on how to load and deploy this model with ROS 2.
To load the model directly in Python:
from lerobot.common.policies.act.modeling_act import ACTPolicy
policy = ACTPolicy.from_pretrained("RightAiknow/act_1arm_2cam_banana_pick_v1")
@software{ib_robot,
title = {IB-Robot: Intelligence Boom Robot},
url = {https://gitcode.com/openeuler/IB_Robot},
license = {Apache-2.0}
}