mani-skill-nightly 2025.4.5.2022__py3-none-any.whl → 2025.4.5.2036__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/agents/robots/koch/koch.py +6 -1
- {mani_skill_nightly-2025.4.5.2022.dist-info → mani_skill_nightly-2025.4.5.2036.dist-info}/METADATA +1 -1
- {mani_skill_nightly-2025.4.5.2022.dist-info → mani_skill_nightly-2025.4.5.2036.dist-info}/RECORD +6 -6
- {mani_skill_nightly-2025.4.5.2022.dist-info → mani_skill_nightly-2025.4.5.2036.dist-info}/LICENSE +0 -0
- {mani_skill_nightly-2025.4.5.2022.dist-info → mani_skill_nightly-2025.4.5.2036.dist-info}/WHEEL +0 -0
- {mani_skill_nightly-2025.4.5.2022.dist-info → mani_skill_nightly-2025.4.5.2036.dist-info}/top_level.txt +0 -0
@@ -1,3 +1,5 @@
|
|
1
|
+
import copy
|
2
|
+
|
1
3
|
import numpy as np
|
2
4
|
import sapien
|
3
5
|
import sapien.render
|
@@ -73,12 +75,15 @@ class Koch(BaseAgent):
|
|
73
75
|
damping=[15.85, 6, 15.34, 16, 16.31, 16.3],
|
74
76
|
force_limit=100,
|
75
77
|
use_delta=True,
|
76
|
-
use_target=
|
78
|
+
use_target=False,
|
77
79
|
)
|
80
|
+
pd_joint_target_delta_pos = copy.deepcopy(pd_joint_delta_pos)
|
81
|
+
pd_joint_target_delta_pos.use_target = True
|
78
82
|
|
79
83
|
controller_configs = dict(
|
80
84
|
pd_joint_delta_pos=pd_joint_delta_pos,
|
81
85
|
pd_joint_pos=pd_joint_pos,
|
86
|
+
pd_joint_target_delta_pos=pd_joint_target_delta_pos,
|
82
87
|
)
|
83
88
|
return deepcopy_dict(controller_configs)
|
84
89
|
|
{mani_skill_nightly-2025.4.5.2022.dist-info → mani_skill_nightly-2025.4.5.2036.dist-info}/RECORD
RENAMED
@@ -36,7 +36,7 @@ mani_skill/agents/robots/googlerobot/googlerobot.py,sha256=y4EvHwPhfj0wF6gS7UVv2
|
|
36
36
|
mani_skill/agents/robots/humanoid/__init__.py,sha256=fP0TIhokMXDRgduz6BEvloeS6yNB-5_c0wI_cTFOiIU,31
|
37
37
|
mani_skill/agents/robots/humanoid/humanoid.py,sha256=5Ad2oO6xO11proFQutvIsqDe5VPBTI5ImPvZaqIN0O4,3791
|
38
38
|
mani_skill/agents/robots/koch/__init__.py,sha256=-bZbNQnXk6rlXgSkIG2umLENJkNqAQb7jnjTe3r5Jfs,23
|
39
|
-
mani_skill/agents/robots/koch/koch.py,sha256=
|
39
|
+
mani_skill/agents/robots/koch/koch.py,sha256=r5morOu6Fv35qpSm2OFhhO2Aaw2x9ZtT3wrET-YtiCw,6736
|
40
40
|
mani_skill/agents/robots/koch/koch_real.py,sha256=w8lIzRsAZEvLGXbC598ktpGiHKuPp3XDspmU1xYXKqc,124
|
41
41
|
mani_skill/agents/robots/panda/__init__.py,sha256=VnFJLcmPMBjo-mlBpfMo5acYKud_wngRAcf67uiugSk,102
|
42
42
|
mani_skill/agents/robots/panda/panda.py,sha256=QDH8_Gh2UaSDL-xpAvUL6fp5x4zyeVaUv8W2biixbgU,10623
|
@@ -777,8 +777,8 @@ mani_skill/vector/wrappers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
777
777
|
mani_skill/vector/wrappers/gymnasium.py,sha256=v1MDPIrVACBKCulrpdXBK2jDZQI7LKYFZgGgaCC5avY,7408
|
778
778
|
mani_skill/vector/wrappers/sb3.py,sha256=SlXdiEPqcNHYMhJCzA29kBU6zK7DKTe1nc0L6Z3QQtY,4722
|
779
779
|
mani_skill/viewer/__init__.py,sha256=srvDBsk4LQU75K2VIttrhiQ68p_ro7PSDqQRls2PY5c,1722
|
780
|
-
mani_skill_nightly-2025.4.5.
|
781
|
-
mani_skill_nightly-2025.4.5.
|
782
|
-
mani_skill_nightly-2025.4.5.
|
783
|
-
mani_skill_nightly-2025.4.5.
|
784
|
-
mani_skill_nightly-2025.4.5.
|
780
|
+
mani_skill_nightly-2025.4.5.2036.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
781
|
+
mani_skill_nightly-2025.4.5.2036.dist-info/METADATA,sha256=2LP7wKbyCUQcp1JbuGaUp_DvZ4AKybWO3cU8uYGO2EQ,9291
|
782
|
+
mani_skill_nightly-2025.4.5.2036.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
783
|
+
mani_skill_nightly-2025.4.5.2036.dist-info/top_level.txt,sha256=bkBgOVl_MZMoQx2aRFsSFEYlZLxjWlip5vtJ39FB3jA,11
|
784
|
+
mani_skill_nightly-2025.4.5.2036.dist-info/RECORD,,
|
{mani_skill_nightly-2025.4.5.2022.dist-info → mani_skill_nightly-2025.4.5.2036.dist-info}/LICENSE
RENAMED
File without changes
|
{mani_skill_nightly-2025.4.5.2022.dist-info → mani_skill_nightly-2025.4.5.2036.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|