Papers › Addressing Function Approximation Error in Actor-Critic Methods

Addressing Function Approximation Error in Actor-Critic Methods

26 Feb 2018ICML 2018 7arXiv:1802.09477archive 2025-07-28

Scott Fujimoto, Herke van Hoof, David Meger

In value-based reinforcement learning methods such as deep Q-learning, function approximation errors are known to lead to overestimated value estimates and suboptimal policies. We show that this problem persists in an actor-critic setting and propose novel mechanisms to minimize its effects on both the actor and the critic. Our algorithm builds on Double Q-learning, by taking the minimum value between a pair of critics to limit overestimation. We draw the connection between target networks and overestimation bias, and suggest delaying policy updates to reduce per-update error and further improve performance. We evaluate our method on the suite of OpenAI gym tasks, outperforming the state of the art in every environment tested.

PaperPDFConference PDFCodeCode 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="1802.09477")

Code

Syntology Ran 9 of 36 code samples harvested from 8 repositories linked to this paper; 27 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 1 ran · our draft was wrong; 6 ran with no contract checked.

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

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

sfujim/TD3 officialmentioned in papermentioned on GitHubpytorch report
CharlotteMorrison/Baxter-Research mentioned on GitHubpytorch report
CharlotteMorrison/Baxter-VREP mentioned on GitHubpytorch report
CharlotteMorrison/Baxter-VREP-Version-2 mentioned on GitHubpytorch report
DanielTakeshi/DCUR mentioned on GitHubpytorchMIT report
JohannesAck/MATD3implementation mentioned on GitHubtf report
MrSyee/pg-is-all-you-need mentioned on GitHubMIT report
SaminYeasar/off_policy_ac mentioned on GitHubpytorch report
VasaKiDD/TD3-deep-rl-research mentioned on GitHubpytorch report
Zartris/TD3_continuous_control mentioned on GitHubpytorch report
andreidi/AC_DDPG_walker mentioned on GitHubtf report
andrejorsula/drl_grasping mentioned on GitHubpytorchBSD-3-Clause report
araffin/sbx mentioned on GitHubjax report
arrival-ltd/catalyst-rl-tutorial mentioned on GitHubpytorchMIT report
ashaaher/Reinforcement-Learning-Project mentioned on GitHubpytorch report
b06b01073/Twin-Delayed-DDPG mentioned on GitHubpytorch report
baturaysaglam/ac-off-poc mentioned on GitHubpytorch report
baturaysaglam/dase mentioned on GitHubpytorchnot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
baturaysaglam/la3p mentioned on GitHubpytorch report
ccolas/rl_stats mentioned on GitHub report
chainer/chainerrl mentioned on GitHubpytorch report
claudeHifly/BipedalWalker-v3 mentioned on GitHubpytorch report
core-robotics-lab/icct mentioned on GitHubpytorchMIT report
coreylowman/rl_simply mentioned on GitHubpytorch report
crazyleg/TD3-reacher mentioned on GitHubpytorchMIT report
facebookresearch/ReAgent mentioned on GitHubpytorch report
fdcl-gwu/gym-rotor mentioned on GitHubpytorchMIT report
fiorenza2/OffCon3 mentioned on GitHubpytorch report
flowersteam/rl_stats mentioned on GitHub report
georgesung/TD3 mentioned on GitHubpytorch report
gwthomas/gtml mentioned on GitHubtf report
jaem-seo/AI_tokamak_control mentioned on GitHubMIT report
jyqhahah/rl_maddpg_matd3 mentioned on GitHubpytorch report
kairproject/kair_algorithms_draft mentioned on GitHubpytorch report
markub3327/rl-agent mentioned on GitHubtfMIT report
markub3327/rl-baselines mentioned on GitHubtfMIT report
markub3327/rl-toolkit mentioned on GitHubtfMIT report
marload/DeepRL-TensorFlow2 mentioned on GitHubtf report
ollenilsson19/MAP-Elites-GAPG mentioned on GitHubpytorchMIT report
ollenilsson19/PGA-MAP-Elites mentioned on GitHubpytorchMIT report
patrickhart/jaxdl mentioned on GitHubjaxMIT report
pkasala/ContinuesControl mentioned on GitHubpytorch report
quantumiracle/Popular-RL-Algorithms mentioned on GitHubpytorch report
reiniscimurs/TD3_Separate_Action mentioned on GitHubpytorch report
robintyh1/icml2021-pengqlambda mentioned on GitHubtfMIT report
rshnn/battleship mentioned on GitHub report
soumik12345/Twin-Delayed-DDPG mentioned on GitHubpytorch report
tensorlayer/RLzoo mentioned on GitHubtf report
yifan12wu/td3-jax mentioned on GitHubjaxMIT report
yydsok/oparl mentioned on GitHubpytorchMIT 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

36 samples harvested; 9 ran; 1 honoured the contract we drafted; 27 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
1ran · violated contract
1ran · our draft was wrong
6ran
27unverified

Licence: 20 of the 36 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 8 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.

all_bools robintyh1/icml2021-pengqlambda/spinup/utils/run_utils.py community (archive-listed) ran MIT recorded; this copy not marked cleared · pointer only · 2103e65a90ce7a04 · report
colorize robintyh1/icml2021-pengqlambda/spinup/utils/logx.py community (archive-listed) ran MIT recorded; this copy not marked cleared · pointer only · 7e36f1c357c4618d · report
convert_json robintyh1/icml2021-pengqlambda/spinup/utils/serialization_utils.py community (archive-listed) ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · fbc505a5dac82646 · report
evaluate_policy VasaKiDD/TD3-deep-rl-research/train/main_faimemory.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · b0a2d4b21b2d48e6 · report
get_all_datasets robintyh1/icml2021-pengqlambda/spinup/utils/plot.py community (archive-listed) ran MIT recorded; this copy not marked cleared · pointer only · 62314e3b8ca6edfc · report
get_datasets robintyh1/icml2021-pengqlambda/spinup/utils/plot.py community (archive-listed) ran MIT recorded; this copy not marked cleared · pointer only · e642bb98eca55069 · report
is_json_serializable robintyh1/icml2021-pengqlambda/spinup/utils/serialization_utils.py community (archive-listed) ran · violated contract MIT recorded; this copy not marked cleared · pointer only · 9ca8b8e45f7fbebf · report
make_hashable ollenilsson19/MAP-Elites-GAPG/utils.py community (archive-listed) ran fingerprinted MIT (permissive) · c17b6915065d3722 · report
valid_str robintyh1/icml2021-pengqlambda/spinup/utils/run_utils.py community (archive-listed) ran fingerprinted MIT recorded; this copy not marked cleared · pointer only · c6bdd181afa1fdf7 · report
actv jaem-seo/AI_tokamak_control/common/model_structure.py community (archive-listed) unverified MIT (permissive) · b798db60af40d446 · report
add_to_archive ollenilsson19/MAP-Elites-GAPG/utils.py community (archive-listed) unverified MIT (permissive) · c005d4991ad325bd · report
cosine_schedule markub3327/rl-agent/rl_toolkit/networks/callbacks/lr.py community (archive-listed) unverified MIT (permissive) · 38aa9c2f06df49b7 · report
cvt ollenilsson19/MAP-Elites-GAPG/utils.py community (archive-listed) unverified MIT (permissive) · b97fcec4203f4736 · report
density_scatter DanielTakeshi/DCUR/spinup/teaching/inspect_policy.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · e0f9ede3192984c6 · report
f2i jaem-seo/AI_tokamak_control/ai_control_v0.py community (archive-listed) unverified MIT (permissive) · ff2f8ee596f45c07 · report
generate_grid_configs ollenilsson19/MAP-Elites-GAPG/configure_experiment/generate_configs.py community (archive-listed) unverified MIT (permissive) · df403533c9480409 · report
get_base_conf ollenilsson19/MAP-Elites-GAPG/configure_experiment/generate_configs.py community (archive-listed) unverified MIT (permissive) · 87cf4755f4594737 · report
get_revised_reward DanielTakeshi/DCUR/spinup/teaching/offline_utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · bd6be7742940fb51 · report
get_vars robintyh1/icml2021-pengqlambda/spinup/algos/tf1/td3_peng/core.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · a2580d7c4a763348 · report
i2f jaem-seo/AI_tokamak_control/ai_control_v0.py community (archive-listed) unverified MIT (permissive) · 5fa1289490ba5c13 · report
load_custom_model jaem-seo/AI_tokamak_control/common/model_structure.py community (archive-listed) unverified MIT (permissive) · 2d2a11f97ea11eec · report
load_policy_and_env DanielTakeshi/DCUR/spinup/teaching/load_policy.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · a921320c1a9ef680 · report
load_policy_model DanielTakeshi/DCUR/spinup/teaching/inspect_actions.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · de91c09e463e0669 · report
load_pytorch_policy DanielTakeshi/DCUR/spinup/teaching/load_policy.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · e50af51bd256e662 · report
mlp robintyh1/icml2021-pengqlambda/spinup/algos/tf1/td3_peng/core.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · e68b07bcdded00fa · report
placeholder robintyh1/icml2021-pengqlambda/spinup/algos/tf1/td3_peng/core.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 17b03c462ce92576 · report
plot_fill yifan12wu/td3-jax/plot.py community (archive-listed) unverified MIT (permissive) · 986b521c8e695d46 · report
r2_k jaem-seo/AI_tokamak_control/old/model_structure.py community (archive-listed) unverified MIT (permissive) · f7d8b73059cc19fc · report
restore_tf_graph robintyh1/icml2021-pengqlambda/spinup/utils/logx.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 8a70bbd1276e274c · report
sample_combo_batch DanielTakeshi/DCUR/spinup/teaching/online_rl.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 7a6fd6ea6db8460a · report
sample_std DanielTakeshi/DCUR/spinup/teaching/load_policy.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 1b7cc1754bd06854 · report
should_we_end_early DanielTakeshi/DCUR/spinup/teaching/offline_utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · fb3b17a4bd91d20a · report
smooth DanielTakeshi/DCUR/spinup/teaching/inspect_actions.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · c9672c271269cb9d · report
split_list yydsok/oparl/parell.py community (archive-listed) unverified MIT (permissive) · 1dcf318473b1f057 · report
tensormax yydsok/oparl/TD3.py community (archive-listed) unverified MIT (permissive) · 052527002e0be3dc · report
tensormin yydsok/oparl/TD3.py community (archive-listed) unverified MIT (permissive) · a8d4fda0f5e30ac7 · report

Tasks

Continuous ControlOpenAI GymQ-LearningReinforcement LearningReinforcement Learning (RL)reinforcement-learning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Continuous Control Lunar Lander (OpenAI Gym) TD3 Score 277.26±4.17 #2 of 5 Archive leaderboard report
OpenAI Gym Ant-v4 TD3 Average Return 5942.55 #2 of 5 Archive leaderboard report
OpenAI Gym HalfCheetah-v4 TD3 Average Return 12026.73 #3 of 5 Archive leaderboard report
OpenAI Gym Hopper-v4 TD3 Average Return 3319.98 #2 of 5 Archive leaderboard report
OpenAI Gym Humanoid-v4 TD3 Average Return 198.44 #4 of 5 Archive leaderboard report
OpenAI Gym Walker2d-v4 TD3 Average Return 2612.74 #5 of 5 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: TD3, Target Policy Smoothing

AdamClipped Double Q-learningDense ConnectionsDouble Q-learningExperience ReplayReLUTD3Target Policy Smoothing

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