unienv 0.0.1b8__py3-none-any.whl → 0.0.1b9__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: unienv
3
- Version: 0.0.1b8
3
+ Version: 0.0.1b9
4
4
  Summary: Unified robot environment framework supporting multiple tensor and simulation backends
5
5
  License-Expression: MIT
6
6
  Project-URL: Homepage, https://github.com/UniEnvOrg/UniEnv
@@ -12,7 +12,7 @@ Requires-Python: >=3.10
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: numpy
15
- Requires-Dist: xbarray>=0.0.1a13
15
+ Requires-Dist: xbarray>=0.0.1a14
16
16
  Requires-Dist: pillow
17
17
  Requires-Dist: cloudpickle
18
18
  Requires-Dist: pyvers
@@ -1,4 +1,4 @@
1
- unienv-0.0.1b8.dist-info/licenses/LICENSE,sha256=nkklvEaJUR4QDBygz7tkEe1FMVKV1JSjnGzJNLhdIWM,1091
1
+ unienv-0.0.1b9.dist-info/licenses/LICENSE,sha256=nkklvEaJUR4QDBygz7tkEe1FMVKV1JSjnGzJNLhdIWM,1091
2
2
  unienv_data/__init__.py,sha256=zFxbe7aM5JvYXIK0FGnOPwWQJMN-8l_l8prB85CkcA8,95
3
3
  unienv_data/base/__init__.py,sha256=w-I8A-z7YYArkHc2ZOVGrfzfThsaDBg7aD7qMFprNM8,186
4
4
  unienv_data/base/common.py,sha256=A3RtD3Omqk0Qplsc-44ukAEzbQEU22_MkwUlC7l-HHM,13083
@@ -35,7 +35,7 @@ unienv_interface/backends/__init__.py,sha256=L7CFwCChHVL-2Dpz34pTGC37WgodfJEeDQw
35
35
  unienv_interface/backends/base.py,sha256=1_hji1qwNAhcEtFQdAuzaNey9g5bWYj38t1sQxjnggc,132
36
36
  unienv_interface/backends/jax.py,sha256=26Wu5OQ4EEjolyZoELhlWMPNSZ7LsVoKEGpd09L80Ck,533
37
37
  unienv_interface/backends/numpy.py,sha256=6dMB2Vq7mrWukobyyGvuccluZUgjVkxr7x0hrUc_pe8,542
38
- unienv_interface/backends/pytorch.py,sha256=BddHmZAngsaedFlvj1mKdXpNe6AWvNwEXq_eTEUoFWA,592
38
+ unienv_interface/backends/pytorch.py,sha256=tsxgaSJK0Uux4cjHqEI6RDQtlOnmEWqwTxIb_JqphOw,592
39
39
  unienv_interface/backends/serialization.py,sha256=0TZlpfbP1DRB4FkM8ysDVQmn6RlYtIPisyeHjvHr7bE,2289
40
40
  unienv_interface/env_base/__init__.py,sha256=JuaVgWlg313LZpflt4LSErY94nUrfvUp0LbIPUle0MA,226
41
41
  unienv_interface/env_base/env.py,sha256=PV-AEmKwSjnFDjZFYtBW-At9w4fpm_I5C7GhfxPPrs4,4833
@@ -99,7 +99,7 @@ unienv_interface/wrapper/gym_compat.py,sha256=JhLxDsO1NsJnKzKhO0MqMw9i5_1FLxoxKi
99
99
  unienv_interface/wrapper/time_limit.py,sha256=VRvB00BK7deI2QtdGatqwDWmPgjgjg1E7MTvEyaW5rg,2904
100
100
  unienv_interface/wrapper/transformation.py,sha256=pQ-_YVU8WWDqSk2sONUUgQY1iigOD092KNcp1DYxoxk,10043
101
101
  unienv_interface/wrapper/video_record.py,sha256=y_nJRYgo1SeLeO_Ymg9xbbGPKm48AbU3BxZK2wd0gzk,8679
102
- unienv-0.0.1b8.dist-info/METADATA,sha256=eCut1OMadsIJC5XAqCZHVr9UsfdXqqrumSkH4uuNcTI,3056
103
- unienv-0.0.1b8.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
104
- unienv-0.0.1b8.dist-info/top_level.txt,sha256=wfcJ5_DruUtOEUZjEyfadaKn7B90hWqz2aw-eM3wX5g,29
105
- unienv-0.0.1b8.dist-info/RECORD,,
102
+ unienv-0.0.1b9.dist-info/METADATA,sha256=dK0fOZRjsgWzvnwEmASIt14oGnzFhU9FAqQSfETirB0,3056
103
+ unienv-0.0.1b9.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
104
+ unienv-0.0.1b9.dist-info/top_level.txt,sha256=wfcJ5_DruUtOEUZjEyfadaKn7B90hWqz2aw-eM3wX5g,29
105
+ unienv-0.0.1b9.dist-info/RECORD,,
@@ -1,7 +1,7 @@
1
1
  try:
2
- from xbarray.backends.pytorch import PytorchComputeBackend as XBPytorchBackend
2
+ from xbarray.backends.pytorch import PyTorchComputeBackend as XBPytorchBackend
3
3
  except ImportError:
4
- from xbarray.pytorch import PytorchComputeBackend as XBPytorchBackend
4
+ from xbarray.pytorch import PyTorchComputeBackend as XBPytorchBackend
5
5
  from xbarray import ComputeBackend
6
6
 
7
7
  from typing import Union