mani-skill-nightly 2025.10.8.2049__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/vector/wrappers/gymnasium.py +2 -2
- {mani_skill_nightly-2025.10.8.2049.dist-info → mani_skill_nightly-2025.10.21.2002.dist-info}/METADATA +21 -12
- {mani_skill_nightly-2025.10.8.2049.dist-info → mani_skill_nightly-2025.10.21.2002.dist-info}/RECORD +7 -7
- {mani_skill_nightly-2025.10.8.2049.dist-info → mani_skill_nightly-2025.10.21.2002.dist-info}/WHEEL +1 -1
- {mani_skill_nightly-2025.10.8.2049.dist-info → mani_skill_nightly-2025.10.21.2002.dist-info/licenses}/LICENSE +0 -0
- {mani_skill_nightly-2025.10.8.2049.dist-info → mani_skill_nightly-2025.10.21.2002.dist-info/licenses}/LICENSE-3RD-PARTY +0 -0
- {mani_skill_nightly-2025.10.8.2049.dist-info → mani_skill_nightly-2025.10.21.2002.dist-info}/top_level.txt +0 -0
|
@@ -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.8.2049.dist-info → mani_skill_nightly-2025.10.21.2002.dist-info}/RECORD
RENAMED
|
@@ -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
|