sim-to-real Podcast Summaries
sim-to-real on Yedapo: 2 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

Training a Unitree G1 to Walk w/ Reinforcement Learning
sentdex
Dec 19, 2025
The creator successfully bridges the sim-to-real gap for a Unitree G1 humanoid by abandoning implicit PD controllers for an explicit Python-based approach. This shift ensures parity between simulation and real-world performance, enabling the robot to navigate off-road terrain independently. The focus is now shifting toward modular policies for complex tasks like object manipulation.
Key insight: The author achieves stable sim-to-real locomotion on a UniTree G1 using a neural network with fewer than 200,000 parameters, proving that massive scale isn't always the prerequisite for physical stability.

Reinforcement learning with Unitree G1 humanoid - Dev w/ G1 P.5
sentdex
Jul 25, 2025
Developing robust robotic arm control requires more than just raw compute; it demands careful constraints on joint limits and reward shaping to prevent hardware failure. By utilizing Proximal Policy Optimization (PPO), the author demonstrates that a tiny 2x64 model can effectively map Cartesian coordinates to precise physical movements, despite the persistent risks of self-collision and system overload.
Key insight: The author achieves high-speed arm control with a model file of only 184 kilobytes, proving that extremely lightweight neural networks are sufficient for complex robotic navigation if the reward function is well-structured.