mani-skill-nightly 2025.5.30.2218__py3-none-any.whl → 2025.6.1.814__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.
@@ -175,7 +175,7 @@ def main(args):
175
175
 
176
176
  # generate plot for RT/google dataset settings, which is 1x 640x480 cameras
177
177
  for obs_mode in ["RGB", "Depth"]:
178
- fig, ax = plt.subplots(figsize=(8, 6))
178
+ fig, ax = plt.subplots()
179
179
  ax.set_title(f"{args.env_id}: FPS with 1x 640x480 {obs_mode} Cameras")
180
180
  draw_bar_plot_envs_vs_fps(ax, data, {"env_id": args.env_id, "obs_mode": obs_mode.lower(), "num_cameras": 1, "camera_width": 640, "camera_height": 480}, annotate_label="env.step/gpu_mem_use")
181
181
  plt.legend()
@@ -187,7 +187,7 @@ def main(args):
187
187
 
188
188
  # generate plot for droit dataset settings, which is 3x 320x180 cameras
189
189
  for obs_mode in ["RGB", "Depth"]:
190
- fig, ax = plt.subplots(figsize=(8, 6))
190
+ fig, ax = plt.subplots()
191
191
  ax.set_title(f"{args.env_id}: FPS with 3x 320x180 {obs_mode} Cameras")
192
192
  draw_bar_plot_envs_vs_fps(ax, data, {"env_id": args.env_id, "obs_mode": obs_mode.lower(), "num_cameras": 3, "camera_width": 320, "camera_height": 180}, annotate_label="env.step/gpu_mem_use")
193
193
  save_path = osp.join(root_save_path, f"fps_droid_dataset_setup_{obs_mode.lower()}.png")
@@ -224,19 +224,16 @@ def main(args):
224
224
  print(f"Saved figure to {save_path}")
225
225
 
226
226
 
227
-
228
-
229
227
  ### Special figures for maniskill ###
230
- if "maniskill" in data.keys():
228
+ if "ManiSkill3" in data.keys():
231
229
  # Generate line plots of rendering FPS for different env_ids against number of parallel environments
232
- fig, ax = plt.subplots(figsize=(10, 4))
230
+ fig, ax = plt.subplots(figsize=(10, 6))
233
231
  ax.grid(True)
234
232
  ax.set_xlabel("Number of Parallel Environments")
235
233
  ax.set_ylabel("FPS")
236
234
  ax.set_title("Simulation+Rendering FPS vs Number of Parallel Environments for Different Tasks")
237
-
238
- df = data["maniskill"]
239
- df = df[(df["obs_mode"] == "rgb") & (df["num_envs"] >= 16) & (df["num_cameras"] == 1) & (df["camera_width"] == 128)]
235
+ df = data["ManiSkill3"]
236
+ df = df[(df["obs_mode"] == "rgb") & (df["num_envs"] >= 16) & (df["num_envs"] <= 1024) & (df["num_cameras"] == 1) & (df["camera_width"] == 128)]
240
237
  env_ids = df["env_id"].unique()
241
238
  for i, env_id in enumerate(env_ids):
242
239
  env_df = df[df["env_id"] == env_id].sort_values("num_envs")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mani-skill-nightly
3
- Version: 2025.5.30.2218
3
+ Version: 2025.6.1.814
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
@@ -646,7 +646,7 @@ mani_skill/examples/demo_vis_textures.py,sha256=m1hcOFQyMXu_C8ncnVHdhEksKBs-0e6H
646
646
  mani_skill/examples/benchmarking/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
647
647
  mani_skill/examples/benchmarking/gpu_sim.py,sha256=_Dm7IbjQgWtvq-T3XxJ0-aeFMDAB8QWgcqTA24OsdIQ,9935
648
648
  mani_skill/examples/benchmarking/isaac_lab_gpu_sim.py,sha256=tATuRyJi37xHzCzbs-B3e0PS-l9oYj9FcLJC9F9Dtec,5581
649
- mani_skill/examples/benchmarking/plot_results.py,sha256=jnfFOTar_VE6VnBJr5rQa715Uhv7AyzQMcRjX283BE4,12454
649
+ mani_skill/examples/benchmarking/plot_results.py,sha256=ou2lE3jNALaWMy1muPbZ0JeV6rpmm4VBDPFpcDeyaSI,12452
650
650
  mani_skill/examples/benchmarking/profiling.py,sha256=ROtHXNrqHAlJkqc-30wynrQ3GxvYjuIIDJ_ozbClcQA,8656
651
651
  mani_skill/examples/benchmarking/envs/__init__.py,sha256=lW_XjPqNAGLRaFbssHiOnSBboTTJO_--0GVduOh18Q8,101
652
652
  mani_skill/examples/benchmarking/envs/isaaclab/__init__.py,sha256=ncUw7bBTKE1zi6c4lHor_S7X8E4iaxMIjlI3YPpGgcw,867
@@ -817,8 +817,8 @@ mani_skill/vector/wrappers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
817
817
  mani_skill/vector/wrappers/gymnasium.py,sha256=v1MDPIrVACBKCulrpdXBK2jDZQI7LKYFZgGgaCC5avY,7408
818
818
  mani_skill/vector/wrappers/sb3.py,sha256=SlXdiEPqcNHYMhJCzA29kBU6zK7DKTe1nc0L6Z3QQtY,4722
819
819
  mani_skill/viewer/__init__.py,sha256=srvDBsk4LQU75K2VIttrhiQ68p_ro7PSDqQRls2PY5c,1722
820
- mani_skill_nightly-2025.5.30.2218.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
821
- mani_skill_nightly-2025.5.30.2218.dist-info/METADATA,sha256=h0rkEdiZaWzLtKRKvk-3PQeTSUZpuj4pgLXfVN3aw34,9411
822
- mani_skill_nightly-2025.5.30.2218.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
823
- mani_skill_nightly-2025.5.30.2218.dist-info/top_level.txt,sha256=bkBgOVl_MZMoQx2aRFsSFEYlZLxjWlip5vtJ39FB3jA,11
824
- mani_skill_nightly-2025.5.30.2218.dist-info/RECORD,,
820
+ mani_skill_nightly-2025.6.1.814.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
821
+ mani_skill_nightly-2025.6.1.814.dist-info/METADATA,sha256=6bDcZKLeFTI2NqD9K7PVYvvUMWwxaozmO5xJsmknaFw,9409
822
+ mani_skill_nightly-2025.6.1.814.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
823
+ mani_skill_nightly-2025.6.1.814.dist-info/top_level.txt,sha256=bkBgOVl_MZMoQx2aRFsSFEYlZLxjWlip5vtJ39FB3jA,11
824
+ mani_skill_nightly-2025.6.1.814.dist-info/RECORD,,