Dataset Card for LIBERO-PRO Perturbation Dataset
8
13 commits
3 linked in READMEs
updated Jul 22, 2026
Project Page | Paper | Code
This dataset contains the bddl and init files of LIBERO-PRO configurations under object, relation, semantic, task, and environment perturbations. The dataset supports direct integration with the LIBERO-PRO framework to evaluate Vision-Language-Action (VLA) models beyond rote memorization.
This dataset extends the original LIBERO benchmark by introducing systematic perturbations in five dimensions:
Each perturbation includes corresponding init files (initial environment configurations) and bddl files (behavioral descriptions in BDDL format).
The repository also includes a 40-task evaluation set covering seven
BDDL-configured robustness cases. Each category contains
10 tasks from each of libero_spatial, libero_object, libero_goal, and
libero_10.
| Folder | Evaluation case |
|---|---|
01_visual_noise_glare | Lighting and observation noise |
02_camera_view_angle | Camera position and orientation |
03_runtime_object_move | Runtime target-object movement |
04_object_texture | Object appearance and texture |
05_view_occlusion | View occlusion by scene objects |
06_object_shape | Target-object shape scaling |
07_initial_pose_position_angle | Initial position and yaw changes |
The 280 BDDL files use this layout:
bddl_files/<category>/bddl/<suite>/<task>.bddl
Shared original initialization states are stored under:
init_files/<suite>/<task>.pruned_init
Where available, the corresponding .init files are included as well. The
runtime object movement case uses a near-grasp trigger with a maximum
end-effector-to-target distance of 0.09 m and a step-160 fallback.
The metadata/ directory contains a portable dataset index, task-specific
perturbation manifest, and the latest static validation report. File checksums
are listed in SHA256SUMS.txt.
The custom :perturbation_config fields require the LIBERO-Pro-aware parser
and evaluation integration from the project codebase.
How to use:
.bddl files to:
LIBERO-PRO/libero/libero/bddl_files/
init files to:
LIBERO-PRO/libero/libero/init_files/
Each perturbation category contains:
init/: Environment initialization files defining object placement and world state.bddl/: Task goal definitions in Behavior Domain Definition Language.If you use this dataset, please cite both the original LIBERO benchmark and the LIBERO-PRO project:
BibTeX:
@article{zhou2025liberopro,
title={LIBERO-PRO: Towards Robust and Fair Evaluation of Vision-Language-Action Models Beyond Memorization},
author={Xueyang Zhou and Yangming Xu and Guiyao Tie and Yongchao Chen and Guowen Zhang and Duanfeng Chu and Pan Zhou and Lichao Sun},
journal={arXiv preprint arXiv:2510.03827},
year={2025}
}
@article{liu2023libero,
title={LIBERO: Benchmarking Knowledge Transfer for Lifelong Robot Learning},
author={Liu, Bo and Zhu, Yifeng and Gao, Chongkai and Feng, Yihao and Liu, Qiang and Zhu, Yuke and Stone, Peter},
journal={arXiv preprint arXiv:2306.03310},
year={2023}
}
For questions or issues, please contact:
📧 d202480819@hust.edu.cn
Dataset Card for LIBERO-PRO Perturbation Dataset
8
13 commits
3 linked in READMEs
updated Jul 22, 2026
Project Page | Paper | Code
This dataset contains the bddl and init files of LIBERO-PRO configurations under object, relation, semantic, task, and environment perturbations. The dataset supports direct integration with the LIBERO-PRO framework to evaluate Vision-Language-Action (VLA) models beyond rote memorization.
This dataset extends the original LIBERO benchmark by introducing systematic perturbations in five dimensions:
Each perturbation includes corresponding init files (initial environment configurations) and bddl files (behavioral descriptions in BDDL format).
The repository also includes a 40-task evaluation set covering seven
BDDL-configured robustness cases. Each category contains
10 tasks from each of libero_spatial, libero_object, libero_goal, and
libero_10.
| Folder | Evaluation case |
|---|---|
01_visual_noise_glare | Lighting and observation noise |
02_camera_view_angle | Camera position and orientation |
03_runtime_object_move | Runtime target-object movement |
04_object_texture | Object appearance and texture |
05_view_occlusion | View occlusion by scene objects |
06_object_shape | Target-object shape scaling |
07_initial_pose_position_angle | Initial position and yaw changes |
The 280 BDDL files use this layout:
bddl_files/<category>/bddl/<suite>/<task>.bddl
Shared original initialization states are stored under:
init_files/<suite>/<task>.pruned_init
Where available, the corresponding .init files are included as well. The
runtime object movement case uses a near-grasp trigger with a maximum
end-effector-to-target distance of 0.09 m and a step-160 fallback.
The metadata/ directory contains a portable dataset index, task-specific
perturbation manifest, and the latest static validation report. File checksums
are listed in SHA256SUMS.txt.
The custom :perturbation_config fields require the LIBERO-Pro-aware parser
and evaluation integration from the project codebase.
How to use:
.bddl files to:
LIBERO-PRO/libero/libero/bddl_files/
init files to:
LIBERO-PRO/libero/libero/init_files/
Each perturbation category contains:
init/: Environment initialization files defining object placement and world state.bddl/: Task goal definitions in Behavior Domain Definition Language.If you use this dataset, please cite both the original LIBERO benchmark and the LIBERO-PRO project:
BibTeX:
@article{zhou2025liberopro,
title={LIBERO-PRO: Towards Robust and Fair Evaluation of Vision-Language-Action Models Beyond Memorization},
author={Xueyang Zhou and Yangming Xu and Guiyao Tie and Yongchao Chen and Guowen Zhang and Duanfeng Chu and Pan Zhou and Lichao Sun},
journal={arXiv preprint arXiv:2510.03827},
year={2025}
}
@article{liu2023libero,
title={LIBERO: Benchmarking Knowledge Transfer for Lifelong Robot Learning},
author={Liu, Bo and Zhu, Yifeng and Gao, Chongkai and Feng, Yihao and Liu, Qiang and Zhu, Yuke and Stone, Peter},
journal={arXiv preprint arXiv:2306.03310},
year={2023}
}
For questions or issues, please contact:
📧 d202480819@hust.edu.cn