Papers › Simple random search provides a competitive approach to reinforcement learning

Simple random search provides a competitive approach to reinforcement learning

19 Mar 2018arXiv:1803.07055archive 2025-07-28

Horia Mania, Aurelia Guy, Benjamin Recht

A common belief in model-free reinforcement learning is that methods based on random search in the parameter space of policies exhibit significantly worse sample complexity than those that explore the space of actions. We dispel such beliefs by introducing a random search method for training static, linear policies for continuous control problems, matching state-of-the-art sample efficiency on the benchmark MuJoCo locomotion tasks. Our method also finds a nearly optimal controller for a challenging instance of the Linear Quadratic Regulator, a classical problem in control theory, when the dynamics are not known. Computationally, our random search algorithm is at least 15 times more efficient than the fastest competing model-free methods on these benchmarks. We take advantage of this computational efficiency to evaluate the performance of our method over hundreds of random seeds and many different hyperparameter configurations for each benchmark task. Our simulations highlight a high variability in performance in these benchmark tasks, suggesting that commonly used estimations of sample efficiency do not adequately evaluate the performance of RL algorithms.

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="1803.07055")

Code

Syntology Ran 3 of 15 code samples harvested from 5 repositories linked to this paper; 12 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: community (archive-listed): 15 samples from 5 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

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

modestyachts/ARS officialmentioned in papermentioned on GitHubNOASSERTION report
Ji4chenLi/ARS_experiment mentioned on GitHub report
alexis-jacq/numpy_ARS mentioned on GitHub report
billchan226/poar-srl-4-robot mentioned on GitHubtfMIT report
data-science-in-mechanical-engineering/hci-gibo mentioned on GitHubpytorchNOASSERTION report
eric-erki/robotics-rl-srl mentioned on GitHubMIT report
google/evojax mentioned on GitHubjaxApache-2.0 report
in1t3r/ARS mentioned on GitHub report
kalifou/robotics-rl-srl mentioned on GitHubMIT report
kayuksel/pytorch-ars mentioned on GitHubpytorch report
nnaisense/pgpelib mentioned on GitHubpytorch report
octothrope/ARS mentioned on GitHub report
qihongl/demo-random-search-RL mentioned on GitHubpytorch report
sarmueller/gibo mentioned on GitHubpytorchMIT report
sbodenstein/Tutorials mentioned on GitHub report
tmjeong1103/RL_with_RAY mentioned on GitHubpytorch 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

15 samples harvested; 3 ran; 0 honoured the contract we drafted; 12 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.

2ran · our draft was wrong
1ran · fixture could not drive it
12unverified

Licence: 3 of the 15 samples are 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 5 repositories linked to this paper, official or community; each sample names its own and says which. “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.

calculate_loss kayuksel/pytorch-ars/ars_dataparallel.py community (archive-listed) ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · f34d83ec198f0b0c · report
get_batch kayuksel/pytorch-ars/ars_dataparallel.py community (archive-listed) ran · fixture could not drive it GPL-3.0 (copyleft) · pointer only · bd8890576c4c1b92 · report
mkdir jainpankul/Augmented-Random-Search/ARS.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 6b3bc12652205efd · report
conv3x3 billchan226/poar-srl-4-robot/srl_zoo/models/models.py community (archive-listed) unverified MIT (permissive) · 00d0cc5eadefcd18 · report
convertImagePath eric-erki/robotics-rl-srl/environments/dataset_generator.py community (archive-listed) unverified MIT (permissive) · 49accadcbda40a13 · report
encodeOneHot billchan226/poar-srl-4-robot/srl_zoo/models/models.py community (archive-listed) unverified MIT (permissive) · dfab5e99492d29c9 · report
explore suvhradipghosh07/Augmented-Random-Search/_ai_.py community (archive-listed) unverified MIT (permissive) · 44c6ee6398a602b8 · report
findDissimilar billchan226/poar-srl-4-robot/srl_zoo/losses/utils.py community (archive-listed) unverified MIT (permissive) · fe771d1b728a1d21 · report
findSameActions billchan226/poar-srl-4-robot/srl_zoo/losses/utils.py community (archive-listed) unverified MIT (permissive) · 61e7389045c32bd7 · report
forwardModelLoss billchan226/poar-srl-4-robot/srl_zoo/losses/losses.py community (archive-listed) unverified MIT (permissive) · 649af1e84314be4e · report
getSRLDim eric-erki/robotics-rl-srl/state_representation/models.py community (archive-listed) unverified MIT (permissive) · 305f5edcff073267 · report
inverseModelLoss billchan226/poar-srl-4-robot/srl_zoo/losses/losses.py community (archive-listed) unverified MIT (permissive) · e44e088cf66053b3 · report
overSampling billchan226/poar-srl-4-robot/srl_zoo/losses/utils.py community (archive-listed) unverified MIT (permissive) · 5e577a99c2ee9cb3 · report
register eric-erki/robotics-rl-srl/environments/registry.py community (archive-listed) unverified MIT (permissive) · 171decf255010ed6 · report
roboticPriorsLoss billchan226/poar-srl-4-robot/srl_zoo/losses/losses.py community (archive-listed) unverified MIT (permissive) · 4d38f7f1d06a5cfd · report

Tasks

Computational EfficiencyContinuous ControlMuJoCoReinforcement LearningReinforcement Learning (RL)continuous-controlreinforcement-learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Random Search

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