Papers › OpenAI Gym

OpenAI Gym

5 Jun 2016arXiv:1606.01540archive 2025-07-28

Greg Brockman, Vicki Cheung, Ludwig Pettersson, Jonas Schneider, John Schulman, Jie Tang, Wojciech Zaremba

OpenAI Gym is a toolkit for reinforcement learning research. It includes a growing collection of benchmark problems that expose a common interface, and a website where people can share their results and compare the performance of algorithms. This whitepaper discusses the components of OpenAI Gym and the design decisions that went into the software.

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

Code

Syntology Ran 2 of 2 code samples harvested from 2 repositories linked to this paper; 0 have no recorded run. Of those that ran: 2 ran · honoured contract.

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

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

09jvilla/CS234_gym mentioned on GitHubtfNOASSERTION report
1110589721/openia-gym mentioned on GitHubtfNOASSERTION report
1nf0rmagician/gym-bimanualPickAndPlace mentioned on GitHubtfNOASSERTION report
AnejSvete/gym mentioned on GitHubtfNOASSERTION report
Christopheraburns/openai-gym mentioned on GitHubtfNOASSERTION report
DartEnv/dart-env mentioned on GitHubtfNOASSERTION report
EndingCredits/gym mentioned on GitHubtfNOASSERTION report
KarlXing/gym mentioned on GitHubtfNOASSERTION report
LucasSilve/openAIgym mentioned on GitHubtfNOASSERTION report
M46N3/learn2drive mentioned on GitHubtf report
Rowing0914/gym_modified mentioned on GitHubtfNOASSERTION report
RyanRizzo96/gym-FetchCustom mentioned on GitHubtfNOASSERTION report
StanfordVL/Gym mentioned on GitHubtfNOASSERTION report
Steve--Hunter/gym mentioned on GitHubtfNOASSERTION report
YanglanWang/classic_control mentioned on GitHubtfNOASSERTION report
a-ozeki/openAI_gym mentioned on GitHubtfNOASSERTION report
abhiksingla/gym mentioned on GitHubtfNOASSERTION report
aysaha/gym mentioned on GitHubtfNOASSERTION report
cbellinger27/adaptive_optics_gym mentioned on GitHubpytorch report
davidsonic/self_brewed_gym mentioned on GitHubtfNOASSERTION report
felipeescallon/openai-gym mentioned on GitHubtf report
franroldans/custom_gym mentioned on GitHubtfNOASSERTION report
gtrll/dartenv mentioned on GitHubtfNOASSERTION report
jangirrishabh/gym mentioned on GitHubtfNOASSERTION report
jturner65/Getup-DartEnv mentioned on GitHubtfNOASSERTION report
ligy2016/gym mentioned on GitHubtfNOASSERTION report
n0o8o0n1um/Gym1 mentioned on GitHubtfNOASSERTION report
nmsquared/CS7641-Assignment-4 mentioned on GitHubtfNOASSERTION report
nohboogy/gym mentioned on GitHubtfNOASSERTION report
openai/gym mentioned on GitHubtf report
ozcell/gym_wmgds_ma mentioned on GitHubtf report
polixir/neorl2 mentioned on GitHubpytorch report
qihongl/demo-advantage-actor-critic mentioned on GitHubpytorch report
sahandrez/gym_forestfire mentioned on GitHubpytorch report
shinian123/gym mentioned on GitHubtfNOASSERTION report
shriram2112/Reinforcement_learning_gym mentioned on GitHubtfNOASSERTION report
sibeshkar/gym mentioned on GitHubtfNOASSERTION report
tjcdev/mlpgym mentioned on GitHubtfNOASSERTION report
tsinghua-rll/gym-gridworld mentioned on GitHub report
varuncs2011/rl mentioned on GitHubtfNOASSERTION report
vvanirudh/imitation-learning-gym mentioned on GitHubtfNOASSERTION 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

2 samples harvested; 2 ran; 2 honoured the contract we drafted; 0 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 · honoured contract

Licence: 2 of the 2 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 2 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.

do_rollout felipeescallon/openai-gym/examples/agents/cem.py community (archive-listed) ran · honoured contract licence not identified · pointer only · eb25db0d9aab9dfb · report
to_ram ozcell/gym_wmgds_ma/gym_wmgds/envs/atari/atari_env.py community (archive-listed) ran · honoured contract licence not identified · pointer only · 9ea6457d83297a2b · report

Tasks

Reinforcement LearningReinforcement Learning (RL)reinforcement-learning

Datasets

Introduced by this paper, per the archive.

OpenAI Gym

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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