Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

05_dataloading.ipynb: bridge dataset loading #123

Open
AasherH opened this issue Aug 1, 2024 · 0 comments
Open

05_dataloading.ipynb: bridge dataset loading #123

AasherH opened this issue Aug 1, 2024 · 0 comments

Comments

@AasherH
Copy link

AasherH commented Aug 1, 2024

I am attempting to run the example 05_dataloading.ipynb with the bridge dataset. However, I cannot seem to get the code to run. I have tried manually changing the builder from tfds.builder(name, data_dir=data_dir) to builder = tfds.builder_from_directory(builder_dir='gs://gresearch/robotics/bridge/0.1.0/') as in the 01_example, but I still run into issues, presumably due to how the trajectories (actions) are stored.

Does anyone know how I can use the dataloader for the bridge dataset? The error in 05_dataloading.ipynb occurs at full_dataset = full_dataset.traj_map(restructure).filter(is_nonzero_length) in dataset.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant