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

Control a little 10-dof robot #20

Open
lightbrighten opened this issue Jul 2, 2024 · 6 comments
Open

Control a little 10-dof robot #20

lightbrighten opened this issue Jul 2, 2024 · 6 comments

Comments

@lightbrighten
Copy link

Dear Author
Appreciating for your good job!Does this can be used to trainning a method to control a small 10-dof robot,which is 0.45m tall and 10 kgs weight and with "rotate-ankle" joint missing?
I have tried this, and the "train" and "play" is stable, but "sim2sim" is unstable, which params I need to adjust in "humanoid_cfg.py"?

@zzzzzzxm
Copy link

zzzzzzxm commented Jul 5, 2024

Hi, I meet same problem. During sim2sim period, the policy trained and performed well can't perform as in play period. I trained a policy to control a robot with more joint, I think maybe I miss somethings to change in mjcf file. Have you solved the problem?

@lightbrighten
Copy link
Author

still confused yet, not solved

@zzzzzzxm
Copy link

Adjust the order of joints should be helpful. I have solved the problem.

@lightbrighten
Copy link
Author

Adjust the order of joints should be helpful. I have solved the problem.

Great! How to print the order of joints in humanoid-gym?

@lightbrighten
Copy link
Author

Adjust the order of joints should be helpful. I have solved the problem.

And How many Dofs in your robot,especially legs?

@wangyenjen
Copy link
Member

Hi @lightbrighten ,

You can print the following line to check the joint order:

self.dof_names = self.gym.get_asset_dof_names(robot_asset)

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

3 participants