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

Training recipe for Franka Panda #8

Open
a-mos opened this issue Jan 28, 2025 · 1 comment
Open

Training recipe for Franka Panda #8

a-mos opened this issue Jan 28, 2025 · 1 comment

Comments

@a-mos
Copy link

a-mos commented Jan 28, 2025

Thanks for the great work! I'm trying to train a drrobot for Franka-Panda using default parameters (2000 canonical iterations and 15000 poses conditioned), but I'm having huge problems rendering the gripper — in some train launches the upper part of the arm is completely missing. Can you, please, share the trained model for Franka-Panda, or advise training parameters to get better rendering quality.

Thanks!

Image

@alpercanberk
Copy link
Collaborator

Hi @a-mos,

Thank you for your interest in our project. We are aware of this problem with Panda, which came about while refactoring the code. Unfortunately, I don't have access to my old work station anymore so I can't go in and debug, but I can offer an initial suggestion:

I suspect that this problem is caused by the camera intersecting with the robot during data generation. While these samples are few, they disrupt the optimization in my experience. Could you generate a dataset where the camera is always far from the robot? I think that this should work, but the small details might be off. In this case, you may try tuning the distance or implementing a mechanism to prevent camera+robot collisions.

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

2 participants