mani-skill-nightly 2025.10.23.430__py3-none-any.whl → 2025.10.23.432__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.

@@ -6,7 +6,7 @@ import sapien.physx as physx
6
6
  import torch
7
7
 
8
8
  from mani_skill import ASSET_DIR
9
- from mani_skill.agents.robots import FloatingInspireHandRight
9
+ from mani_skill.agents.robots import FloatingAbilityHandRight
10
10
  from mani_skill.envs.sapien_env import BaseEnv
11
11
  from mani_skill.sensors.camera import CameraConfig
12
12
  from mani_skill.utils import sapien_utils
@@ -20,7 +20,7 @@ from mani_skill.utils.structs.types import Array, GPUMemoryConfig, SimConfig
20
20
  "InsertFlower-v1", max_episode_steps=300, asset_download_ids=["oakink-v2"]
21
21
  )
22
22
  class InsertFlowerEnv(BaseEnv):
23
- agent: Union[FloatingInspireHandRight]
23
+ agent: Union[FloatingAbilityHandRight]
24
24
  _clearance = 0.003
25
25
  hand_init_height = 0.25
26
26
  flower_spawn_half_size = 0.05
@@ -29,7 +29,7 @@ class InsertFlowerEnv(BaseEnv):
29
29
  def __init__(
30
30
  self,
31
31
  *args,
32
- robot_uids="allegro_hand_right_floating",
32
+ robot_uids="floating_ability_hand_right",
33
33
  robot_init_qpos_noise=0.02,
34
34
  num_envs=1,
35
35
  reconfiguration_freq=None,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mani_skill-nightly
3
- Version: 2025.10.23.430
3
+ Version: 2025.10.23.432
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
@@ -565,7 +565,7 @@ mani_skill/envs/tasks/control/assets/common/materials.xml,sha256=XxJ5NRzW5_g_pKL
565
565
  mani_skill/envs/tasks/control/assets/common/skybox.xml,sha256=UvNofKMDKbQHewom_qrZtz0gHhg8veD_vWzVLeUZB70,202
566
566
  mani_skill/envs/tasks/control/assets/common/visual.xml,sha256=7B0nSrcNlWBBM9r6ksDRGU3lG7qZe9U7cLxn65XYI_w,175
567
567
  mani_skill/envs/tasks/dexterity/__init__.py,sha256=BUM4SkQ1zXWzP0dXQTsP5vIoTfLENzh0oIfvlIQrhf4,163
568
- mani_skill/envs/tasks/dexterity/insert_flower.py,sha256=LnVeIeEkJA-RRigeeqds5xXBSSPeAx5ygJEOMw16HXM,7164
568
+ mani_skill/envs/tasks/dexterity/insert_flower.py,sha256=-h3j3ZQuAx1gRPvS0VS9RzEKXFQpFZLzU6u5ZcJQyJg,7164
569
569
  mani_skill/envs/tasks/dexterity/rotate_single_object_in_hand.py,sha256=pk6dM25_jflSm0yehF7_8wDHWWrUNzbMy2JDNyiYzz0,14153
570
570
  mani_skill/envs/tasks/dexterity/rotate_valve.py,sha256=62a6sqNtK9h3j1UHAI8Rycy6T8XZxqWqOM5hVpBRCrU,11647
571
571
  mani_skill/envs/tasks/digital_twins/__init__.py,sha256=_yWWBFH-P69UTPvo9GRa8Ux_FXOjLWdkiK3rs2ojX3o,60
@@ -842,9 +842,9 @@ mani_skill/vector/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
842
842
  mani_skill/vector/wrappers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
843
843
  mani_skill/vector/wrappers/gymnasium.py,sha256=YhiRL7FhGOvH9Ho09c_ubFpAFYUB3qskVw0NzxWdWUc,7628
844
844
  mani_skill/vector/wrappers/sb3.py,sha256=mnDpiAo1sOkIfpfxsxrRayUeAWVZnLIuUi48yAbwOFI,4716
845
- mani_skill_nightly-2025.10.23.430.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
846
- mani_skill_nightly-2025.10.23.430.dist-info/licenses/LICENSE-3RD-PARTY,sha256=yXvoAIyaRY7VDFhXV4Ea_Dmd_-IR59yyUy0Scz7eXzY,1604
847
- mani_skill_nightly-2025.10.23.430.dist-info/METADATA,sha256=PJjVba9nOq2BpLCk4f56eG44eqTBIu3RxEAMei7xHkg,9542
848
- mani_skill_nightly-2025.10.23.430.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
849
- mani_skill_nightly-2025.10.23.430.dist-info/top_level.txt,sha256=bkBgOVl_MZMoQx2aRFsSFEYlZLxjWlip5vtJ39FB3jA,11
850
- mani_skill_nightly-2025.10.23.430.dist-info/RECORD,,
845
+ mani_skill_nightly-2025.10.23.432.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
846
+ mani_skill_nightly-2025.10.23.432.dist-info/licenses/LICENSE-3RD-PARTY,sha256=yXvoAIyaRY7VDFhXV4Ea_Dmd_-IR59yyUy0Scz7eXzY,1604
847
+ mani_skill_nightly-2025.10.23.432.dist-info/METADATA,sha256=WxASE-DQaq9ONPa1RsJ7tyCjvMz832yi-SI01BSC_Zo,9542
848
+ mani_skill_nightly-2025.10.23.432.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
849
+ mani_skill_nightly-2025.10.23.432.dist-info/top_level.txt,sha256=bkBgOVl_MZMoQx2aRFsSFEYlZLxjWlip5vtJ39FB3jA,11
850
+ mani_skill_nightly-2025.10.23.432.dist-info/RECORD,,