Reference repo: https://github.com/kpertsch/rlds_dataset_builder, thanks a lot.
This repo contatins the scripts to convert CALVIN dataset into RLDS format for X-embodiment experiment integration.
First create a conda environment using the provided environment.yml file (use environment_ubuntu.yml
or environment_macos.yml
depending on the operating system you're using):
conda env create -f environment_ubuntu.yml
Then activate the environment using:
conda activate rlds_env
If you meet some problems, feel free to raise an issue,or contact huangyiyang24@mails.ucas.ac.cn
Thanks a lot for contributing your data! :)