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

DexMimicGen assets update #567

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

xieleo5
Copy link
Contributor

@xieleo5 xieleo5 commented Nov 20, 2024

Changes:

  • Add _latest_joint_position_actions in WholeBody composite controller class
  • Change the action order for inspire hands, now is from pinky to thumb
  • Add fourier hands as assets.

@@ -228,6 +228,8 @@ def __init__(self, sim: MjSim, robot_model: RobotModel, grippers: Dict[str, Grip
# task space actions (such as end effector poses) to joint actions (such as joint angles or joint torques)

self._whole_body_controller_action_split_indexes: OrderedDict = OrderedDict()
self._latest_all_joint_angle_action: Optional[np.ndarray] = None
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move the joint angle action related code to some different robosuite branch? E.g. maybe v1.5-joint-actions. For this PR, maybe just have the asset/robot modifications?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed, will create in another PR

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfect

@xieleo5 xieleo5 changed the title Dex mimic gen assets and controller modification DexMimicGen assets and controller modification Nov 22, 2024
@xieleo5 xieleo5 changed the title DexMimicGen assets and controller modification DexMimicGen assets update Nov 22, 2024
@kevin-thankyou-lin kevin-thankyou-lin merged commit 02779c5 into ARISE-Initiative:master Nov 22, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants