You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add some methods for solving RL problems using evolutionary strategies following the work by Open AI (https://arxiv.org/abs/1703.03864). This includes techniques such as:
Vanilla Evolutionary Strategy (ES)
Parallelised ES
Natural ES
CMA-ES
Novelty Search (NS)
Genetic algorithms (maybe)
The list could go on, but this is a good start.
The text was updated successfully, but these errors were encountered:
We should add some methods for solving RL problems using evolutionary strategies following the work by Open AI (https://arxiv.org/abs/1703.03864). This includes techniques such as:
The list could go on, but this is a good start.
The text was updated successfully, but these errors were encountered: