concept Updated 2026-07-18 Tags: Robotics, Data, Reinforcement-Learning

Robot Experience Data

Robot experience data is the self-generated robot data described by [[KPhysicalIntelligence|K]] in 146. 对Physical Intelligence柯丽一鸣4小时访谈:Pi的开源模型研究,机器人的江湖、族谱与主角. It differs from pure human teleoperation data because the robot acts in the environment, records its own successes and failures, and produces correction traces that can support Robot Reinforcement Learning.

The source treats experience data as necessary when a robot must improve beyond human demonstration. Human data can provide an initial policy, but flexible physical tasks such as clothes, friction, and manipulation of messy objects require the robot to discover what actually happens when its own body moves in the world.

Key Claims

  • Experience data makes failure informative instead of only discarded noise.
  • It links action, outcome, and correction in the robot’s own embodiment.
  • It is especially important when imitation learning reaches a ceiling and the model needs active exploration.
  • It is expensive because it depends on real machines, hardware uptime, task setup, and evaluation.

Connections