Papers › Evolution Strategies as a Scalable Alternative to Reinforcement Learning

Evolution Strategies as a Scalable Alternative to Reinforcement Learning

10 Mar 2017arXiv:1703.03864archive 2025-07-28

Tim Salimans, Jonathan Ho, Xi Chen, Szymon Sidor, Ilya Sutskever

We explore the use of Evolution Strategies (ES), a class of black box optimization algorithms, as an alternative to popular MDP-based RL techniques such as Q-learning and Policy Gradients. Experiments on MuJoCo and Atari show that ES is a viable solution strategy that scales extremely well with the number of CPUs available: By using a novel communication strategy based on common random numbers, our ES implementation only needs to communicate scalars, making it possible to scale to over a thousand parallel workers. This allows us to solve 3D humanoid walking in 10 minutes and obtain competitive results on most Atari games after one hour of training. In addition, we highlight several advantages of ES as a black box optimization technique: it is invariant to action frequency and delayed rewards, tolerant of extremely long horizons, and does not need temporal discounting or value function approximation.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1703.03864")

Code

Syntology Ran 7 of 29 code samples harvested from 6 repositories linked to this paper; 22 have no recorded run. Of those that ran: 1 ran · violated contract; 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 5 samples from 1 repository, 4 ran; community (archive-listed): 23 samples from 5 repositories, 2 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

23 repositories listed; official and paper-mentioned ones first.

openai/evolution-strategies-starter officialmentioned on GitHubtf report
FlixCoder/rust-es-optimizer mentioned on GitHubApache-2.0 report
ShangtongZhang/DistributedES mentioned on GitHubpytorch report
alisidd/Evolution-Strategies mentioned on GitHubtf report
aspk/space_battle mentioned on GitHubGPL-3.0 report
atgambardella/pytorch-es mentioned on GitHubpytorch report
cesch97/NeuroEvolution mentioned on GitHub report
czen88/qtrader mentioned on GitHubtfApache-2.0 report
enajx/ES mentioned on GitHubpytorch report
evaboost/evaboost mentioned on GitHubApache-2.0 report
fiberleif/evolution-strategies mentioned on GitHubtf report
neilsgp/RL-Algorithms mentioned on GitHub report
neuro-soup/es-torch mentioned on GitHubjaxMIT report
nnaisense/pgpelib mentioned on GitHubpytorch report
patniemeyer/ga-autoencoder mentioned on GitHubpytorch report
rasmusbergpalm/evostrat mentioned on GitHubpytorchMIT report
shakti365/nes mentioned on GitHub report
silvialuu/DRL-2018 mentioned on GitHubpytorch report
susanwe/ope_worldmodels mentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

29 samples harvested; 7 ran; 0 honoured the contract we drafted; 22 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
4ran · our draft was wrong
1ran · fixture could not drive it
1ran
22unverified

Licence: 1 of the 29 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 6 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_centered_ranks openai/evolution-strategies-starter/es_distributed/es.py official repository ran · violated contract fingerprinted MIT (permissive) · c8c2960f6687b93c · report
compute_ranks openai/evolution-strategies-starter/es_distributed/es.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · e2d29b359d6b9487 · report
make_download_and_run_script openai/evolution-strategies-starter/scripts/launch.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · a4a771117d6a020c · report
make_master_script openai/evolution-strategies-starter/scripts/launch.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 79c7eb37f654ff5e · report
make_session openai/evolution-strategies-starter/es_distributed/es.py official repository unverified MIT (permissive) · 703807555aa85c6d · report
IsErrorSuppressedByNolint evaboost/evaboost/3rdparty/styleguide/cpplint/cpplint.py community (archive-listed) ran Apache-2.0 (permissive) · f411b1d1a4650685 · report
selu atgambardella/pytorch-es/model.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 372b61b06977ac30 · report
IsHeaderExtension evaboost/evaboost/3rdparty/styleguide/cpplint/cpplint.py community (archive-listed) unverified Apache-2.0 (permissive) · 33e5324385b943de · report
Match evaboost/evaboost/3rdparty/styleguide/cpplint/cpplint.py community (archive-listed) unverified Apache-2.0 (permissive) · cc4a507875b5c7a1 · report
beta czen88/qtrader/stats.py community (archive-listed) unverified Apache-2.0 (permissive) · 4fb9910c23879e26 · report
compute_centered_ranks rasmusbergpalm/evostrat/evostrat/util.py community (archive-listed) unverified MIT (permissive) · 434d7be1e2631103 · report
create_lagged_series czen88/qtrader/research/forecast.py community (archive-listed) unverified Apache-2.0 (permissive) · b3546aca07016adb · report
create_model czen88/qtrader/research/neuralnet.py community (archive-listed) unverified Apache-2.0 (permissive) · f4c39c5bdd65e1e8 · report
gen_trades czen88/qtrader/backtest.py community (archive-listed) unverified Apache-2.0 (permissive) · b23b7a9cdd5a560e · report
get_stats czen88/qtrader/backtest.py community (archive-listed) unverified Apache-2.0 (permissive) · 9140472b1b7f5e55 · report
get_stats_mon czen88/qtrader/backtest.py community (archive-listed) unverified Apache-2.0 (permissive) · f31e6801b6f2ef85 · report
load_data_kr czen88/qtrader/datalib.py community (archive-listed) unverified Apache-2.0 (permissive) · 063c73c605f93af1 · report
lpm czen88/qtrader/stats.py community (archive-listed) unverified Apache-2.0 (permissive) · 63d526aab1237921 · report
normalize rasmusbergpalm/evostrat/evostrat/util.py community (archive-listed) unverified MIT (permissive) · fe8d306c84b63ec5 · report
normalized_columns_initializer atgambardella/pytorch-es/model.py community (archive-listed) unverified MIT (permissive) · 2b7f271057272097 · report
register_check evaboost/evaboost/3rdparty/styleguide/pycodestyle/pycodestyle.py community (archive-listed) unverified Apache-2.0 (permissive) · 1e6800b0d86136c6 · report
tabs_obsolete evaboost/evaboost/3rdparty/styleguide/pycodestyle/pycodestyle.py community (archive-listed) unverified Apache-2.0 (permissive) · 8b07c60c858a0a5f · report
tabs_or_spaces evaboost/evaboost/3rdparty/styleguide/pycodestyle/pycodestyle.py community (archive-listed) unverified Apache-2.0 (permissive) · 52c0ec49a4cf9407 · report
test ShangtongZhang/DistributedES/cma_es.py community (archive-listed) unverified Apache-2.0 (permissive) · 0f3373194a3a7f49 · report
test ShangtongZhang/DistributedES/natural_es.py community (archive-listed) unverified Apache-2.0 (permissive) · d216d50a731d0266 · report
train ShangtongZhang/DistributedES/natural_es.py community (archive-listed) unverified Apache-2.0 (permissive) · c481166be3fcc928 · report
truncate czen88/qtrader/params.py community (archive-listed) unverified Apache-2.0 (permissive) · 9ceef2b01661079b · report
vol czen88/qtrader/stats.py community (archive-listed) unverified Apache-2.0 (permissive) · f6c2c3eb9800bb80 · report
mkdir identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 6b3bc12652205efd · report

Tasks

