Carol and Toby explain why the classical approach to robotics was wrong and how end-to-end learning with reinforcement learning is making deployment possible.
要点 · TL;DR
机器人学的瓶颈在于智能而非硬件,从像素到动作的端到端学习是关键。 Robotics is bottlenecked by intelligence, not hardware; end-to-end learning from pixels to actions is key.
多样化数据和真实世界强化学习使机器人基础模型具备泛化能力和可靠性。 Diverse data and real-world RL enable generalization and reliability in robotics foundation models.
部署产生数据飞轮,持续提升模型性能。 Deployment creates a data flywheel that continuously improves model performance.
核心观点 · Key points
机器人学的瓶颈在于智能,而非硬件。 Robotics is bottlenecked by intelligence, not hardware.
从像素到动作的端到端学习优于经典的感知-规划-控制流水线。 End-to-end learning from pixels to actions outperforms classical perception-planning-control pipelines.
多样化数据是机器人基础模型泛化能力的关键。 Diverse data is key to generalization in robotics foundation models.
基于真实世界经验的强化学习在可靠性和吞吐量上超越了模仿学习。 Reinforcement learning from real-world experience improves reliability and throughput beyond imitation learning.
部署带来数据飞轮:更多部署产生更多数据,从而改进模型。 Deployment enables a data flywheel: more deployment yields more data, which improves models.
视觉-语言-动作模型利用互联网预训练为机器人提供常识。 Vision-language-action models leverage internet pre-training for common sense in robotics.
反共识 · Contrarian takes
将机器人学分解为子问题(感知、规划、控制)从根本上就是错误的。 Breaking robotics into subproblems (perception, planning, control) was fundamentally wrong.
由于世界的复杂性,仿真到现实的迁移适用于运动控制,但不适用于操作任务。 Sim-to-real transfer works for locomotion but not for manipulation due to world complexity.
相同类型的数据增多会导致性能平台期,需要强化学习等新数据源。 More data of the same type leads to performance plateaus; new data sources like RL are needed.
机器人推理可能需要超越文本和图像的抽象空间,例如轨迹。 Robotics reasoning may require abstract spaces beyond text and images, like trajectories.
通用机器人可能比自动驾驶更容易,因为对可靠性的要求更低。 General-purpose robotics may be easier than self-driving due to lower reliability requirements.
将已知规则(如物理定律)预置到模型中会限制学习;纯粹从数据中学习更好。 Pre-baking known rules (e.g., physics) into models limits learning; pure learning from data is better.
本期章节 · Chapters(共 22)
通用学习的魔力Introduction: The Magic of General-Purpose Learning
嘉宾介绍与物理智能使命Guest Introduction and Mission of Physical Intelligence
能力、泛化与性能Capability, Generalization, Performance
性能与扩展挑战Performance and Scaling Challenges
技术架构与开放问题Technical Architecture and Open Questions
单一模型与历史演进Single Model and Historical Evolution
问题分解为子组件Breaking down problems into subcomponents
现状与扩展挑战Current state and scaling challenges
数据规模与收集Data magnitude and collection
机器人数据质量与多样性Data Quality and Diversity in Robotics
Pi Star 0.6 与强化学习简介Introduction to Pi Star 0.6 and RL
强化学习中的泛化与任务性能Generalization vs. Task-Specific Performance in RL
真实世界与仿真强化学习Real-World RL vs. Simulation
操作与运动强化学习挑战Challenges in RL for Manipulation vs Locomotion
Pi Zero 0.6 强化学习主要结果Headline Results from Pi Zero 0.6 RL
强化学习:部署可靠性 vs 能力创新RL as Deployment Reliability vs Capability Innovation
从自身经验中学习机器人技术Learning from own experience in robotics
强化学习反馈与价值函数RL Feedback and Value Functions
互联网视频与世界模型Internet Video and World Models
客户部署策略Customer deployment strategy
泛化时间线及与自动驾驶类比Timeline for generalization vs. self-driving analogy
对下一词预测产生通用智能的惊叹Awe at general intelligence from next-token prediction