Papers › Asynchronous Methods for Deep Reinforcement Learning

Asynchronous Methods for Deep Reinforcement Learning

4 Feb 2016arXiv:1602.01783archive 2025-07-28

Volodymyr Mnih, Adrià Puigdomènech Badia, Mehdi Mirza, Alex Graves, Timothy P. Lillicrap, Tim Harley, David Silver, Koray Kavukcuoglu

We propose a conceptually simple and lightweight framework for deep reinforcement learning that uses asynchronous gradient descent for optimization of deep neural network controllers. We present asynchronous variants of four standard reinforcement learning algorithms and show that parallel actor-learners have a stabilizing effect on training allowing all four methods to successfully train neural network controllers. The best performing method, an asynchronous variant of actor-critic, surpasses the current state-of-the-art on the Atari domain while training for half the time on a single multi-core CPU instead of a GPU. Furthermore, we show that asynchronous actor-critic succeeds on a wide variety of continuous motor control problems as well as on a new task of navigating random 3D mazes using a visual input.

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

Code

Syntology Ran 38 of 95 code samples harvested from 36 repositories linked to this paper; 57 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 6 ran · our draft was wrong; 3 ran · fixture could not drive it; 26 ran with no contract checked.

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

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

4rChon/NL-FuN mentioned on GitHubtf report
AI-RG/rl-experiments mentioned on GitHubtf report
InSpaceAI/RL-Zoo mentioned on GitHubtf report
JulT1/RL_SS19 mentioned on GitHubtf report
Jzar/Space-Invaders-DQN mentioned on GitHubtf report
Kaixhin/ACER mentioned on GitHubpytorch report
Kaixhin/NoisyNet-A3C mentioned on GitHubpytorch report
Khrylx/PyTorch-RL mentioned on GitHubpytorch report
Nasdin/ReinforcementLearning-AtariGame mentioned on GitHubpytorch report
NervanaSystems/coach mentioned on GitHubtf report
PaulCharnay/Projet_AIF mentioned on GitHub report
Sheepsody/Batched-Impala-PyTorch mentioned on GitHubpytorch report
ShibiHe/Q-Optimality-Tightening mentioned on GitHubMIT report
Zartris/TD3_continuous_control mentioned on GitHubpytorch report
alexmlamb/blocks_rl_gru_setup mentioned on GitHubpytorch report
amanda-lambda/drl-experiments mentioned on GitHubpytorch report
amanda-lambda/hack-flappy-bird-drl mentioned on GitHubpytorch report
amaudruz/RL_openaigym mentioned on GitHubpytorch report
avillemin/Minecraft-AI mentioned on GitHubpytorch report
bentrevett/pytorch-rl mentioned on GitHubpytorch report
bkhmsi/meta-rl-harlow mentioned on GitHubpytorch report
brett-daley/fast-dqn mentioned on GitHubtf report
cdesilv1/sc2_ai_cdes mentioned on GitHubtfMIT report
chainer/chainerrl mentioned on GitHubpytorch report
danielpolimac/Ispit_Inteligentni_Agenti mentioned on GitHubnot reachable when probed 2026-09-18 — repositories for recent papers often appear after camera-ready report
deepsense-ai/Distributed-BA3C mentioned on GitHubtf report
dickreuter/neuron_poker mentioned on GitHub report
dsinghnegi/atari_RL_agent mentioned on GitHubpytorch report
gungui98/deeprl-a3c-ai2thor mentioned on GitHubtfMIT report
hulanwin/A3C-DRL mentioned on GitHubtf report
ikostrikov/pytorch-a3c mentioned on GitHubpytorchMIT report
ikostrikov/pytorch-rl mentioned on GitHubpytorch report
joshiatul/game_playing mentioned on GitHubMIT report
khanhptnk/bandit-nmt mentioned on GitHubpytorch report
lcswillems/torch-ac mentioned on GitHubpytorch report
liuyuezhang/pyrl mentioned on GitHubpytorch report
marload/DeepRL-TensorFlow2 mentioned on GitHubtf report
marload/deep-rl-tf2 mentioned on GitHubtfApache-2.0 report
mavischer/DRRL mentioned on GitHubpytorch report
miyosuda/async_deep_reinforce mentioned on GitHubtfApache-2.0 report
muupan/async-rl mentioned on GitHubMIT report
natsumeS/analysis mentioned on GitHub report
nvlabs/gbrl_sb3 mentioned on GitHubpytorchNOASSERTION report
ofekluis/sonic_project_ss19 mentioned on GitHub report
openai/universe-starter-agent mentioned on GitHubtfMIT report
qihongl/demo-advantage-actor-critic mentioned on GitHubpytorch report
qihongl/dlstm-demo mentioned on GitHubpytorch report
sainijagjit/A3C-Pytorch mentioned on GitHubpytorch report
sharan-dce/A3C mentioned on GitHubtf report
tensorlayer/RLzoo mentioned on GitHubtf report
tensorpack/tensorpack mentioned on GitHubtf report
traai/async-deep-rl mentioned on GitHubtfApache-2.0 report
uvipen/Super-mario-bros-A3C-pytorch mentioned on GitHubpytorch report
vladfi1/universe-starter-agent mentioned on GitHubtfMIT report
wtingda/DeepRLBreakout mentioned on GitHubtfMIT report
wxj77/TransferReinforcementLearning mentioned on GitHubtfMIT report
yukezhu/tensorflow-reinforce mentioned on GitHubtf 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

