Amazon's Strands Agents deploys LeRobot policies to real robots in minutes
Amazon's Strands framework now deploys Hugging Face LeRobot policies directly to physical robots, closing the sim-to-real gap with a single API call.
Strands Agents, Amazon's new open-source robotics framework, now bridges Hugging Face's LeRobot model hub to physical robot hardware with a unified deployment pipeline. Released this week, the integration lets researchers download a pre-trained manipulation policy from LeRobot and run it on real arms in minutes—no custom driver code or manual weight conversion required.
LeRobot is Hugging Face's library for training and sharing robot learning policies; Strands Agents adds the runtime layer that turns those policies into hardware commands. The framework supports the UR5e, Franka Panda, and Kinova Gen3 arms out of the box, with a plugin architecture for additional hardware. Policies trained in simulation or on one robot can transfer to another via the same LeRobot checkpoint format.
What stands out
- 01One-line deployment. A LeRobot policy ID from the Hub becomes a running controller on a physical arm with a single
strands deploycommand—the framework handles driver instantiation, action space mapping, and real-time control loop setup. - 02Cross-hardware portability. Strands normalizes action and observation spaces across robot models, so a pick-and-place policy trained on a Franka can run on a UR5e without retraining, provided joint configurations are compatible.
- 03Real-time telemetry. The agent runtime logs joint states, end-effector poses, and policy inference latency to the Hub during execution, creating a dataset of real-world rollouts that can seed the next training iteration.
- 04Modular sim-to-real pipeline. Strands ships Isaac Gym and MuJoCo adapters that let users train in simulation, push weights to LeRobot, then deploy to hardware—all within the same Python environment and model card workflow.




