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
159 stars 16 forks source link

evaluation on other RLBench tasks #39

Open ubless607 opened 4 days ago

ubless607 commented 4 days ago

Thank you for sharing your amazing work. If I want to evaluate the model's performance on other RLBench tasks (other than 18 tasks tested on PerAct), do I need to retrain the model from scratch?

nickgkan commented 3 days ago

Hi, thanks for your interest in our work! For a fair evaluation, yes, you would need to retrain the model on the new tasks. In the past we trained this model on many RLBench tasks beyond the 18 and the performance was very good, but our final results are on the benchmarked 18 tasks for direct comparison. Good luck and let us know how it goes!