Atari GamesMuJoCoQ-LearningReinforcement LearningReinforcement Learning (RL)reinforcement-learning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Atari Games Atari 2600 Alien ES FF (1 hour) noop Score 994.0 #39 of 49 Archive leaderboard report
Atari Games Atari 2600 Amidar ES FF (1 hour) noop Score 112.0 #46 of 48 Archive leaderboard report
Atari Games Atari 2600 Assault ES FF (1 hour) noop Score 1673.9 #38 of 45 Archive leaderboard report
Atari Games Atari 2600 Asterix ES FF (1 hour) noop Score 1440 #45 of 49 Archive leaderboard report
Atari Games Atari 2600 Asteroids ES FF (1 hour) noop Score 1562.0 #32 of 43 Archive leaderboard report
Atari Games Atari 2600 Atlantis ES FF (1 hour) noop Score 1267410.0 #9 of 42 Archive leaderboard report
Atari Games Atari 2600 Bank Heist ES FF (1 hour) noop Score 225.0 #40 of 45 Archive leaderboard report
Atari Games Atari 2600 Battle Zone ES FF (1 hour) noop Score 16600.0 #39 of 47 Archive leaderboard report
Atari Games Atari 2600 Beam Rider ES FF (1 hour) noop Score 744.0 #47 of 49 Archive leaderboard report
Atari Games Atari 2600 Berzerk ES FF (1 hour) noop Score 686.0 #35 of 39 Archive leaderboard report
Atari Games Atari 2600 Bowling ES FF (1 hour) noop Score 30 #43 of 44 Archive leaderboard report
Atari Games Atari 2600 Boxing ES FF (1 hour) noop Score 49.8 #39 of 45 Archive leaderboard report
Atari Games Atari 2600 Breakout ES FF (1 hour) noop Score 9.5 #55 of 58 Archive leaderboard report
Atari Games Atari 2600 Centipede ES FF (1 hour) noop Score 7783.9 #22 of 45 Archive leaderboard report
Atari Games Atari 2600 Chopper Command ES FF (1 hour) noop Score 3710.0 #37 of 45 Archive leaderboard report
Atari Games Atari 2600 Crazy Climber ES FF (1 hour) noop Score 26430.0 #45 of 49 Archive leaderboard report
Atari Games Atari 2600 Demon Attack ES FF (1 hour) noop Score 1166.5 #42 of 46 Archive leaderboard report
Atari Games Atari 2600 Double Dunk ES FF (1 hour) noop Score 0.2 #21 of 43 Archive leaderboard report
Atari Games Atari 2600 Enduro ES FF (1 hour) noop Score 95.0 #41 of 48 Archive leaderboard report
Atari Games Atari 2600 Fishing Derby ES FF (1 hour) noop Score -49.0 #41 of 44 Archive leaderboard report
Atari Games Atari 2600 Freeway ES FF (1 hour) noop Score 31.0 #30 of 59 Archive leaderboard report
Atari Games Atari 2600 Frostbite ES FF (1 hour) noop Score 370.0 #41 of 53 Archive leaderboard report
Atari Games Atari 2600 Gopher ES FF (1 hour) noop Score 582.0 #43 of 43 Archive leaderboard report
Atari Games Atari 2600 Gravitar ES FF (1 hour) noop Score 805.0 #25 of 53 Archive leaderboard report
Atari Games Atari 2600 Ice Hockey ES FF (1 hour) noop Score -4.1 #34 of 43 Archive leaderboard report
Atari Games Atari 2600 Kangaroo ES FF (1 hour) noop Score 11200.0 #23 of 47 Archive leaderboard report
Atari Games Atari 2600 Krull ES FF (1 hour) noop Score 8647.2 #25 of 45 Archive leaderboard report
Atari Games Atari 2600 Name This Game ES FF (1 hour) noop Score 4503.0 #39 of 43 Archive leaderboard report
Atari Games Atari 2600 Pong ES FF (1 hour) noop Score 21.0 #2 of 52 Archive leaderboard report
Atari Games Atari 2600 Private Eye ES FF (1 hour) noop Score 100.0 #43 of 52 Archive leaderboard report
Atari Games Atari 2600 Q*Bert ES FF (1 hour) noop Score 147.5 #55 of 57 Archive leaderboard report
Atari Games Atari 2600 River Raid ES FF (1 hour) noop Score 5009.0 #35 of 41 Archive leaderboard report
Atari Games Atari 2600 Road Runner ES FF (1 hour) noop Score 16590.0 #38 of 44 Archive leaderboard report
Atari Games Atari 2600 Robotank ES FF (1 hour) noop Score 11.9 #38 of 42 Archive leaderboard report
Atari Games Atari 2600 Seaquest ES FF (1 hour) noop Score 1390.0 #45 of 57 Archive leaderboard report
Atari Games Atari 2600 Space Invaders ES FF (1 hour) noop Score 678.5 #48 of 55 Archive leaderboard report
Atari Games Atari 2600 Star Gunner ES FF (1 hour) noop Score 1470.0 #39 of 43 Archive leaderboard report
Atari Games Atari 2600 Tennis ES FF (1 hour) noop Score -4.5 #38 of 43 Archive leaderboard report
Atari Games Atari 2600 Time Pilot ES FF (1 hour) noop Score 4970.0 #36 of 44 Archive leaderboard report
Atari Games Atari 2600 Tutankham ES FF (1 hour) noop Score 130.3 #32 of 44 Archive leaderboard report
Atari Games Atari 2600 Up and Down ES FF (1 hour) noop Score 67974.0 #19 of 44 Archive leaderboard report
Atari Games Atari 2600 Venture ES FF (1 hour) noop Score 760.0 #20 of 55 Archive leaderboard report
Atari Games Atari 2600 Video Pinball ES FF (1 hour) noop Score 22834.8 #40 of 42 Archive leaderboard report
Atari Games Atari 2600 Wizard of Wor ES FF (1 hour) noop Score 3480.0 #35 of 41 Archive leaderboard report
Atari Games Atari 2600 Zaxxon ES FF (1 hour) noop Score 6380.0 #33 of 41 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Q-Learning

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections