mani-skill-nightly 2025.4.4.36__py3-none-any.whl → 2025.4.4.41__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.
@@ -195,7 +195,10 @@ class PDJointPosMimicController(PDJointPosController):
195
195
 
196
196
  def _get_joint_limits(self):
197
197
  joint_limits = super()._get_joint_limits()
198
- return joint_limits[self.control_joint_indices]
198
+ joint_limits = joint_limits[self.control_joint_indices]
199
+ if len(joint_limits.shape) == 1:
200
+ joint_limits = joint_limits[None, :]
201
+ return joint_limits
199
202
 
200
203
  def set_action(self, action: Array):
201
204
  action = self._preprocess_action(action)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mani-skill-nightly
3
- Version: 2025.4.4.36
3
+ Version: 2025.4.4.41
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
@@ -9,7 +9,7 @@ mani_skill/agents/controllers/base_controller.py,sha256=gSLIADsehgtscJjQUUla_oQS
9
9
  mani_skill/agents/controllers/passive_controller.py,sha256=R-hZeuxmNKA9TvDZzVKd-YIv45xE4tc6wMHargdrxjY,1264
10
10
  mani_skill/agents/controllers/pd_base_vel.py,sha256=-3ZzLZ9nRDMGHWnFE7c4reEbC3jHtQJCOx3LmArz95g,2868
11
11
  mani_skill/agents/controllers/pd_ee_pose.py,sha256=MkQF1jpNaD5QNsrM7JOiWi_waQSMfz7vw8jXB4WK_Q4,11464
12
- mani_skill/agents/controllers/pd_joint_pos.py,sha256=Zx_R3BBxC1JZKlgptfrKR8ZfpY6QCcoo4_GObsJkDNQ,10462
12
+ mani_skill/agents/controllers/pd_joint_pos.py,sha256=Z2zyzv93w3tAAHa5vQC95y964QMtjqvtZvHf-KlsO_E,10588
13
13
  mani_skill/agents/controllers/pd_joint_pos_vel.py,sha256=G8SBIa8jM939zGCETY17RlmwHoHLS5iCMTZsYZaH1mY,2433
14
14
  mani_skill/agents/controllers/pd_joint_vel.py,sha256=XQK13lsbteeUsztGw0u-DCBgCCv0ChglvncgwxVQCWY,1900
15
15
  mani_skill/agents/controllers/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -707,8 +707,8 @@ mani_skill/vector/wrappers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
707
707
  mani_skill/vector/wrappers/gymnasium.py,sha256=v1MDPIrVACBKCulrpdXBK2jDZQI7LKYFZgGgaCC5avY,7408
708
708
  mani_skill/vector/wrappers/sb3.py,sha256=SlXdiEPqcNHYMhJCzA29kBU6zK7DKTe1nc0L6Z3QQtY,4722
709
709
  mani_skill/viewer/__init__.py,sha256=srvDBsk4LQU75K2VIttrhiQ68p_ro7PSDqQRls2PY5c,1722
710
- mani_skill_nightly-2025.4.4.36.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
711
- mani_skill_nightly-2025.4.4.36.dist-info/METADATA,sha256=7uRC3TlGmwuS-eMllEsMABSX22CjX_kSOFcNrW3_1MI,9289
712
- mani_skill_nightly-2025.4.4.36.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
713
- mani_skill_nightly-2025.4.4.36.dist-info/top_level.txt,sha256=bkBgOVl_MZMoQx2aRFsSFEYlZLxjWlip5vtJ39FB3jA,11
714
- mani_skill_nightly-2025.4.4.36.dist-info/RECORD,,
710
+ mani_skill_nightly-2025.4.4.41.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
711
+ mani_skill_nightly-2025.4.4.41.dist-info/METADATA,sha256=qDHpvWZe6eE5RS_yhAiGflz27qoDsmjjy7IbP0ZX7FY,9289
712
+ mani_skill_nightly-2025.4.4.41.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
713
+ mani_skill_nightly-2025.4.4.41.dist-info/top_level.txt,sha256=bkBgOVl_MZMoQx2aRFsSFEYlZLxjWlip5vtJ39FB3jA,11
714
+ mani_skill_nightly-2025.4.4.41.dist-info/RECORD,,