{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/randomized-ensembled-double-q-learning-1","title":"Randomized Ensembled Double Q-Learning: Learning Fast Without a Model","arxiv_id":"2101.05982","date":"2021-01-15","proceeding":"ICLR 2021 1","authors":["Xinyue Chen","Che Wang","Zijian Zhou","Keith Ross"],"abstract":"Using a high Update-To-Data (UTD) ratio, model-based methods have recently achieved much higher sample efficiency than previous model-free methods for continuous-action DRL benchmarks. In this paper, we introduce a simple model-free algorithm, Randomized Ensembled Double Q-Learning (REDQ), and show that its performance is just as good as, if not better than, a state-of-the-art model-based algorithm for the MuJoCo benchmark. Moreover, REDQ can achieve this performance using fewer parameters than the model-based method, and with less wall-clock run time. REDQ has three carefully integrated ingredients which allow it to achieve its high performance: (i) a UTD ratio >> 1; (ii) an ensemble of Q functions; (iii) in-target minimization across a random subset of Q functions from the ensemble. Through carefully designed experiments, we provide a detailed analysis of REDQ and related model-free algorithms. To our knowledge, REDQ is the first successful model-free DRL algorithm for continuous-action spaces using a UTD ratio >> 1.","url_abs":"https://arxiv.org/abs/2101.05982v2","url_pdf":"https://arxiv.org/pdf/2101.05982v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"randomized-ensembled-double-q-learning-1","repo_url":"https://github.com/watchernyu/REDQ","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"randomized-ensembled-double-q-learning-1","repo_url":"https://github.com/LucasAlegre/sac-plus","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"unanswered"}},{"paper_slug":"randomized-ensembled-double-q-learning-1","repo_url":"https://github.com/trackmania-rl/tmrl","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"unanswered"}},{"paper_slug":"randomized-ensembled-double-q-learning-1","repo_url":"https://github.com/ustcmike/adaeq_neurips21","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"randomized-ensembled-double-q-learning-1","repo_url":"https://github.com/BY571/Randomized-Ensembled-Double-Q-learning-REDQ-","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null},{"paper_slug":"randomized-ensembled-double-q-learning-1","repo_url":"https://github.com/facebookresearch/rl/tree/main/examples/redq/redq.py","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"jax","reach":null}],"tasks":[{"task_slug":"mujoco","task_name":"MuJoCo"},{"task_slug":"q-learning","task_name":"Q-Learning"}],"methods":[{"method_slug":"double-q-learning","method_name":"Double Q-learning"},{"method_slug":"q-learning","method_name":"Q-Learning"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2101.05982","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2101.05982"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/watchernyu/REDQ","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/BY571/Randomized-Ensembled-Double-Q-learning-REDQ-","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ustcmike/adaeq_neurips21","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/LucasAlegre/sac-plus","reach":{"status":"unanswered"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/trackmania-rl/tmrl","reach":{"status":"unanswered"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/facebookresearch/rl/tree/main/examples/redq/redq.py","reach":null}],"summary":{"ran":4,"unverified":1},"by_repo_kind":{"listed":{"samples":5,"ran":4,"repositories":2}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":3,"samples":[{"code_sha256_prefix":"89265e3225a6d513","entry":"Actor","repo":"BY571/Randomized-Ensembled-Double-Q-learning-REDQ-","repo_kind":"listed","path":"agent.py","file_url":"https://github.com/BY571/Randomized-Ensembled-Double-Q-learning-REDQ-/blob/HEAD/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"89265e3225a6d513"}},{"code_sha256_prefix":"8e666530dcfbca00","entry":"Critic","repo":"BY571/Randomized-Ensembled-Double-Q-learning-REDQ-","repo_kind":"listed","path":"agent.py","file_url":"https://github.com/BY571/Randomized-Ensembled-Double-Q-learning-REDQ-/blob/HEAD/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8e666530dcfbca00"}},{"code_sha256_prefix":"53367310a72ae0a0","entry":"REDQ_Agent","repo":"BY571/Randomized-Ensembled-Double-Q-learning-REDQ-","repo_kind":"listed","path":"agent.py","file_url":"https://github.com/BY571/Randomized-Ensembled-Double-Q-learning-REDQ-/blob/HEAD/agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"53367310a72ae0a0"}},{"code_sha256_prefix":"1172d63a1c99206d","entry":"TanhGaussianPolicy","repo":"ustcmike/adaeq_neurips21","repo_kind":"listed","path":"redq/algos/redq_sac.py","file_url":"https://github.com/ustcmike/adaeq_neurips21/blob/HEAD/redq/algos/redq_sac.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1172d63a1c99206d"}},{"code_sha256_prefix":"3fdc856200e86955","entry":"REDQSACAgent","repo":"ustcmike/adaeq_neurips21","repo_kind":"listed","path":"redq/algos/redq_sac.py","file_url":"https://github.com/ustcmike/adaeq_neurips21/blob/HEAD/redq/algos/redq_sac.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3fdc856200e86955"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}