Ego4D
3,670 hours of first-person video across hundreds of scenarios.
1M+ real-robot trajectories from 20+ institutions.
Open X-Embodiment (OXE) is a collaborative effort to pool robot-learning data from many labs into a single, standardized corpus. It aggregates 60+ existing robot datasets contributed by 21 institutions, yielding more than one million real robot trajectories spanning 22 distinct embodiments, from single-arm manipulators to bi-manual setups and mobile robots, and covering hundreds of skills, objects, and scenes.
Each trajectory records observations (typically one or more RGB camera streams, sometimes depth or wrist views) paired with robot actions and natural-language task instructions. To make heterogeneous robots trainable together, all data is converted to a common RLDS (Reinforcement Learning Datasets) format built on TensorFlow tfrecord files, which accommodates differing action spaces, control frequencies, and sensor configurations without discarding the original structure.
OXE is used to train generalist manipulation policies, most notably the RT-1-X and RT-2-X models, which demonstrated positive transfer across robot types, and it underpins research on vision-language-action (VLA) models and cross-embodiment generalization. The collection was led by Google DeepMind with academic and industry partners; component datasets keep their original licenses (many permissive, such as Apache-2.0 or CC BY) and require appropriate citation, so users should check terms per source. Loader utilities and per-dataset readers are published so practitioners can mix subsets at chosen sampling ratios.
By unifying fragmented robot data, Open X-Embodiment is a landmark resource for training foundation models that control physical robots.