Skip to content

The rlds dataset builder code for calvin_dataset, you can change calvin datasets to rlds format by this script.

License

Notifications You must be signed in to change notification settings

hyy02/calvin_rlds_builder

Repository files navigation

CALVIN RLDS Dataset Conversion

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.

How to use the script

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

Second activate the environment using:

conda activate rlds_env

Change the dataset dir to your local disk in this line.

Then run tfds build in the calvin dir:

cd calvin
tfds build --data-dir <your_path>

Finally, you can find the rlds type datasets in <your_path>.

If you meet some problems, feel free to raise an issue,or contact [email protected]

Thanks a lot for contributing your data! :)

About

The rlds dataset builder code for calvin_dataset, you can change calvin datasets to rlds format by this script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages