-
Notifications
You must be signed in to change notification settings - Fork 7
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
List of Ablation Studies #21
Comments
Conclusion to exact vs. bundled linearization - if we use exact linearization to construct BB^T instead of the bundled one, it turns out many of these B matrices do not have volume before contact, leading to very poor performance in planning. |
Conclusion to RRT with Euclidean vs. Mahalanobis metric. It turns out that Euclid performs better (!!!). We would need to think more about why. I think this is because when we randomly sample a goal to look for the closest node, the goal is quite far from the existing points in the tree, and the local metric is a poor indicator of whether or not this set is actually reachable. On one hand, I'm disappointed. On the other hand, maybe tuning a global distance metric is not so different from tuning the Q matrix in trajopt.... |
Conclusion to the third issue: it seems that what's hard about contact-based problems is not that we can't take longer steps, but the finger gaiting procedure which has to happen on finer steps. Applying the same input with longer horizon does not seem to enhance the performance of the algorithm. |
Fourth issue: let's avoid this at all costs. It takes too long |
Fifth issue: contact sampling certainly seems to give better manipulability ellipsoids! |
Check these off if we think we have a sufficient conclusion to any of these questions....
Feel free to add more as we progress!
The text was updated successfully, but these errors were encountered: