-
Notifications
You must be signed in to change notification settings - Fork 7
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
Action space meanings for LiftCube #31
Comments
Hi, I'd recommend using ManiSkill2-Learn for ManiSkill2 experiments. The wrappers have been updated to accommodate ManiSkill2. As for your question, the action space is
i.e., 6d ee delta pose (3d delta position + 3d delta axis-angle rotation) + 1d gripper |
Thanks for your reply. Please let me know if this interpretation is correct: |
3d delta position = normalized displacement of the joint in 3d space. Normalization is in controller config, default (-1,1)->(-0.1m, 0.1m) |
What are the physical meanings of each of the 7 action outputs in the LiftCube example you all gave here: https://colab.research.google.com/github/haosulab/ManiSkill2/blob/main/examples/tutorials/3_imitation_learning.ipynb ?
I did find some info on the arm controllers here: https://haosulab.github.io/ManiSkill2/concepts/controllers.html but I am still confused and would appreciate clarification on the action space. Thanks!
The text was updated successfully, but these errors were encountered: