Datasets:
Improve dataset card for EC-Diffuser: Add robotics task, links, description, and comprehensive sample usage
#2
by
nielsr
HF Staff
- opened
This PR significantly improves the dataset card for the EC-Diffuser dataset by:
- Adding the
task_categoriesmetadata set torobotics, improving discoverability. - Including relevant
tagssuch asmulti-object-manipulation,diffusion-models,behavioral-cloning, andobject-centricfor better categorization. - Providing a clear description of the dataset and the EC-Diffuser approach.
- Adding direct links to the associated Hugging Face paper (https://huggingface.co/papers/2412.18907), the project website (https://sites.google.com/view/ec-diffuser), and the GitHub code repository (https://github.com/carl-qi/EC-Diffuser).
- Incorporating a comprehensive "Sample Usage" section, directly sourced from the project's GitHub README, which includes steps for environment setup ("Installation"), "Downloading Datasets", "Evaluating a Pretrained Agent", and "Training an Agent" to help users get started quickly.
carlq
changed pull request status to
merged
Thank you for the readme Niels!