-
Notifications
You must be signed in to change notification settings - Fork 30
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
The results are inconsistent with those in the paper #11
Comments
Did you use the same data that I used? If so, then we should dig deeper into this. |
I think we used 20 cases, since in the appendix + main part of the paper I report that we used 20 held-out random seeds. |
Can you share the models in your checkpoint folder? Thanks! |
I don't think I have the models I used for this paper unfortunately. :( I had them saved at some point, however GCTN take up a lot of RAM and the experiments involved running multiple runs of BC for {1,10,100,1000} demos. |
Thank you for your reply!However, I still don't know why my test results are different from yours. I have trained the model and tested it with the demonstration data provided by you, and my results are as follows. This is my training test step, where did I go wrong?#11 (comment) Thank you very much for your time! |
Hi! |
Apologies @TriBall3 I'm consumed with the CoRL 2022 deadline, happy to take a look at this afterwards. |
Hi! |
I was able to re-run a lot of the data recently after a bug fix |
Hi!
I used your code to train the Cable-Shape model with Transporter. In the final test, I found that the success rate was quite different from that in the paper. When I learned 1000 demos, the success rate in the paper was 86.5%, but the highest success rate was only 70%.I used the
load.py
file in the test and tested 100 cases.Why are my results so different from yours?
Did you use the default 20 cases in your code when testing, or did you choose 100?
The following results were tested with a model of 25,000, 30,000, 35,000 and 40,000 steps respectively.
The text was updated successfully, but these errors were encountered: