nickgkan / 3d_diffuser_actor

Code for the paper "3D Diffuser Actor: Policy Diffusion with 3D Scene Representations"
https://3d-diffuser-actor.github.io/
MIT License
224 stars 28 forks source link

RLbench training using multiple GPUs #53

Closed BofangJia1227 closed 2 months ago

BofangJia1227 commented 2 months ago

Hi,Thank you very much for your work!

While replicating the experiments, I encountered an issue related to the Blosc buffer when decompressing data. The error message I received is as follows: blosc_extension.error: Error 33423360 : not a Blosc buffer or header info is corrupted(Every time I go into 'Val' I stop working)

I was wondering if you had encountered a similar issue during your work. If so, could you share how you resolved it? 1 2 3 4

nickgkan commented 2 months ago

Hi, we never encountered this issue. From the description, it seems that some file is corrupted? Did you download the packaged data?