-
Notifications
You must be signed in to change notification settings - Fork 41
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 about applying the algorithm to other models #25
Comments
How do you apply to other robot plz guide me |
I've made three main adjustments:
If all these aspects are fine, the program should now be usable with your own robot model. |
Thanks for reply actually I want to apply it on nao robot so plz can u help me out . By adjusting the parameters for nao robot. |
@TRYzero can u provide me the above project link where can I see the code it will be great help 🙂. |
Well, I'm not entirely sure which aspect you're confused about. Could you please describe your question in more detail? Are you unclear about the entire process?
|
Hey I am done with step one by converting urdf to XML file not going ahead with 2,3,4 step as you mentioned can u guide me regarding the 4 step as u mentioned it could be a great help |
Okhy |
yep |
(https://github.com/rohanpsingh/LearningHumanoidWalking/assets/118328948/d7f08070-c17e-453d-9000-8e4f272f722d) Encounter with the error Try to solve by below 👇🏼 links but not worked https://medium.com/@sayanmndl21/install-openai-gym-with-box2d-and-mujoco-in-windows-10-e25ee9b5c1d5 |
Did you finally work it out? |
Still not yet ! |
Have you ever solve this problem? I think the key factors may be the setting of pdgains, the transformation of the .xml file and reward setting. I have change the robot to OP3, and it is still hard for it to walk steadily. |
I have read through your bugs, i think the problem is the mujoco library. Maybe you don't download the python packsites of mujoco. To be clear that the problem has nothing to do with your code. |
I solved this problem by introducing reference motions. Well, there shouldn't be any need for this. Did this issue also appear on your robot? |
20240717_114941.mp4I don't know why my robot keeps trembling and can't walk normally like humans, I don't know if it's because that i add a collision geom in .xml file. |
Hey I think that would be the issue can u plz provide any reference doc to which by referring I can download the python pack sites of mujoco |
I have not met this problem. I just use "pip install" comand to install the target version mujoco |
Yeah I have tried the same put still not available to resolve the error it still saying add mujoco path to environment i have tried all way but not able to solve the error |
I have asked Claude the problem,it gives the following answer: To resolve this issue, you need to add the MuJoCo library directory to your system's PATH environment variable. The specific steps may vary depending on your operating system, but here's a general guide:
After completing these steps, the MuJoCo library should be available in your system's PATH, and you should be able to run your code without the "Please add mujoco library to your PATH" exception. If you are still experiencing issues, make sure that you have properly installed the MuJoCo license and that the library files are present in the correct directory. You may also need to check your Python environment and ensure that the MuJoCo Python bindings are correctly installed and accessible. |
Perhaps you can introduce foot trajectory reward terms to solve the problem. For example, have your foot's height track a curve that you design. |
Hello,
I've been encountering some challenges while attempting to apply your algorithm to different bipedal robots. Specifically, I tested the algorithm on two robots with distinct configurations.
1.30.2.mp4
1.30.1.mp4
I'm wondering if these issues are related to how I'm adjusting the parameters. Could there be specific parameter settings or modifications needed for different robot structures? Any guidance or suggestions on how to optimize the algorithm for various joint configurations would be greatly appreciated.
Thank you for your time and assistance.
The text was updated successfully, but these errors were encountered: