--- license: cc-by-4.0 language: - en pretty_name: BARX Raw HDF5 Demonstrations size_categories: - 10K/` token rather than installation-specific paths. ## Download and verification Download the full repository with the Hugging Face CLI: ```bash hf download ajaysri/barx-raw-hdf5 --repo-type dataset --local-dir barx-raw-hdf5 ``` The BARX code release provides a manifest-driven verifier and RLDS converter. See the [BARX project page](https://ajaysridhar.com/barx/) for the release code, installation instructions, and pinned dataset revision. ## Intended use The dataset is intended for robotics and imitation-learning research, cross-embodiment representation learning, format conversion, simulator replay, and preparation of new data-generation pipelines. Users should preserve the included attribution and cite BARX and RoboCasa in resulting work. ## Limitations - These are simulator demonstrations and do not directly characterize real-world robot performance. - The task and embodiment distribution is intentionally narrow and should not be treated as a general-purpose robotics corpus. - The raw demonstrations preserve the information needed to prepare MimicGen source datasets, but the separately pinned BARX MimicGen generator and task configurations are required for end-to-end regeneration. - HDF5 is provided for exact source preservation and flexible conversion; the processed BARX RLDS repositories are more convenient for policy training. ## License and attribution The BARX dataset is released under the [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by/4.0/). Rendered simulator observations incorporate RoboCasa environments and assets; see [RoboCasa](https://robocasa.ai/) for its attribution and upstream terms. ## Citation ```bibtex @inproceedings{sridhar2026barx, title = {Cross-Embodiment Transfer via Behavior-Aligned Representations}, author = {Sridhar, Ajay and Gao, Jensen and Yang, Jonathan and Mercat, Jean and Belkhale, Suneel and Sadigh, Dorsa}, booktitle = {IEEE International Conference on Robotics and Automation (ICRA)}, year = {2026} } ``` Please also cite RoboCasa and MimicGen when using the corresponding simulator assets or generated subset.