You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've used scripts/collect_demonstration.py collected my own demos, and they're already saved as .hdf5 files.
But I found that it seems that I still need a batched dataset creation, as stated here. However, the batch_create_dataset.py file doesn't exist in the repo.
Therefore, I'm wondering:
Is this batched dataset creation step necessary before training? Or I could directly use .hdf5 file I now have from scripts/collect_demonstration.py for training?
Is the scripts/create_dataset.py the same thing for `batch_create_dataset.py1?
Thank you so much for all the help!!!
The text was updated successfully, but these errors were encountered:
Hi, I've used
scripts/collect_demonstration.py
collected my own demos, and they're already saved as .hdf5 files.But I found that it seems that I still need a batched dataset creation, as stated here. However, the
batch_create_dataset.py
file doesn't exist in the repo.Therefore, I'm wondering:
scripts/collect_demonstration.py
for training?scripts/create_dataset.py
the same thing for `batch_create_dataset.py1?Thank you so much for all the help!!!
The text was updated successfully, but these errors were encountered: