huggingface / lerobot

🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
Apache License 2.0
6.54k stars 582 forks source link

after training using lerobot framework,how to infer the trained policy directly in real environment(ep. aloha code)? i have not found a solution yet #294

Open cong1024 opened 3 months ago

cong1024 commented 3 months ago

System Info

os ubuntu20.04,

Information

Reproduction

not yet

Expected behavior

how to directly eval the policy trained by lerobot in aloha ?

Cadene commented 2 months ago

https://github.com/huggingface/lerobot/blob/main/lerobot/scripts/control_robot.py#L549-L601

We are still working on it. We will add tutorials and Aloha support in a few days.