mani-skill-nightly 2025.10.6.1617__py3-none-any.whl → 2025.10.21.2002__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.
Potentially problematic release.
This version of mani-skill-nightly might be problematic. Click here for more details.
- mani_skill/utils/structs/base.py +1 -1
- mani_skill/vector/wrappers/gymnasium.py +2 -2
- {mani_skill_nightly-2025.10.6.1617.dist-info → mani_skill_nightly-2025.10.21.2002.dist-info}/METADATA +21 -12
- {mani_skill_nightly-2025.10.6.1617.dist-info → mani_skill_nightly-2025.10.21.2002.dist-info}/RECORD +8 -8
- {mani_skill_nightly-2025.10.6.1617.dist-info → mani_skill_nightly-2025.10.21.2002.dist-info}/WHEEL +1 -1
- {mani_skill_nightly-2025.10.6.1617.dist-info → mani_skill_nightly-2025.10.21.2002.dist-info/licenses}/LICENSE +0 -0
- {mani_skill_nightly-2025.10.6.1617.dist-info → mani_skill_nightly-2025.10.21.2002.dist-info/licenses}/LICENSE-3RD-PARTY +0 -0
- {mani_skill_nightly-2025.10.6.1617.dist-info → mani_skill_nightly-2025.10.21.2002.dist-info}/top_level.txt +0 -0
mani_skill/utils/structs/base.py
CHANGED
|
@@ -357,7 +357,7 @@ class PhysxRigidDynamicComponentStruct(PhysxRigidBodyComponentStruct[T], Generic
|
|
|
357
357
|
if self.scene.gpu_sim_enabled:
|
|
358
358
|
return self._body_data[self._body_data_index, 10:13]
|
|
359
359
|
else:
|
|
360
|
-
return torch.from_numpy(self._bodies[0].angular_velocity[None, :]
|
|
360
|
+
return torch.from_numpy(self._bodies[0].angular_velocity[None, :]).to(self.device)
|
|
361
361
|
|
|
362
362
|
@angular_velocity.setter
|
|
363
363
|
def angular_velocity(self, arg1: Array):
|
|
@@ -157,8 +157,8 @@ class ManiSkillVectorEnv(VectorEnv):
|
|
|
157
157
|
# NOTE (stao): Unlike gymnasium, the code here does not add masks for every key in the info object.
|
|
158
158
|
return obs, rew, terminations, truncations, infos
|
|
159
159
|
|
|
160
|
-
def
|
|
161
|
-
|
|
160
|
+
def close_extras(self, **kwargs):
|
|
161
|
+
self._env.close()
|
|
162
162
|
|
|
163
163
|
def call(self, name: str, *args, **kwargs):
|
|
164
164
|
function = getattr(self._env, name)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
2
|
-
Name:
|
|
3
|
-
Version: 2025.10.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: mani_skill-nightly
|
|
3
|
+
Version: 2025.10.21.2002
|
|
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
|
|
@@ -8,7 +8,7 @@ Requires-Python: >=3.9
|
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
9
|
License-File: LICENSE
|
|
10
10
|
License-File: LICENSE-3RD-PARTY
|
|
11
|
-
Requires-Dist: numpy
|
|
11
|
+
Requires-Dist: numpy>=1.22
|
|
12
12
|
Requires-Dist: scipy
|
|
13
13
|
Requires-Dist: dacite
|
|
14
14
|
Requires-Dist: gymnasium==0.29.1
|
|
@@ -21,13 +21,13 @@ Requires-Dist: transforms3d
|
|
|
21
21
|
Requires-Dist: trimesh
|
|
22
22
|
Requires-Dist: imageio
|
|
23
23
|
Requires-Dist: imageio[ffmpeg]
|
|
24
|
+
Requires-Dist: mplib==0.1.1; platform_system == "Linux"
|
|
25
|
+
Requires-Dist: fast_kinematics==0.2.2; platform_system == "Linux"
|
|
24
26
|
Requires-Dist: IPython
|
|
25
|
-
Requires-Dist:
|
|
27
|
+
Requires-Dist: pytorch_kinematics==0.7.6
|
|
26
28
|
Requires-Dist: pynvml
|
|
27
29
|
Requires-Dist: tyro>=0.8.5
|
|
28
|
-
Requires-Dist:
|
|
29
|
-
Requires-Dist: mplib==0.1.1; platform_system == "Linux"
|
|
30
|
-
Requires-Dist: fast-kinematics==0.2.2; platform_system == "Linux"
|
|
30
|
+
Requires-Dist: huggingface_hub
|
|
31
31
|
Requires-Dist: sapien>=3.0.0; platform_system == "Linux"
|
|
32
32
|
Requires-Dist: sapien>=3.0.0.b1; platform_system == "Windows"
|
|
33
33
|
Provides-Extra: dev
|
|
@@ -37,23 +37,32 @@ Requires-Dist: isort; extra == "dev"
|
|
|
37
37
|
Requires-Dist: pre-commit; extra == "dev"
|
|
38
38
|
Requires-Dist: build; extra == "dev"
|
|
39
39
|
Requires-Dist: twine; extra == "dev"
|
|
40
|
-
Requires-Dist:
|
|
40
|
+
Requires-Dist: stable_baselines3; extra == "dev"
|
|
41
41
|
Requires-Dist: pynvml; extra == "dev"
|
|
42
42
|
Requires-Dist: pytest-xdist[psutil]; extra == "dev"
|
|
43
43
|
Requires-Dist: pytest-forked; extra == "dev"
|
|
44
44
|
Provides-Extra: docs
|
|
45
45
|
Requires-Dist: sphinx==6.2.1; extra == "docs"
|
|
46
46
|
Requires-Dist: sphinx-autobuild; extra == "docs"
|
|
47
|
-
Requires-Dist:
|
|
47
|
+
Requires-Dist: pydata_sphinx_theme; extra == "docs"
|
|
48
48
|
Requires-Dist: sphinxcontrib.spelling; extra == "docs"
|
|
49
49
|
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
|
|
50
|
-
Requires-Dist:
|
|
50
|
+
Requires-Dist: sphinx_copybutton; extra == "docs"
|
|
51
51
|
Requires-Dist: myst-parser; extra == "docs"
|
|
52
52
|
Requires-Dist: sphinx-subfigure; extra == "docs"
|
|
53
53
|
Requires-Dist: sphinxcontrib-video; extra == "docs"
|
|
54
54
|
Requires-Dist: sphinx-togglebutton; extra == "docs"
|
|
55
|
-
Requires-Dist:
|
|
55
|
+
Requires-Dist: sphinx_design; extra == "docs"
|
|
56
56
|
Requires-Dist: sphinx-autoapi; extra == "docs"
|
|
57
|
+
Dynamic: author
|
|
58
|
+
Dynamic: description
|
|
59
|
+
Dynamic: description-content-type
|
|
60
|
+
Dynamic: home-page
|
|
61
|
+
Dynamic: license-file
|
|
62
|
+
Dynamic: provides-extra
|
|
63
|
+
Dynamic: requires-dist
|
|
64
|
+
Dynamic: requires-python
|
|
65
|
+
Dynamic: summary
|
|
57
66
|
|
|
58
67
|
# ManiSkill 3 (Beta)
|
|
59
68
|
|
{mani_skill_nightly-2025.10.6.1617.dist-info → mani_skill_nightly-2025.10.21.2002.dist-info}/RECORD
RENAMED
|
@@ -813,7 +813,7 @@ mani_skill/utils/structs/__init__.py,sha256=BItR3Xe0z6xCrMHAEaH0AAAVyeonsQ3q-DJU
|
|
|
813
813
|
mani_skill/utils/structs/actor.py,sha256=CoJDsFCn_WA_zDV0SRWNCaYaO5oqjdkVrD8d-2HGaVc,17414
|
|
814
814
|
mani_skill/utils/structs/articulation.py,sha256=gmjIxscXwZh4yhPAHzUslnIzkZ2daW8b3yV_sVUaQoA,38491
|
|
815
815
|
mani_skill/utils/structs/articulation_joint.py,sha256=MPPcThaKAvEQm62ci2okN8CgSOYjxERsa1zjea-3YKo,12972
|
|
816
|
-
mani_skill/utils/structs/base.py,sha256=
|
|
816
|
+
mani_skill/utils/structs/base.py,sha256=NI-UPNwI9IWZ5mUwrPqkPvceKBROT9XvCropuhAsvUA,18614
|
|
817
817
|
mani_skill/utils/structs/decorators.py,sha256=Lv6wQ989dOnreo2tB-qopDnkeBp_jsn1pmfUR-OY8VQ,535
|
|
818
818
|
mani_skill/utils/structs/drive.py,sha256=UPQDkGbXS-CMRsZ1MHCb9s1vfAo5nqsywF83wKBVzSY,7505
|
|
819
819
|
mani_skill/utils/structs/link.py,sha256=Mqd75i8DNLMi6dr7VJt48f6YTPKXRUfYMqKuE2QrLjo,13812
|
|
@@ -835,11 +835,11 @@ mani_skill/utils/wrappers/record.py,sha256=73g-dvnFrXcFy7t2BksgH8UqBUVBZG8BbCNPE
|
|
|
835
835
|
mani_skill/utils/wrappers/visual_encoders.py,sha256=ISLO5ceaRkINhvce92VuZMDMCU3I4F7cQWFW2aVP-14,2205
|
|
836
836
|
mani_skill/vector/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
837
837
|
mani_skill/vector/wrappers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
838
|
-
mani_skill/vector/wrappers/gymnasium.py,sha256=
|
|
838
|
+
mani_skill/vector/wrappers/gymnasium.py,sha256=99bHbJ0PlPwcVU4hShsTDj0_2d4bCrrzfJNzYOrOsqc,7315
|
|
839
839
|
mani_skill/vector/wrappers/sb3.py,sha256=SlXdiEPqcNHYMhJCzA29kBU6zK7DKTe1nc0L6Z3QQtY,4722
|
|
840
|
-
mani_skill_nightly-2025.10.
|
|
841
|
-
mani_skill_nightly-2025.10.
|
|
842
|
-
mani_skill_nightly-2025.10.
|
|
843
|
-
mani_skill_nightly-2025.10.
|
|
844
|
-
mani_skill_nightly-2025.10.
|
|
845
|
-
mani_skill_nightly-2025.10.
|
|
840
|
+
mani_skill_nightly-2025.10.21.2002.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
841
|
+
mani_skill_nightly-2025.10.21.2002.dist-info/licenses/LICENSE-3RD-PARTY,sha256=yXvoAIyaRY7VDFhXV4Ea_Dmd_-IR59yyUy0Scz7eXzY,1604
|
|
842
|
+
mani_skill_nightly-2025.10.21.2002.dist-info/METADATA,sha256=ldPAw9HsS0dF0SM2blhG_wPXEmKp1ZJL3ypT70Vx61w,9543
|
|
843
|
+
mani_skill_nightly-2025.10.21.2002.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
844
|
+
mani_skill_nightly-2025.10.21.2002.dist-info/top_level.txt,sha256=bkBgOVl_MZMoQx2aRFsSFEYlZLxjWlip5vtJ39FB3jA,11
|
|
845
|
+
mani_skill_nightly-2025.10.21.2002.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|