mani-skill-nightly 2025.3.28.815__py3-none-any.whl → 2025.3.28.1906__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.
@@ -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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mani-skill-nightly
3
- Version: 2025.3.28.815
3
+ Version: 2025.3.28.1906
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
@@ -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=QTerAyva4glh3y2fBDX_ZPmkMd114gYztQnL3uRZxFw,2111
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.28.815.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
691
- mani_skill_nightly-2025.3.28.815.dist-info/METADATA,sha256=vNyhO1c-tC4DNNWV5ObjWgZ6LnIDXOfebM_Upvs9ZYs,9291
692
- mani_skill_nightly-2025.3.28.815.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
693
- mani_skill_nightly-2025.3.28.815.dist-info/top_level.txt,sha256=bkBgOVl_MZMoQx2aRFsSFEYlZLxjWlip5vtJ39FB3jA,11
694
- mani_skill_nightly-2025.3.28.815.dist-info/RECORD,,
690
+ mani_skill_nightly-2025.3.28.1906.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
691
+ mani_skill_nightly-2025.3.28.1906.dist-info/METADATA,sha256=mdMysJog8bXs-ZHD4yuFF_3bjs96CBFEQ_jC_ZQFYlM,9292
692
+ mani_skill_nightly-2025.3.28.1906.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
693
+ mani_skill_nightly-2025.3.28.1906.dist-info/top_level.txt,sha256=bkBgOVl_MZMoQx2aRFsSFEYlZLxjWlip5vtJ39FB3jA,11
694
+ mani_skill_nightly-2025.3.28.1906.dist-info/RECORD,,