Skip to content

Commit

Permalink
Update es.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Evolutionary-Intelligence authored Dec 6, 2024
1 parent 5aed5e7 commit 05cea89
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pypop7/optimizers/es/es.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ class ES(Optimizer):
allow for maximum genetic repair."---[Hansen et al., 2015]
<https://link.springer.com/chapter/10.1007%2F978-3-662-43505-2_44>`_
In 2017, `OpenAI <https://openai.com/>`_ designed a **scalable** `ES` version without CMA (now called `OpenAI-ES
<https://openai.com/index/evolution-strategies/>`_) but obtaining competitive performance for high-dimensional
(deep neural network-based) policy search in reinforcement learning.
In 2017, `OpenAI <https://openai.com/>`_ designed a **scalable** `ES` version
(called `OpenAI-ES <https://openai.com/index/evolution-strategies/>`_) which
obtained *competitive* performance for deep neural network-based policy
search in reinforcement learning.
For some interesting applications of `ES`, please refer to
`[SIMULIA > CST Studio Suite > Automatic Optimization (Dassault Systèmes)]
Expand Down

0 comments on commit 05cea89

Please sign in to comment.