Papers › Addressing Function Approximation Error in Actor-Critic Methods
Addressing Function Approximation Error in Actor-Critic Methods
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.
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.
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.
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.
2103e65a90ce7a04 · report
7e36f1c357c4618d · report
fbc505a5dac82646 · report
b0a2d4b21b2d48e6 · report
62314e3b8ca6edfc · report
e642bb98eca55069 · report
9ca8b8e45f7fbebf · report
c17b6915065d3722 · report
c6bdd181afa1fdf7 · report
b798db60af40d446 · report
c005d4991ad325bd · report
38aa9c2f06df49b7 · report
b97fcec4203f4736 · report
e0f9ede3192984c6 · report
ff2f8ee596f45c07 · report
df403533c9480409 · report
87cf4755f4594737 · report
bd6be7742940fb51 · report
a2580d7c4a763348 · report
5fa1289490ba5c13 · report
2d2a11f97ea11eec · report
a921320c1a9ef680 · report
de91c09e463e0669 · report
e50af51bd256e662 · report
e68b07bcdded00fa · report
17b03c462ce92576 · report
986b521c8e695d46 · report
f7d8b73059cc19fc · report
8a70bbd1276e274c · report
7a6fd6ea6db8460a · report
1b7cc1754bd06854 · report
fb3b17a4bd91d20a · report
c9672c271269cb9d · report
1dcf318473b1f057 · report
052527002e0be3dc · report
a8d4fda0f5e30ac7 · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| 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
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