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

Reproducing re-orientation task #9

Open
zheyu98 opened this issue Aug 7, 2022 · 2 comments
Open

Reproducing re-orientation task #9

zheyu98 opened this issue Aug 7, 2022 · 2 comments

Comments

@zheyu98
Copy link

zheyu98 commented Aug 7, 2022

Hi,

I tried to play with the re-orientation task by simply running
"python train.py --task=ShadowHandReOrientation --algo=ppo"
without making any further changes. After 6500 iterations, the training ended. But the trained controller could not perform the task well.
Screenshot from 2022-08-07 20-50-15
The hand only makes small moves (shaking) which could not re-orient the cube.
Is there anything that I'm doing wrong?

Thanks
Zheyu

@cypypccpy
Copy link
Collaborator

Dear @zheyu98 ,

First of all, the baselines of all our environments are trained under 2048 environments with 6500 iteration, maybe you can check the number of parallel environments.

But, you're not wrong, we can't actually do it well ourselves too. Even though the setup of our task is completely a two-handed version of IsaacGymEnv's one-handed Re-Orientation, it still doesn't perform well after training. Perhaps the two-handed Re-Orientation is much more difficult than the one-handed Re-Orientation.

In fact, we have always said that there are many challenging tasks in Bi-DexHands that cannot be fully completed, but we still released them. For example, not only ShadowHandReOrientation, but also ShadowHandTwoCatchUnderarm, ShadowHandKettle. We also hope this study to provide a new challenge for the community.

Hope this can help you.

@zheyu98
Copy link
Author

zheyu98 commented Aug 9, 2022

Sure. Thanks for your reply!

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

2 participants