mani-skill-nightly 2025.4.9.1837__py3-none-any.whl → 2025.4.9.2244__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,7 +37,7 @@ class PandaStick(BaseAgent):
37
37
  "panda_joint6",
38
38
  "panda_joint7",
39
39
  ]
40
-
40
+
41
41
  ee_link_name = "panda_hand_tcp"
42
42
 
43
43
  arm_stiffness = 1e3
@@ -93,6 +93,18 @@ class PandaStick(BaseAgent):
93
93
  ee_link=self.ee_link_name,
94
94
  urdf_path=self.urdf_path,
95
95
  )
96
+ arm_pd_ee_pose = PDEEPoseControllerConfig(
97
+ joint_names=self.arm_joint_names,
98
+ pos_lower=None,
99
+ pos_upper=None,
100
+ stiffness=self.arm_stiffness,
101
+ damping=self.arm_damping,
102
+ force_limit=self.arm_force_limit,
103
+ ee_link=self.ee_link_name,
104
+ urdf_path=self.urdf_path,
105
+ use_delta=False,
106
+ normalize_action=False,
107
+ )
96
108
 
97
109
  arm_pd_ee_target_delta_pos = deepcopy(arm_pd_ee_delta_pos)
98
110
  arm_pd_ee_target_delta_pos.use_target = True
@@ -138,6 +150,7 @@ class PandaStick(BaseAgent):
138
150
  pd_ee_delta_pos=dict(arm=arm_pd_ee_delta_pos),
139
151
  pd_ee_delta_pose=dict(arm=arm_pd_ee_delta_pose),
140
152
  pd_ee_delta_pose_align=dict(arm=arm_pd_ee_delta_pose_align),
153
+ pd_ee_pose=dict(arm=arm_pd_ee_pose),
141
154
  # TODO(jigu): how to add boundaries for the following controllers
142
155
  pd_joint_target_delta_pos=dict(arm=arm_pd_joint_target_delta_pos),
143
156
  pd_ee_target_delta_pos=dict(arm=arm_pd_ee_target_delta_pos),
@@ -150,7 +163,6 @@ class PandaStick(BaseAgent):
150
163
 
151
164
  # Make a deepcopy in case users modify any config
152
165
  return deepcopy_dict(controller_configs)
153
-
154
166
 
155
167
  def _after_init(self):
156
168
  self.tcp = sapien_utils.get_obj_by_name(
@@ -163,4 +175,4 @@ class PandaStick(BaseAgent):
163
175
 
164
176
  def is_static(self, threshold: float = 0.2):
165
177
  qvel = self.robot.get_qvel()[..., :-2]
166
- return torch.max(torch.abs(qvel), 1)[0] <= threshold
178
+ return torch.max(torch.abs(qvel), 1)[0] <= threshold
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mani-skill-nightly
3
- Version: 2025.4.9.1837
3
+ Version: 2025.4.9.2244
4
4
  Summary: ManiSkill3: A Unified Benchmark for Generalizable Manipulation Skills
5
5
  Home-page: https://github.com/haosulab/ManiSkill
6
6
  Author: ManiSkill contributors
@@ -40,7 +40,7 @@ mani_skill/agents/robots/koch/koch.py,sha256=r5morOu6Fv35qpSm2OFhhO2Aaw2x9ZtT3wr
40
40
  mani_skill/agents/robots/koch/koch_real.py,sha256=w8lIzRsAZEvLGXbC598ktpGiHKuPp3XDspmU1xYXKqc,124
41
41
  mani_skill/agents/robots/panda/__init__.py,sha256=VnFJLcmPMBjo-mlBpfMo5acYKud_wngRAcf67uiugSk,102
42
42
  mani_skill/agents/robots/panda/panda.py,sha256=aufC9et7TK5Ojms03ITT3cb7jsVClcbqLquGWaXzEH4,10760
43
- mani_skill/agents/robots/panda/panda_stick.py,sha256=ylYvjcgazMfp2k-RPbxkFByH9qyTLD8beDp2ra_WWso,5659
43
+ mani_skill/agents/robots/panda/panda_stick.py,sha256=YEGYLPGZFKkCTTAry4F82_fNZqrso3LdMWgBfT_RRbY,6131
44
44
  mani_skill/agents/robots/panda/panda_wristcam.py,sha256=eSw652CaA82YfetCqasHGAcUkaJ_aXJijJm6tHZmKyQ,875
45
45
  mani_skill/agents/robots/so100/__init__.py,sha256=54RRpI3ue89zbNtSKOK8JxvSaKrHt6PXQrriTN6X01c,26
46
46
  mani_skill/agents/robots/so100/so_100.py,sha256=UYLjB40n6lfXZnBRTBA2apjfp0MkKqsXf5aVXm5NyiI,4838
@@ -784,8 +784,8 @@ mani_skill/vector/wrappers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
784
784
  mani_skill/vector/wrappers/gymnasium.py,sha256=v1MDPIrVACBKCulrpdXBK2jDZQI7LKYFZgGgaCC5avY,7408
785
785
  mani_skill/vector/wrappers/sb3.py,sha256=SlXdiEPqcNHYMhJCzA29kBU6zK7DKTe1nc0L6Z3QQtY,4722
786
786
  mani_skill/viewer/__init__.py,sha256=srvDBsk4LQU75K2VIttrhiQ68p_ro7PSDqQRls2PY5c,1722
787
- mani_skill_nightly-2025.4.9.1837.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
788
- mani_skill_nightly-2025.4.9.1837.dist-info/METADATA,sha256=kF9mo8CdLkHtPRk-tenVy2Wu5H0tCaVFRVqZnd0WNZI,9291
789
- mani_skill_nightly-2025.4.9.1837.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
790
- mani_skill_nightly-2025.4.9.1837.dist-info/top_level.txt,sha256=bkBgOVl_MZMoQx2aRFsSFEYlZLxjWlip5vtJ39FB3jA,11
791
- mani_skill_nightly-2025.4.9.1837.dist-info/RECORD,,
787
+ mani_skill_nightly-2025.4.9.2244.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
788
+ mani_skill_nightly-2025.4.9.2244.dist-info/METADATA,sha256=xxavduTbCkK-Upuk0PubBjDtKHUywEUWXOJdG22XfMQ,9291
789
+ mani_skill_nightly-2025.4.9.2244.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
790
+ mani_skill_nightly-2025.4.9.2244.dist-info/top_level.txt,sha256=bkBgOVl_MZMoQx2aRFsSFEYlZLxjWlip5vtJ39FB3jA,11
791
+ mani_skill_nightly-2025.4.9.2244.dist-info/RECORD,,