-
Notifications
You must be signed in to change notification settings - Fork 4
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
Questions and Request for Assistance on Solo Robot COM Tasks #11
Comments
Hi @SizheWei Have a look at the discussion in #9, specifically the part:
The version of scipy is required to use the old deprecated algorithm for computing the basis of equivariant maps, which is where your error code comes from. Regarding the version of MLP. There are MLP-Aug and EMLP in the paper results, each using different symmetry subgroups: C2 (sagittal reflection) and K4 (sagittal and dorsal reflections) of the Solo robot. So MLP-Aug C2 and K4 are MLPs using data augmentation using the entire morphological symmetry group K4 or the subgroup C2. Similarly EMLP, is an equivariant NN w.r.t to C2 and K4 depending on the chosen group. Regarding the datasets. The CoM momentum dataset is generated quite efficiently automatically using pinocchio when you run the training script for the first time. Regarding the training of the models, it should take only a handfull of minutes to train the NNs using the provided scripts. Try to give it a try using the rollback of scipy and let me know. |
Hi @Danfoa , Sorry for the delay reply. And thank you for your reply, I read #9 , and I tried to pull your latest branch rss2023, and re-create the env. I met the error:
I tried to use the code below:
After setting this, I met another importError:
It seems like I can not use the old version spicy and pin. But I think there should be one combination that matches well. |
Hi Daniel,
Thank you for sharing this incredible work! I’m currently trying to replicate the code for the Solo robot COM tasks using the
rss2023
branch (latest commit:d7d328a
), but I’ve encountered some challenges. I was hoping you could kindly assist me with the following issues:1. Running the Training Code:
I attempted to run the training code using the command:
However, I encountered several issues during execution. Could you confirm if this is the correct command or let me know if any modifications are needed?
The error looks like this:
2. MLP Versions (C2 vs. K4):
I noticed there are two versions of the MLP: C2 and K4. Could you explain the difference between them? My understanding is that the C2 and K4 properties are used as initialization methods—am I correct?
3. Request for Dataset and Checkpoints:
Would it be possible for you to share the Solo robot dataset
.npz
file, as well as the checkpoints for MLP, MLP-Aug, and EMLP? Having access to these resources would greatly help me evaluate the results more effectively.Thank you in advance for your guidance and support. I truly appreciate your time and effort in maintaining this excellent repository!
Best regards,
Sizhe
The text was updated successfully, but these errors were encountered: