evolutionary-policy-optimization 0.0.15__py3-none-any.whl → 0.0.17__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.
@@ -15,6 +15,8 @@ from assoc_scan import AssocScan
15
15
 
16
16
  from adam_atan2_pytorch import AdoptAtan2
17
17
 
18
+ from hl_gauss_pytorch import HLGaussLayer
19
+
18
20
  # helpers
19
21
 
20
22
  def exists(v):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: evolutionary-policy-optimization
3
- Version: 0.0.15
3
+ Version: 0.0.17
4
4
  Summary: EPO - Pytorch
5
5
  Project-URL: Homepage, https://pypi.org/project/evolutionary-policy-optimization/
6
6
  Project-URL: Repository, https://github.com/lucidrains/evolutionary-policy-optimization
@@ -34,8 +34,10 @@ Classifier: License :: OSI Approved :: MIT License
34
34
  Classifier: Programming Language :: Python :: 3.8
35
35
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
36
36
  Requires-Python: >=3.8
37
+ Requires-Dist: adam-atan2-pytorch
37
38
  Requires-Dist: assoc-scan
38
39
  Requires-Dist: einops>=0.8.0
40
+ Requires-Dist: hl-gauss-pytorch>=0.1.19
39
41
  Requires-Dist: torch>=2.2
40
42
  Requires-Dist: tqdm
41
43
  Provides-Extra: examples
@@ -109,4 +111,15 @@ latent_pool.genetic_algorithm_step(fitness) # update latent genes with genetic a
109
111
  }
110
112
  ```
111
113
 
114
+ ```bibtex
115
+ @article{Farebrother2024StopRT,
116
+ title = {Stop Regressing: Training Value Functions via Classification for Scalable Deep RL},
117
+ author = {Jesse Farebrother and Jordi Orbay and Quan Ho Vuong and Adrien Ali Taiga and Yevgen Chebotar and Ted Xiao and Alex Irpan and Sergey Levine and Pablo Samuel Castro and Aleksandra Faust and Aviral Kumar and Rishabh Agarwal},
118
+ journal = {ArXiv},
119
+ year = {2024},
120
+ volume = {abs/2403.03950},
121
+ url = {https://api.semanticscholar.org/CorpusID:268253088}
122
+ }
123
+ ```
124
+
112
125
  *Evolution is cleverer than you are.* - Leslie Orgel
@@ -0,0 +1,7 @@
1
+ evolutionary_policy_optimization/__init__.py,sha256=Qavcia0n13jjaWIS_LPW7QrxSLT_BBeKujCjF9kQjbA,133
2
+ evolutionary_policy_optimization/epo.py,sha256=U1iROmPdJjU_tqd50XtBUibfOHtYUE7MzfPu-6bU2Pw,17586
3
+ evolutionary_policy_optimization/experimental.py,sha256=ktBKxRF27Qsj7WIgBpYlWXqMVxO9zOx2oD1JuDYRAwM,548
4
+ evolutionary_policy_optimization-0.0.17.dist-info/METADATA,sha256=okvM0b28MQBex5XUXVWwflYcf7hqG3I5dAh8PxWGhrM,5047
5
+ evolutionary_policy_optimization-0.0.17.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
+ evolutionary_policy_optimization-0.0.17.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
7
+ evolutionary_policy_optimization-0.0.17.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- evolutionary_policy_optimization/__init__.py,sha256=Qavcia0n13jjaWIS_LPW7QrxSLT_BBeKujCjF9kQjbA,133
2
- evolutionary_policy_optimization/epo.py,sha256=f_e-TkJRFF1VHG3psJDgLGNIzlEvDSjX0nOsbLaOBrw,17543
3
- evolutionary_policy_optimization/experimental.py,sha256=ktBKxRF27Qsj7WIgBpYlWXqMVxO9zOx2oD1JuDYRAwM,548
4
- evolutionary_policy_optimization-0.0.15.dist-info/METADATA,sha256=dGjFvEBt10Ac9PhsYSnluSbw_BixLTA_pEekW7TPF3U,4446
5
- evolutionary_policy_optimization-0.0.15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
- evolutionary_policy_optimization-0.0.15.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
7
- evolutionary_policy_optimization-0.0.15.dist-info/RECORD,,