mani-skill-nightly 2025.3.28.815__py3-none-any.whl → 2025.3.29.813__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.
- mani_skill/examples/demo_vis_pcd.py +2 -2
- {mani_skill_nightly-2025.3.28.815.dist-info → mani_skill_nightly-2025.3.29.813.dist-info}/METADATA +1 -1
- {mani_skill_nightly-2025.3.28.815.dist-info → mani_skill_nightly-2025.3.29.813.dist-info}/RECORD +6 -6
- {mani_skill_nightly-2025.3.28.815.dist-info → mani_skill_nightly-2025.3.29.813.dist-info}/LICENSE +0 -0
- {mani_skill_nightly-2025.3.28.815.dist-info → mani_skill_nightly-2025.3.29.813.dist-info}/WHEEL +0 -0
- {mani_skill_nightly-2025.3.28.815.dist-info → mani_skill_nightly-2025.3.29.813.dist-info}/top_level.txt +0 -0
@@ -41,8 +41,8 @@ def main(args):
|
|
41
41
|
while True:
|
42
42
|
action = env.action_space.sample()
|
43
43
|
obs, reward, terminated, truncated, info = env.step(action)
|
44
|
-
xyz = obs["pointcloud"]["xyzw"][0, ..., :3]
|
45
|
-
colors = obs["pointcloud"]["rgb"][0]
|
44
|
+
xyz = obs["pointcloud"]["xyzw"][0, ..., :3].cpu().numpy()
|
45
|
+
colors = obs["pointcloud"]["rgb"][0].cpu().numpy()
|
46
46
|
pcd = trimesh.points.PointCloud(xyz, colors)
|
47
47
|
|
48
48
|
|
{mani_skill_nightly-2025.3.28.815.dist-info → mani_skill_nightly-2025.3.29.813.dist-info}/RECORD
RENAMED
@@ -520,7 +520,7 @@ mani_skill/examples/demo_manual_control.py,sha256=PiGxRF_7mf1k_jW6ak9zDcnwcSNtXd
|
|
520
520
|
mani_skill/examples/demo_random_action.py,sha256=bn7M0b9OEB-K3zgXi58ftkdlRamDaQEza_G_5o8RbmM,5112
|
521
521
|
mani_skill/examples/demo_reset_distribution.py,sha256=qkg9TlGjL13WfYgnoimKN5XZr2bK1WvJGvi2Lj3Tmq8,2987
|
522
522
|
mani_skill/examples/demo_robot.py,sha256=Rp5dbVXuZe2t1Dns-JhALtgH-sj1Cz7P47Ginc_AQQM,4840
|
523
|
-
mani_skill/examples/demo_vis_pcd.py,sha256=
|
523
|
+
mani_skill/examples/demo_vis_pcd.py,sha256=50YT-YVeX4sEsXxHh0S9Ju_kra8ZcUzPfFpG3EgK2o4,2139
|
524
524
|
mani_skill/examples/demo_vis_segmentation.py,sha256=HESY-_XjQbofBZQbUl_fuAupQpr3H4ZerPzwGBBR12I,4281
|
525
525
|
mani_skill/examples/demo_vis_textures.py,sha256=m1hcOFQyMXu_C8ncnVHdhEksKBs-0e6Hb3UJvkPHG-4,3437
|
526
526
|
mani_skill/examples/benchmarking/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -687,8 +687,8 @@ mani_skill/vector/wrappers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
687
687
|
mani_skill/vector/wrappers/gymnasium.py,sha256=v1MDPIrVACBKCulrpdXBK2jDZQI7LKYFZgGgaCC5avY,7408
|
688
688
|
mani_skill/vector/wrappers/sb3.py,sha256=SlXdiEPqcNHYMhJCzA29kBU6zK7DKTe1nc0L6Z3QQtY,4722
|
689
689
|
mani_skill/viewer/__init__.py,sha256=srvDBsk4LQU75K2VIttrhiQ68p_ro7PSDqQRls2PY5c,1722
|
690
|
-
mani_skill_nightly-2025.3.
|
691
|
-
mani_skill_nightly-2025.3.
|
692
|
-
mani_skill_nightly-2025.3.
|
693
|
-
mani_skill_nightly-2025.3.
|
694
|
-
mani_skill_nightly-2025.3.
|
690
|
+
mani_skill_nightly-2025.3.29.813.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
691
|
+
mani_skill_nightly-2025.3.29.813.dist-info/METADATA,sha256=QeP3wEtKOiKKJzUVHBY6UucVeQn5iQdsFffZj5jM-6k,9291
|
692
|
+
mani_skill_nightly-2025.3.29.813.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
693
|
+
mani_skill_nightly-2025.3.29.813.dist-info/top_level.txt,sha256=bkBgOVl_MZMoQx2aRFsSFEYlZLxjWlip5vtJ39FB3jA,11
|
694
|
+
mani_skill_nightly-2025.3.29.813.dist-info/RECORD,,
|
{mani_skill_nightly-2025.3.28.815.dist-info → mani_skill_nightly-2025.3.29.813.dist-info}/LICENSE
RENAMED
File without changes
|
{mani_skill_nightly-2025.3.28.815.dist-info → mani_skill_nightly-2025.3.29.813.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|