evolutionary-policy-optimization 0.0.16__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.16
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
@@ -37,6 +37,7 @@ Requires-Python: >=3.8
37
37
  Requires-Dist: adam-atan2-pytorch
38
38
  Requires-Dist: assoc-scan
39
39
  Requires-Dist: einops>=0.8.0
40
+ Requires-Dist: hl-gauss-pytorch>=0.1.19
40
41
  Requires-Dist: torch>=2.2
41
42
  Requires-Dist: tqdm
42
43
  Provides-Extra: examples
@@ -110,4 +111,15 @@ latent_pool.genetic_algorithm_step(fitness) # update latent genes with genetic a
110
111
  }
111
112
  ```
112
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
+
113
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.16.dist-info/METADATA,sha256=Go0IYw3PbRLeHIu_Volhn31YX8WKLiI_YdllA3mj-bE,4480
5
- evolutionary_policy_optimization-0.0.16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
- evolutionary_policy_optimization-0.0.16.dist-info/licenses/LICENSE,sha256=1yCiA9b5nhslTavxPjsQAO-wpOnwJR9-l8LTVi7GJuk,1066
7
- evolutionary_policy_optimization-0.0.16.dist-info/RECORD,,