Hello,
Thank you for releasing the SafeDiffuser code.
I am currently working with the kuka branch and have successfully set up the environment. However, I am unable to locate the required KUKA dataset and pretrained models.
What I observed
- The training script:
fails inside KukaDataset because it expects:
dataset = "kuka_dataset/*.npy"
but the repository does not contain a kuka_dataset directory or any .npy trajectory files.
- I searched the repository and found references to:
dataset = "/data/vision/billf/scratch/yilundu/pddlstream/output_5/*.npy"
which appears to be a local path from the original development environment.
- I also ran:
./scripts/download_pretrained.sh
after installing gdown.
The download completed successfully (~2.25 GB), but the extracted contents only contain pretrained locomotion models for:
- hopper
- walker2d
- halfcheetah
I could not find:
- Maze2d pretrained models
- KUKA pretrained models
kuka_dataset/*.npy
- any KUKA-specific checkpoints
Questions
-
Where can I obtain the KUKA expert trajectory dataset (kuka_dataset/*.npy) required for training?
-
Are the KUKAand Maze2d pretrained models publicly available? If yes, could you please provide the download link or instructions?
-
The README mentions that the training code automatically downloads the data on first use. Is there an additional script or branch required for this functionality?
Any guidance would be greatly appreciated.
Hello,
Thank you for releasing the SafeDiffuser code.
I am currently working with the kuka branch and have successfully set up the environment. However, I am unable to locate the required KUKA dataset and pretrained models.
What I observed
fails inside
KukaDatasetbecause it expects:but the repository does not contain a
kuka_datasetdirectory or any.npytrajectory files.which appears to be a local path from the original development environment.
after installing
gdown.The download completed successfully (~2.25 GB), but the extracted contents only contain pretrained locomotion models for:
I could not find:
kuka_dataset/*.npyQuestions
Where can I obtain the KUKA expert trajectory dataset (
kuka_dataset/*.npy) required for training?Are the KUKAand Maze2d pretrained models publicly available? If yes, could you please provide the download link or instructions?
The README mentions that the training code automatically downloads the data on first use. Is there an additional script or branch required for this functionality?
Any guidance would be greatly appreciated.