pyRDDLGym-jax 0.2__py3-none-any.whl → 0.3__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.
pyRDDLGym_jax/__init__.py CHANGED
@@ -0,0 +1 @@
1
+ __version__ = '0.3'
@@ -14,8 +14,7 @@ try:
14
14
  except Exception:
15
15
  raise_warning('Failed to import tensorflow-probability: '
16
16
  'compilation of some complex distributions '
17
- '(Binomial, Negative-Binomial, Multinomial) will fail. '
18
- 'Please ensure this package is installed correctly.', 'red')
17
+ '(Binomial, Negative-Binomial, Multinomial) will fail.', 'red')
19
18
  traceback.print_exc()
20
19
  tfp = None
21
20