ShubhamK32/so101_declutter_v1
Viewer โข Updated โข 23k โข 32
How to use ShubhamK32/act_so101_declutter with LeRobot:
ACT (Action Chunking Transformer) policy trained on the SO-101 Space Decluttering Dataset v1 for pick-and-place decluttering tasks on a 6-DoF SO-101 robotic arm. Trained using LeRobot.
Trained on ShubhamK32/so101_declutter_v1 โ a multi-view teleoperation dataset with spatial distractors injected to prevent visual shortcut learning.
from lerobot.policies.act.modeling_act import ACTPolicy
policy = ACTPolicy.from_pretrained("ShubhamK32/act_so101_declutter")
observation.images.topview โ Fixed overhead. Better for unoccluded pick-place tasks.observation.images.wristview โ Egocentric wrist-mounted. Better for overlapping and cluttered scenes.