95 samples harvested; 38 ran; 2 honoured the contract we drafted; 57 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
1ran · violated contract
6ran · our draft was wrong
3ran · fixture could not drive it
26ran
57unverified

Licence: 12 of the 95 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 36 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.

A2C qihongl/dlstm-demo/src/model/A2C.py community (archive-listed) ran fingerprinted MIT (permissive) · a567a3529243ae7c · report
A2CAlgo lcswillems/torch-ac/torch_ac/algos/a2c.py community (archive-listed) ran MIT (permissive) · aa2085b551009e44 · report
A2C_discrete qihongl/demo-advantage-actor-critic/src/models/_A2C_discrete.py community (archive-listed) ran fingerprinted MIT (permissive) · 36ac405a267ff486 · report
A3C dsinghnegi/atari_RL_agent/models/a3c.py community (archive-listed) ran Apache-2.0 (permissive) · d13a62401d06ac43 · report
ACNet tensorlayer/RLzoo/rlzoo/algorithms/a3c/a3c.py community (archive-listed) ran Apache-2.0 (permissive) · eebbc364319ac1a0 · report
Actor Remtasya/DDPG-Actor-Critic-Reinforcement-Learning-Reacher-Environment/ddpg_agent.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · a83ecbc1e78102e4 · report
Actor bentrevett/pytorch-rl/n_step_a2c.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 75bd98e327fba9f3 · report
ActorCritic uvipen/Super-mario-bros-A3C-pytorch/src/model.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 3deab9eb1f3ddf5a · report
ActorCritic Kaixhin/ACER/model.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 1980413ab36cb308 · report
ActorCritic sharan-dce/A3C/network.py community (archive-listed) ran fingerprinted no licence file found · pointer only · fc9bb6ed16967be3 · report
ActorCritic Kaixhin/NoisyNet-A3C/model.py community (archive-listed) ran MIT (permissive) · 3ce452dd0eac4e57 · report
ActorCritic sainijagjit/A3C-Pytorch/model.py community (archive-listed) ran no licence file found · pointer only · 6dc67ce074d20f64 · report
Agent Nasdin/ReinforcementLearning-AtariGame/reinforcement_learninga3c/agent.py community (archive-listed) ran BSD-3-Clause (permissive) · 470157876533fcf9 · report
Args Nasdin/ReinforcementLearning-AtariGame/reinforcement_learninga3c/agent.py community (archive-listed) ran BSD-3-Clause (permissive) · 889702214bbc32be · report
AtariCnnAcLstm liuyuezhang/pyrl/a3c/model.py community (archive-listed) ran Apache-2.0 (permissive) · c714c593caa9bd29 · report
AtariRescale42x42 arnomoonens/yarll/yarll/agents/tf1/actorcritic/a3c_worker.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 90d3031d1f7b8447 · report
DeepQNetwork brett-daley/fast-dqn/fast_dqn/worker.py community (archive-listed) ran MIT (permissive) · 009b3dfa7483e56f · report
DescriptionWrapper arnomoonens/yarll/yarll/agents/tf1/actorcritic/a3c_worker.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 69bf1d6389bcaf03 · report
Environment arnomoonens/yarll/yarll/agents/tf1/actorcritic/a3c_worker.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 25ded467bd14aa3e · report
ExperiencesMemory arnomoonens/yarll/yarll/agents/tf1/actorcritic/a3c_worker.py community (archive-listed) ran MIT (permissive) · a630d91f51a42729 · report
NoisyLinear Kaixhin/NoisyNet-A3C/model.py community (archive-listed) ran MIT (permissive) · d56ce68005b7b2e2 · report
OUNoise Remtasya/DDPG-Actor-Critic-Reinforcement-Learning-Reacher-Environment/ddpg_agent.py community (archive-listed) ran · metamorphic tier: well formed no licence file found · pointer only · 1f98ee39e6a11d66 · report
ReplayMemory brett-daley/fast-dqn/fast_dqn/worker.py community (archive-listed) ran MIT (permissive) · 6b7e1cbca8de3a03 · report
RunnerThread arnomoonens/yarll/yarll/agents/tf1/actorcritic/a3c_worker.py community (archive-listed) ran MIT (permissive) · da9e5c9b8fface01 · report
Worker tensorlayer/RLzoo/rlzoo/algorithms/a3c/a3c.py community (archive-listed) ran Apache-2.0 (permissive) · b9bee97fd591c0ca · report
_process_frame42 arnomoonens/yarll/yarll/agents/tf1/actorcritic/a3c_worker.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 29ba166ead384f3c · report
_sample_action qihongl/demo-advantage-actor-critic/src/models/_A2C_discrete.py community (archive-listed) ran · our draft was wrong MIT (permissive) · f76bd426a9b5e661 · report
clamp cdesilv1/sc2_ai_cdes/deepmind_api_modified/pysc2/lib/renderer_human.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 768c86dee853b804 · report
discount_rewards arnomoonens/yarll/yarll/agents/tf1/actorcritic/a3c_worker.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 9aaf2df19da77344 · report
entropy qihongl/demo-advantage-actor-critic/src/models/_A2C_discrete.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 57a38c7adc4b0687 · report
env_runner arnomoonens/yarll/yarll/agents/tf1/actorcritic/a3c_worker.py community (archive-listed) ran · our draft was wrong MIT (permissive) · f4d1fbe08b721f31 · report
flatten openai/universe-starter-agent/model.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 1e1712b2e9449aaf · report
get_savename_from_varname deepsense-ai/Distributed-BA3C/src/tensorpack_cpu/tensorpack/RL/simulator.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 17be7a0a9392e5cf · report
huber_loss brett-daley/fast-dqn/fast_dqn/worker.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · ed625c2fac5f95ea · report
normalized_columns_initializer dsinghnegi/atari_RL_agent/models/a3c.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 96708b203eb62ef3 · report
normalized_columns_initializer openai/universe-starter-agent/model.py community (archive-listed) ran · our draft was wrong MIT (permissive) · ef2d50dfca29c664 · report
sigmoid wxj77/TransferReinforcementLearning/src/pongSimpleFunc.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · f35babe3912ec8b1 · report
softmax qihongl/demo-advantage-actor-critic/src/models/_A2C_discrete.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 9559ea8ea49d3010 · report
A2C aabbeell/reinforcementLearning.a2c.gym/wholegrain.py community (archive-listed) unverified MIT (permissive) · f71e26764e9b6bbd · report
A2CAgent InSpaceAI/RL-Zoo/A2C.py community (archive-listed) unverified no licence file found · pointer only · bf21ac6f9f45c0fc · report
A3CNetwork grananqvist/reinforcement-learning-super-mario-A3C/A3C_network.py community (archive-listed) unverified no licence file found · pointer only · 5109610f0cd89a72 · report
A3CTask arnomoonens/yarll/yarll/agents/tf1/actorcritic/a3c_worker.py community (archive-listed) unverified MIT (permissive) · 4245847649f7e3a9 · report
A3C_LSTM bkhmsi/meta-rl-harlow/models/a3c_lstm.py community (archive-listed) unverified no licence file found · pointer only · 1ffe62e975ca676b · report
A3Clstm Nasdin/ReinforcementLearning-AtariGame/reinforcement_learninga3c/agent.py community (archive-listed) unverified BSD-3-Clause (permissive) · b3877bbc5543af8c · report
Actor InSpaceAI/RL-Zoo/A2C.py community (archive-listed) unverified no licence file found · pointer only · 4dd9b378deccacfd · report
Actor marload/DeepRL-TensorFlow2/A3C/A3C_Continuous.py community (archive-listed) unverified Apache-2.0 (permissive) · 223dec3bdd457c46 · report
Agent Remtasya/DDPG-Actor-Critic-Reinforcement-Learning-Reacher-Environment/ddpg_agent.py community (archive-listed) unverified no licence file found · pointer only · c4712162b51f3c2d · report
Critic InSpaceAI/RL-Zoo/A2C.py community (archive-listed) unverified no licence file found · pointer only · 3236a57bf19a97f5 · report
DQNAgent brett-daley/fast-dqn/fast_dqn/worker.py community (archive-listed) unverified MIT (permissive) · c554cc79c4783115 · report
PolicyGradientActorCritic yukezhu/tensorflow-reinforce/rl/pg_actor_critic.py community (archive-listed) unverified MIT (permissive) · 96e313cd8890ec82 · report
ReinforceTrainer khanhptnk/bandit-nmt/lib/train/ReinforceTrainer.py community (archive-listed) unverified licence not identified · pointer only · 18f03724314f5389 · report
SessionUpdate deepsense-ai/Distributed-BA3C/src/tensorpack_cpu/tensorpack/RL/simulator.py community (archive-listed) unverified Apache-2.0 (permissive) · 2d461befd367bc22 · report
SimulatorProcessBase deepsense-ai/Distributed-BA3C/src/tensorpack_cpu/tensorpack/RL/simulator.py community (archive-listed) unverified Apache-2.0 (permissive) · 542d360a92eee8a4 · report
SimulatorProcessDF deepsense-ai/Distributed-BA3C/src/tensorpack_cpu/tensorpack/RL/simulator.py community (archive-listed) unverified Apache-2.0 (permissive) · 1c09d6bbf245c780 · report
SimulatorProcessSharedWeight deepsense-ai/Distributed-BA3C/src/tensorpack_cpu/tensorpack/RL/simulator.py community (archive-listed) unverified Apache-2.0 (permissive) · 83cf77a3ebebfe5b · report
SizeImg wxj77/TransferReinforcementLearning/src/pongSimpleFunc.py community (archive-listed) unverified MIT (permissive) · 5bdbec1e2c097700 · report
Worker brett-daley/fast-dqn/fast_dqn/worker.py community (archive-listed) unverified MIT (permissive) · 3a12ef988ebfe4dd · report
WorkerAgent marload/DeepRL-TensorFlow2/A3C/A3C_Continuous.py community (archive-listed) unverified Apache-2.0 (permissive) · fcebb12b3f4106f0 · report
a2c_step Khrylx/PyTorch-RL/core/a2c.py community (archive-listed) unverified MIT (permissive) · 5f5de0aab93c80e7 · report
check_error cdesilv1/sc2_ai_cdes/deepmind_api_modified/pysc2/lib/remote_controller.py community (archive-listed) unverified MIT (permissive) · aed449e344ec7692 · report
choose_action miyosuda/async_deep_reinforce/a3c_display.py community (archive-listed) unverified Apache-2.0 (permissive) · 21cd096f7f260710 · report
circle_mask cdesilv1/sc2_ai_cdes/deepmind_api_modified/pysc2/lib/renderer_human.py community (archive-listed) unverified MIT (permissive) · 4c5d083e16a65872 · report
cluster_spec openai/universe-starter-agent/worker.py community (archive-listed) unverified MIT (permissive) · efb159661f0b9fcf · report
conv2d openai/universe-starter-agent/model.py community (archive-listed) unverified MIT (permissive) · 6ffcacf01ffe178d · report
conv_block gungui98/deeprl-a3c-ai2thor/utils/networks.py community (archive-listed) unverified MIT (permissive) · ee54b4f2b5bd8b07 · report
conv_layer gungui98/deeprl-a3c-ai2thor/utils/networks.py community (archive-listed) unverified MIT (permissive) · da3dae2a4156eb66 · report
create_atari_env ikostrikov/pytorch-a3c/envs.py community (archive-listed) unverified MIT (permissive) · d3921cbbedf0708c · report
create_sync_net_op arnomoonens/yarll/yarll/agents/tf1/actorcritic/a3c_worker.py community (archive-listed) unverified MIT (permissive) · 527632ddf69a21ca · report
decorate_check_error cdesilv1/sc2_ai_cdes/deepmind_api_modified/pysc2/lib/remote_controller.py community (archive-listed) unverified MIT (permissive) · bcc7bff6de339758 · report
deprocess wxj77/TransferReinforcementLearning/pix2pix-tensorflow/pix2pix.py community (archive-listed) unverified MIT (permissive) · 4288f8e325eb43a4 · report
disable_layer_logging deepsense-ai/Distributed-BA3C/src/tensorpack_cpu/tensorpack/RL/simulator.py community (archive-listed) unverified Apache-2.0 (permissive) · cb7bcbf917238c10 · report
discount openai/universe-starter-agent/a3c.py community (archive-listed) unverified MIT (permissive) · 0ca7ce32a4f2492c · report
dqn_phi muupan/async-rl/dqn_phi.py community (archive-listed) unverified MIT (permissive) · 8f06d9363ba6cccf · report
eval_single_random_run muupan/async-rl/demo_a3c_doom.py community (archive-listed) unverified MIT (permissive) · 8c2dab8164363bac · report
getLogger traai/async-deep-rl/algorithms/logging_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 78e6c31f39e7da74 · report
log_uniform miyosuda/async_deep_reinforce/a3c.py community (archive-listed) unverified Apache-2.0 (permissive) · e889bf50d1048c73 · report
loss_fn N0r9st/a2c-jax/jax_a2c/a2c.py community (archive-listed) unverified no licence file found · pointer only · ccd9cd7b44c7155d · report
make arnomoonens/yarll/yarll/agents/tf1/actorcritic/a3c_worker.py community (archive-listed) unverified MIT (permissive) · 02e7f96aac12676a · report
ortho_init qihongl/demo-advantage-actor-critic/src/models/_A2C_discrete.py community (archive-listed) unverified MIT (permissive) · 3f6057b22a1416fa · report
parse_args gungui98/deeprl-a3c-ai2thor/load_and_run.py community (archive-listed) unverified MIT (permissive) · ff703c28e44ebeb0 · report
prepro wxj77/TransferReinforcementLearning/src/pongSimpleFunc.py community (archive-listed) unverified MIT (permissive) · 897fbcb1525f9cb2 · report
preprocess wxj77/TransferReinforcementLearning/pix2pix-tensorflow/pix2pix.py community (archive-listed) unverified MIT (permissive) · 7b296d580bba710b · report
preprocess wtingda/DeepRLBreakout/utils.py community (archive-listed) unverified MIT (permissive) · 377aa232f0c85e8a · report
preprocess_lab wxj77/TransferReinforcementLearning/pix2pix-tensorflow/pix2pix.py community (archive-listed) unverified MIT (permissive) · 12708eb10962f18c · report
process_rollout openai/universe-starter-agent/a3c.py community (archive-listed) unverified MIT (permissive) · c08cb06eb2decc4f · report
read_config gungui98/deeprl-a3c-ai2thor/gym_ai2thor/utils.py community (archive-listed) unverified MIT (permissive) · 7bef82285afe5051 · report
restore_vars traai/async-deep-rl/algorithms/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 9bcfa7be0047b9a3 · report
return_action_based_on_greedy_policy joshiatul/game_playing/bandits.py community (archive-listed) unverified MIT (permissive) · ed5d96fe8d3154e3 · report
return_action_based_on_softmax_policy joshiatul/game_playing/bandits.py community (archive-listed) unverified MIT (permissive) · 1d9dd2285a2adf70 · report
rgb2gray gungui98/deeprl-a3c-ai2thor/gym_ai2thor/image_processing.py community (archive-listed) unverified MIT (permissive) · 8913d2fd69ed4aac · report
select_action_with_epsilon_greedy_policy joshiatul/game_playing/bandits.py community (archive-listed) unverified MIT (permissive) · 5e53479e1a15eb8d · report
shuffled_hue cdesilv1/sc2_ai_cdes/deepmind_api_modified/pysc2/lib/colors.py community (archive-listed) unverified MIT (permissive) · d17ee855316f7fbd · report
smooth_hue_palette cdesilv1/sc2_ai_cdes/deepmind_api_modified/pysc2/lib/colors.py community (archive-listed) unverified MIT (permissive) · ee4a38c9d2b4ba59 · report
tfSummary gungui98/deeprl-a3c-ai2thor/utils/networks.py community (archive-listed) unverified MIT (permissive) · fa86c0ae91334c5c · report
with_lock cdesilv1/sc2_ai_cdes/deepmind_api_modified/pysc2/lib/renderer_human.py community (archive-listed) unverified MIT (permissive) · 676b86f7426c37b7 · report

Tasks

Atari GamesDeep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)reinforcement-learning

2 archive task tags without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Atari Games Atari 2600 Alien A3C LSTM hs Score 945.3 #40 of 49 Archive leaderboard report
Atari Games Atari 2600 Alien A3C FF hs Score 518.4 #46 of 49 Archive leaderboard report
Atari Games Atari 2600 Alien A3C FF (1 day) hs Score 182.1 #48 of 49 Archive leaderboard report
Atari Games Atari 2600 Amidar A3C FF (1 day) hs Score 283.9 #31 of 48 Archive leaderboard report
Atari Games Atari 2600 Amidar A3C FF hs Score 263.9 #32 of 48 Archive leaderboard report
Atari Games Atari 2600 Amidar A3C LSTM hs Score 173.0 #42 of 48 Archive leaderboard report
Atari Games Atari 2600 Assault A3C LSTM hs Score 14497.9 #13 of 45 Archive leaderboard report
Atari Games Atari 2600 Assault A3C FF hs Score 5474.9 #26 of 45 Archive leaderboard report
Atari Games Atari 2600 Assault A3C FF (1 day) hs Score 3746.1 #32 of 45 Archive leaderboard report
Atari Games Atari 2600 Asterix A3C FF hs Score 22140.5 #25 of 49 Archive leaderboard report
Atari Games Atari 2600 Asterix A3C LSTM hs Score 17244.5 #33 of 49 Archive leaderboard report
Atari Games Atari 2600 Asterix A3C FF (1 day) hs Score 6723 #38 of 49 Archive leaderboard report
Atari Games Atari 2600 Asteroids A3C LSTM hs Score 5093.1 #13 of 43 Archive leaderboard report
Atari Games Atari 2600 Asteroids A3C FF hs Score 4474.5 #16 of 43 Archive leaderboard report
Atari Games Atari 2600 Asteroids A3C FF (1 day) hs Score 3009.4 #19 of 43 Archive leaderboard report
Atari Games Atari 2600 Atlantis A3C FF hs Score 911091.0 #19 of 42 Archive leaderboard report
Atari Games Atari 2600 Atlantis A3C LSTM hs Score 875822.0 #20 of 42 Archive leaderboard report
Atari Games Atari 2600 Atlantis A3C FF (1 day) hs Score 772392.0 #23 of 42 Archive leaderboard report
Atari Games Atari 2600 Bank Heist A3C FF hs Score 970.1 #27 of 45 Archive leaderboard report
Atari Games Atari 2600 Bank Heist A3C FF (1 day) hs Score 946.0 #28 of 45 Archive leaderboard report
Atari Games Atari 2600 Bank Heist A3C LSTM hs Score 932.8 #29 of 45 Archive leaderboard report
Atari Games Atari 2600 Battle Zone A3C LSTM hs Score 20760.0 #37 of 47 Archive leaderboard report
Atari Games Atari 2600 Battle Zone A3C FF hs Score 12950.0 #42 of 47 Archive leaderboard report
Atari Games Atari 2600 Battle Zone A3C FF (1 day) hs Score 11340.0 #43 of 47 Archive leaderboard report
Atari Games Atari 2600 Beam Rider A3C LSTM hs Score 24622.2 #16 of 49 Archive leaderboard report
Atari Games Atari 2600 Beam Rider A3C FF hs Score 22707.9 #20 of 49 Archive leaderboard report
Atari Games Atari 2600 Beam Rider A3C FF (1 day) hs Score 13235.9 #28 of 49 Archive leaderboard report
Atari Games Atari 2600 Berzerk A3C FF (1 day) hs Score 1433.4 #21 of 39 Archive leaderboard report
Atari Games Atari 2600 Berzerk A3C LSTM hs Score 862.2 #31 of 39 Archive leaderboard report
Atari Games Atari 2600 Berzerk A3C FF hs Score 817.9 #32 of 39 Archive leaderboard report
Atari Games Atari 2600 Bowling A3C LSTM hs Score 41.8 #37 of 44 Archive leaderboard report
Atari Games Atari 2600 Bowling A3C FF (1 day) hs Score 36.2 #40 of 44 Archive leaderboard report
Atari Games Atari 2600 Bowling A3C FF hs Score 35.1 #41 of 44 Archive leaderboard report
Atari Games Atari 2600 Boxing A3C FF hs Score 59.8 #38 of 45 Archive leaderboard report
Atari Games Atari 2600 Boxing A3C LSTM hs Score 37.3 #42 of 45 Archive leaderboard report
Atari Games Atari 2600 Boxing A3C FF (1 day) hs Score 33.7 #43 of 45 Archive leaderboard report
Atari Games Atari 2600 Breakout A3C LSTM hs Score 766.8 #11 of 58 Archive leaderboard report
Atari Games Atari 2600 Breakout A3C FF hs Score 681.9 #16 of 58 Archive leaderboard report
Atari Games Atari 2600 Breakout A3C FF (1 day) hs Score 551.6 #19 of 58 Archive leaderboard report
Atari Games Atari 2600 Centipede A3C FF hs Score 3755.8 #40 of 45 Archive leaderboard report
Atari Games Atari 2600 Centipede A3C FF (1 day) hs Score 3306.5 #44 of 45 Archive leaderboard report
Atari Games Atari 2600 Centipede A3C LSTM hs Score 1997.0 #45 of 45 Archive leaderboard report
Atari Games Atari 2600 Chopper Command A3C LSTM hs Score 10150.0 #20 of 45 Archive leaderboard report
Atari Games Atari 2600 Chopper Command A3C FF hs Score 7021.0 #23 of 45 Archive leaderboard report
Atari Games Atari 2600 Chopper Command A3C FF (1 day) hs Score 4669.0 #33 of 45 Archive leaderboard report
Atari Games Atari 2600 Crazy Climber A3C LSTM hs Score 138518.0 #20 of 49 Archive leaderboard report
Atari Games Atari 2600 Crazy Climber A3C FF hs Score 112646.0 #35 of 49 Archive leaderboard report
Atari Games Atari 2600 Crazy Climber A3C FF (1 day) hs Score 101624.0 #37 of 49 Archive leaderboard report
Atari Games Atari 2600 Demon Attack A3C LSTM hs Score 115201.9 #15 of 46 Archive leaderboard report
Atari Games Atari 2600 Demon Attack A3C FF hs Score 113308.4 #17 of 46 Archive leaderboard report
Atari Games Atari 2600 Demon Attack A3C FF (1 day) hs Score 84997.5 #19 of 46 Archive leaderboard report
Atari Games Atari 2600 Double Dunk A3C FF (1 day) hs Score 0.1 #23 of 43 Archive leaderboard report
Atari Games Atari 2600 Double Dunk A3C LSTM hs Score 0.1 #24 of 43 Archive leaderboard report
Atari Games Atari 2600 Double Dunk A3C FF hs Score -0.1 #37 of 43 Archive leaderboard report
Atari Games Atari 2600 Enduro A3C FF (1 day) hs Score -82.2 #46 of 48 Archive leaderboard report
Atari Games Atari 2600 Enduro A3C FF hs Score -82.5 #47 of 48 Archive leaderboard report
Atari Games Atari 2600 Enduro A3C LSTM hs Score -82.5 #48 of 48 Archive leaderboard report
Atari Games Atari 2600 Fishing Derby A3C LSTM hs Score 22.6 #26 of 44 Archive leaderboard report
Atari Games Atari 2600 Fishing Derby A3C FF hs Score 18.8 #28 of 44 Archive leaderboard report
Atari Games Atari 2600 Fishing Derby A3C FF (1 day) hs Score 13.6 #31 of 44 Archive leaderboard report
Atari Games Atari 2600 Freeway A3C FF (1 day) hs Score 0.1 #54 of 59 Archive leaderboard report
Atari Games Atari 2600 Freeway A3C FF hs Score 0.1 #55 of 59 Archive leaderboard report
Atari Games Atari 2600 Freeway A3C LSTM hs Score 0.1 #56 of 59 Archive leaderboard report
Atari Games Atari 2600 Frostbite A3C LSTM hs Score 197.6 #49 of 53 Archive leaderboard report
Atari Games Atari 2600 Frostbite A3C FF hs Score 190.5 #50 of 53 Archive leaderboard report
Atari Games Atari 2600 Frostbite A3C FF (1 day) hs Score 180.1 #52 of 53 Archive leaderboard report
Atari Games Atari 2600 Gopher A3C LSTM hs Score 17106.8 #25 of 43 Archive leaderboard report
Atari Games Atari 2600 Gopher A3C FF hs Score 10022.8 #31 of 43 Archive leaderboard report
Atari Games Atari 2600 Gopher A3C FF (1 day) hs Score 8442.8 #34 of 43 Archive leaderboard report
Atari Games Atari 2600 Gravitar A3C LSTM hs Score 320.0 #41 of 53 Archive leaderboard report
Atari Games Atari 2600 Gravitar A3C FF hs Score 303.5 #43 of 53 Archive leaderboard report
Atari Games Atari 2600 Gravitar A3C FF (1 day) hs Score 269.5 #48 of 53 Archive leaderboard report
Atari Games Atari 2600 HERO A3C FF hs Score 32464.1 #11 of 44 Archive leaderboard report
Atari Games Atari 2600 HERO A3C LSTM hs Score 28889.5 #15 of 44 Archive leaderboard report
Atari Games Atari 2600 HERO A3C FF (1 day) hs Score 28765.8 #16 of 44 Archive leaderboard report
Atari Games Atari 2600 Ice Hockey A3C LSTM hs Score -1.7 #31 of 43 Archive leaderboard report
Atari Games Atari 2600 Ice Hockey A3C FF hs Score -2.8 #32 of 43 Archive leaderboard report
Atari Games Atari 2600 Ice Hockey A3C FF (1 day) hs Score -4.7 #33 of 43 Archive leaderboard report
Atari Games Atari 2600 James Bond A3C LSTM hs Score 613.0 #30 of 45 Archive leaderboard report
Atari Games Atari 2600 James Bond A3C FF hs Score 541.0 #35 of 45 Archive leaderboard report
Atari Games Atari 2600 James Bond A3C FF (1 day) hs Score 351.5 #40 of 45 Archive leaderboard report
Atari Games Atari 2600 Kangaroo A3C LSTM hs Score 125.0 #43 of 47 Archive leaderboard report
Atari Games Atari 2600 Kangaroo A3C FF (1 day) hs Score 106.0 #44 of 47 Archive leaderboard report
Atari Games Atari 2600 Kangaroo A3C FF hs Score 94.0 #45 of 47 Archive leaderboard report
Atari Games Atari 2600 Krull A3C FF (1 day) hs Score 8066.6 #29 of 45 Archive leaderboard report
Atari Games Atari 2600 Krull A3C LSTM hs Score 5911.4 #38 of 45 Archive leaderboard report
Atari Games Atari 2600 Krull A3C FF hs Score 5560.0 #39 of 45 Archive leaderboard report
Atari Games Atari 2600 Kung-Fu Master A3C LSTM hs Score 40835.0 #21 of 43 Archive leaderboard report
Atari Games Atari 2600 Kung-Fu Master A3C FF hs Score 28819.0 #35 of 43 Archive leaderboard report
Atari Games Atari 2600 Kung-Fu Master A3C FF (1 day) hs Score 3046.0 #43 of 43 Archive leaderboard report
Atari Games Atari 2600 Montezuma's Revenge A3C FF hs Score 67 #30 of 50 Archive leaderboard report
Atari Games Atari 2600 Montezuma's Revenge A3C FF (1 day) hs Score 53 #32 of 50 Archive leaderboard report
Atari Games Atari 2600 Montezuma's Revenge A3C LSTM hs Score 41 #36 of 50 Archive leaderboard report
Atari Games Atari 2600 Ms. Pacman A3C LSTM hs Score 850.7 #44 of 47 Archive leaderboard report
Atari Games Atari 2600 Ms. Pacman A3C FF hs Score 653.7 #46 of 47 Archive leaderboard report
Atari Games Atari 2600 Ms. Pacman A3C FF (1 day) hs Score 594.4 #47 of 47 Archive leaderboard report
Atari Games Atari 2600 Name This Game A3C LSTM hs Score 12093.7 #23 of 43 Archive leaderboard report
Atari Games Atari 2600 Name This Game A3C FF hs Score 10476.1 #30 of 43 Archive leaderboard report
Atari Games Atari 2600 Name This Game A3C FF (1 day) hs Score 5614.0 #38 of 43 Archive leaderboard report
Atari Games Atari 2600 Pong A3C FF (1 day) hs Score 11.4 #45 of 52 Archive leaderboard report
Atari Games Atari 2600 Pong A3C LSTM hs Score 10.7 #46 of 52 Archive leaderboard report
Atari Games Atari 2600 Pong A3C FF hs Score 5.6 #48 of 52 Archive leaderboard report
Atari Games Atari 2600 Private Eye A3C LSTM hs Score 421.1 #26 of 52 Archive leaderboard report
Atari Games Atari 2600 Private Eye A3C FF hs Score 206.9 #33 of 52 Archive leaderboard report
Atari Games Atari 2600 Private Eye A3C FF (1 day) hs Score 194.4 #38 of 52 Archive leaderboard report
Atari Games Atari 2600 Q*Bert A3C LSTM hs Score 21307.5 #19 of 57 Archive leaderboard report
Atari Games Atari 2600 Q*Bert A3C FF hs Score 15148.8 #26 of 57 Archive leaderboard report
Atari Games Atari 2600 Q*Bert A3C FF (1 day) hs Score 13752.3 #36 of 57 Archive leaderboard report
Atari Games Atari 2600 River Raid A3C FF hs Score 12201.8 #25 of 41 Archive leaderboard report
Atari Games Atari 2600 River Raid A3C FF (1 day) hs Score 10001.2 #29 of 41 Archive leaderboard report
Atari Games Atari 2600 River Raid A3C LSTM hs Score 6591.9 #33 of 41 Archive leaderboard report
Atari Games Atari 2600 Road Runner A3C LSTM hs Score 73949.0 #11 of 44 Archive leaderboard report
Atari Games Atari 2600 Road Runner A3C FF hs Score 34216.0 #35 of 44 Archive leaderboard report
Atari Games Atari 2600 Road Runner A3C FF (1 day) hs Score 31769.0 #36 of 44 Archive leaderboard report
Atari Games Atari 2600 Robotank A3C FF hs Score 32.8 #31 of 42 Archive leaderboard report
Atari Games Atari 2600 Robotank A3C LSTM hs Score 2.6 #41 of 42 Archive leaderboard report
Atari Games Atari 2600 Robotank A3C FF (1 day) hs Score 2.3 #42 of 42 Archive leaderboard report
Atari Games Atari 2600 Seaquest A3C FF hs Score 2355.4 #37 of 57 Archive leaderboard report
Atari Games Atari 2600 Seaquest A3C FF (1 day) hs Score 2300.2 #38 of 57 Archive leaderboard report
Atari Games Atari 2600 Seaquest A3C LSTM hs Score 1326.1 #46 of 57 Archive leaderboard report
Atari Games Atari 2600 Space Invaders A3C LSTM hs Score 23846.0 #12 of 55 Archive leaderboard report
Atari Games Atari 2600 Space Invaders A3C FF hs Score 15730.5 #15 of 55 Archive leaderboard report
Atari Games Atari 2600 Space Invaders A3C FF (1 day) hs Score 2214.7 #36 of 55 Archive leaderboard report
Atari Games Atari 2600 Star Gunner A3C LSTM hs Score 164766.0 #9 of 43 Archive leaderboard report
Atari Games Atari 2600 Star Gunner A3C FF hs Score 138218.0 #11 of 43 Archive leaderboard report
Atari Games Atari 2600 Star Gunner A3C FF (1 day) hs Score 64393.0 #23 of 43 Archive leaderboard report
Atari Games Atari 2600 Tennis A3C FF hs Score -6.3 #35 of 43 Archive leaderboard report
Atari Games Atari 2600 Tennis A3C LSTM hs Score -6.4 #36 of 43 Archive leaderboard report
Atari Games Atari 2600 Tennis A3C FF (1 day) hs Score -10.2 #37 of 43 Archive leaderboard report
Atari Games Atari 2600 Time Pilot A3C LSTM hs Score 27202.0 #12 of 44 Archive leaderboard report
Atari Games Atari 2600 Time Pilot A3C FF hs Score 12679.0 #17 of 44 Archive leaderboard report
Atari Games Atari 2600 Time Pilot A3C FF (1 day) hs Score 5825.0 #35 of 44 Archive leaderboard report
Atari Games Atari 2600 Tutankham A3C FF hs Score 156.3 #30 of 44 Archive leaderboard report
Atari Games Atari 2600 Tutankham A3C LSTM hs Score 144.2 #31 of 44 Archive leaderboard report
Atari Games Atari 2600 Tutankham A3C FF (1 day) hs Score 26.1 #43 of 44 Archive leaderboard report
Atari Games Atari 2600 Up and Down A3C LSTM hs Score 105728.7 #14 of 44 Archive leaderboard report
Atari Games Atari 2600 Up and Down A3C FF hs Score 74705.7 #16 of 44 Archive leaderboard report
Atari Games Atari 2600 Up and Down A3C FF (1 day) hs Score 54525.4 #21 of 44 Archive leaderboard report
Atari Games Atari 2600 Venture A3C LSTM hs Score 25.0 #42 of 55 Archive leaderboard report
Atari Games Atari 2600 Venture A3C FF hs Score 23.0 #43 of 55 Archive leaderboard report
Atari Games Atari 2600 Venture A3C FF (1 day) hs Score 19.0 #45 of 55 Archive leaderboard report
Atari Games Atari 2600 Video Pinball A3C LSTM hs Score 470310.5 #18 of 42 Archive leaderboard report
Atari Games Atari 2600 Video Pinball A3C FF hs Score 331628.1 #22 of 42 Archive leaderboard report
Atari Games Atari 2600 Video Pinball A3C FF (1 day) hs Score 185852.6 #28 of 42 Archive leaderboard report
Atari Games Atari 2600 Wizard of Wor A3C LSTM hs Score 18082.0 #14 of 41 Archive leaderboard report
Atari Games Atari 2600 Wizard of Wor A3C FF hs Score 17244.0 #15 of 41 Archive leaderboard report
Atari Games Atari 2600 Wizard of Wor A3C FF (1 day) hs Score 5278.0 #31 of 41 Archive leaderboard report
Atari Games Atari 2600 Zaxxon A3C FF hs Score 24622.0 #10 of 41 Archive leaderboard report
Atari Games Atari 2600 Zaxxon A3C LSTM hs Score 23519.0 #11 of 41 Archive leaderboard report
Atari Games Atari 2600 Zaxxon A3C FF (1 day) hs Score 2659.0 #40 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

Introduced by this paper: A2C, A3C

A2CA3CConvolutionDense ConnectionsEntropy RegularizationLSTMSigmoid ActivationSoftmaxTanh Activation

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