Papers › Temporal-Difference Learning Using Distributed Error Signals

Temporal-Difference Learning Using Distributed Error Signals

6 Nov 2024arXiv:2411.03604archive 2025-07-28

Jonas Guan, Shon Eduard Verch, Claas Voelcker, Ethan C. Jackson, Nicolas Papernot, William A. Cunningham

A computational problem in biological reward-based learning is how credit assignment is performed in the nucleus accumbens (NAc). Much research suggests that NAc dopamine encodes temporal-difference (TD) errors for learning value predictions. However, dopamine is synchronously distributed in regionally homogeneous concentrations, which does not support explicit credit assignment (like used by backpropagation). It is unclear whether distributed errors alone are sufficient for synapses to make coordinated updates to learn complex, nonlinear reward-based learning tasks. We design a new deep Q-learning algorithm, Artificial Dopamine, to computationally demonstrate that synchronously distributed, per-layer TD errors may be sufficient to learn surprisingly complex RL tasks. We empirically evaluate our algorithm on MinAtar, the DeepMind Control Suite, and classic control tasks, and show it often achieves comparable performance to deep RL algorithms that use backpropagation.

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

Code

Syntology Ran 7 of 24 code samples harvested from 2 repositories linked to this paper; 17 have no recorded run. Of those that ran: 1 ran · honoured contract; 6 ran with no contract checked.

By repository: official repository: 3 samples from 1 repository, 0 ran; found in paper text by Syntology: 21 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

social-ai-uoft/ad-paper officialmentioned on GitHubjaxMIT 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

24 samples harvested; 7 ran; 1 honoured the contract we drafted; 17 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 · honoured contract
6ran
17unverified

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

get_quantile_at_action social-ai-uoft/ad-paper/src/artificial_dopamine/algorithms/ad_qrdqn.py official repository unverified MIT (permissive) · e16eeb112aeeb02b · report
huber social-ai-uoft/ad-paper/src/artificial_dopamine/algorithms/ad_qrdqn.py official repository unverified MIT (permissive) · 32ccda7b7e95f774 · report
k_folding social-ai-uoft/ad-paper/src/artificial_dopamine/ad_layers.py official repository unverified MIT (permissive) · 89936e0c6682decc · report
add_abstract google/jax/jax/_src/ad_util.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2084aa5b3266ab8f · report
blocked_fold_in google/jax/jax/_src/blocked_sampler.py found in paper text by Syntology ran Apache-2.0 (permissive) · cac8281b61c863de · report
buffer_callback google/jax/jax/_src/buffer_callback.py found in paper text by Syntology ran Apache-2.0 (permissive) · 29226c63dfc413f0 · report
identity google/jax/jax/_src/ad_checkpoint.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · 9910e2fc297f8665 · report
offload_dot_with_no_batch_dims google/jax/jax/_src/ad_checkpoint.py found in paper text by Syntology ran Apache-2.0 (permissive) · 810b7a396afb59d3 · report
sample_block google/jax/jax/_src/blocked_sampler.py found in paper text by Syntology ran Apache-2.0 (permissive) · 90d492383f675799 · report
save_from_both_policies google/jax/jax/_src/ad_checkpoint.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2e107afaca8a349d · report
add_impl google/jax/jax/_src/ad_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7dc8234c8244b402 · report
add_jaxvals google/jax/jax/_src/ad_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c4008ce797ce88b7 · report
argnums_partial google/jax/jax/_src/api_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0e74585505a2eea7 · report
dots_saveable google/jax/jax/_src/ad_checkpoint.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8b0add7ca6f2c489 · report
dots_with_no_batch_dims_saveable google/jax/jax/_src/ad_checkpoint.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 23b150f55677eecf · report
flatten_fun google/jax/jax/_src/api_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · eb71d064139c0c1e · report
flatten_fun_nokwargs google/jax/jax/_src/api_util.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3ccc19e76d1ee880 · report
get google/jax/jax/_src/cache_key.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9fc0e9452ec7806b · report
io_callback_batching_rule google/jax/jax/_src/callback.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a3183105bcb38a23 · report
jit google/jax/jax/_src/api.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1dc34cecff86ce05 · report
jit google/jax/jax/_src/api.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e0971622bbe8538e · report
pure_callback google/jax/jax/_src/callback.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a860c143f6dbe657 · report
pure_callback google/jax/jax/_src/callback.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 21ed500dc8476b88 · report
pure_callback_lowering google/jax/jax/_src/callback.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 55ac98a7c46161c0 · report

Tasks

Q-Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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