AlbertTan404 / RoLD

PyTorch implementation of Robot Latent Diffusion
13 stars 1 forks source link

Is evaluation code included? #2

Closed zhiyuan-zhang0206 closed 4 months ago

zhiyuan-zhang0206 commented 4 months ago

Hi, Thanks for your amazing work, and open-sourcing your code!

I wonder if the evaluation code is included in the repo now. I tried to locate those scripts but no luck. If they are not released yet, do you have any plans for releasing the evaluation scripts?

Thanks in advance.

AlbertTan404 commented 4 months ago

Thank you for your attention to our work! We are still cleaning the code and optimizing the backend of evaluator and we will release the remaining code altogether (but it may take a long time cuz we are primarily working on another project now). You could refer to diffusion-policy and vc-1 for relevant code :)

zhiyuan-zhang0206 commented 4 months ago

Thank you for your attention to our work! We are still cleaning the code and optimizing the backend of evaluator and we will release the remaining code altogether (but it may take a long time cuz we are primarily working on another project now). You could refer to diffusion-policy and vc-1 for relevant code :)

Thanks for the timely reply! Will check the DP code.