-
Notifications
You must be signed in to change notification settings - Fork 805
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
ACT is working, but not Diffusion #515
Comments
Thanks for reaching out @Kacchan16 Could you provide more info? What are the behaviors that you observe with diffusion? What configs did you try? To be honest, we never tried to make it work on real task because of the long inference time + our priorities on hardware+software dev. We were hoping that people from the community would figure it out ^^ |
config.txt this is the config, I tried changing the resnet18 to resnet34, and offline_steps:200000 to 100000. Then Lerobot Diffusion wont work on real robot ?? ;( |
Hi all and @Cadene , I thought of trying those policies on real robots. If you just tell me its gonna work or not, it will saves more time, rather than training with multiple parameters to make it work. Thank you :) |
Diffusion is expected to work on real robot ; but it requires some tuning imo. TDMPC is RL. It requires some rewards. We are working on making RL work well on real robots ;) |
Hello Team,
your work is so good, I am currently working on creating some nice policies with Lerobot repo, architecture and software. I tried ACT on my robot, it is working fine, able to execute the tasks what it learnt in the evaluation.
I tried training Diffusion policy, multiple times with different params and also the default params, what you provided in the repo. I tried PushT in colab, its working but not in robot. Can you please explain why its not working, or should I change other things??
I forgot to mention, I used 3 cameras for data collection and training for Diffusion
Thank you
EDIT (aliberts): format
The text was updated successfully, but these errors were encountered: