Data & Benchmarks
HDF5 (Hierarchical Data Format v5)
HDF5 is a binary file format and library for storing large, heterogeneous numerical data in a hierarchical structure of groups and datasets, with support for chunking, compression, and partial I/O. Robot learning frameworks such as robomimic and many teleoperation pipelines store demonstrations as HDF5 files containing synchronized image streams, proprioception, and actions.
Why it matters for physical AI
Training manipulation policies means streaming terabytes of multimodal demonstration data; efficient chunked formats like HDF5 determine whether dataloaders keep GPUs fed during large-scale policy training.
Related terms
Build physical AI
Put these concepts to work on real hardware
Axol is a dual-arm robot built for physical AI — teleoperate it, collect demonstrations, and deploy learned policies out of the box.