{"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/d2rl-deep-dense-architectures-in-1","title":"D2RL: Deep Dense Architectures in Reinforcement Learning","arxiv_id":"2010.09163","date":"2020-10-19","proceeding":null,"authors":["Samarth Sinha","Homanga Bharadhwaj","Aravind Srinivas","Animesh Garg"],"abstract":"While improvements in deep learning architectures have played a crucial role in improving the state of supervised and unsupervised learning in computer vision and natural language processing, neural network architecture choices for reinforcement learning remain relatively under-explored. We take inspiration from successful architectural choices in computer vision and generative modelling, and investigate the use of deeper networks and dense connections for reinforcement learning on a variety of simulated robotic learning benchmark environments. Our findings reveal that current methods benefit significantly from dense connections and deeper networks, across a suite of manipulation and locomotion tasks, for both proprioceptive and image-based observations. We hope that our results can serve as a strong baseline and further motivate future research into neural network architectures for reinforcement learning. The project website with code is at this link https://sites.google.com/view/d2rl/home.","url_abs":"https://arxiv.org/abs/2010.09163v2","url_pdf":"https://arxiv.org/pdf/2010.09163v2.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":"d2rl-deep-dense-architectures-in-1","repo_url":"https://github.com/pairlab/d2rl","is_official":1,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"d2rl-deep-dense-architectures-in-1","repo_url":"https://github.com/BY571/Soft-Actor-Critic-and-Extensions","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":null},{"paper_slug":"d2rl-deep-dense-architectures-in-1","repo_url":"https://github.com/ku2482/rljax","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"d2rl-deep-dense-architectures-in-1","repo_url":"https://github.com/mugoh/rl-base/tree/master/rlbase/d2rl","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"reinforcement-learning","task_name":"Reinforcement Learning"},{"task_slug":"reinforcement-learning-1","task_name":"Reinforcement Learning (RL)"},{"task_slug":"reinforcement-learning-2","task_name":"reinforcement-learning"}],"methods":[{"method_slug":"dense-connections","method_name":"Dense Connections"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2010.09163","atlas_url":"https://app.syntology.ai/?focus=2010.09163","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2010.09163"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+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":"deterministic:regex_extraction","url":"https://github.com/clvrai/furniture","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ku2482/rljax","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/BY571/Soft-Actor-Critic-and-Extensions","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/pairlab/d2rl","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mugoh/rl-base/tree/master/rlbase/d2rl","reach":null}],"summary":{"ran":3,"ran_draft_wrong":3,"ran_honours":1,"ran_fixture":1,"unverified":3},"by_repo_kind":{"official":{"samples":8,"ran":7,"repositories":1},"listed":{"samples":1,"ran":1,"repositories":1},"found_in_text":{"samples":2,"ran":0,"repositories":1}},"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":0,"samples":[{"code_sha256_prefix":"2526cfd8d5bf5d06","entry":"create_log_gaussian","repo":"pairlab/d2rl","repo_kind":"official","path":"sac/utils.py","file_url":"https://github.com/pairlab/d2rl/blob/HEAD/sac/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2526cfd8d5bf5d06"}},{"code_sha256_prefix":"daa7b3a0355eb7c3","entry":"gaussian_logprob","repo":"pairlab/d2rl","repo_kind":"official","path":"curl/curl_sac.py","file_url":"https://github.com/pairlab/d2rl/blob/HEAD/curl/curl_sac.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"daa7b3a0355eb7c3"}},{"code_sha256_prefix":"24ee38e114b38bce","entry":"hidden_init","repo":"BY571/Soft-Actor-Critic-and-Extensions","repo_kind":"listed","path":"SAC_ERE_PER.py","file_url":"https://github.com/BY571/Soft-Actor-Critic-and-Extensions/blob/HEAD/SAC_ERE_PER.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"24ee38e114b38bce"}},{"code_sha256_prefix":"09556d56c8b73050","entry":"logsumexp","repo":"pairlab/d2rl","repo_kind":"official","path":"sac/utils.py","file_url":"https://github.com/pairlab/d2rl/blob/HEAD/sac/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"09556d56c8b73050"}},{"code_sha256_prefix":"42958997018c3581","entry":"make_dir","repo":"pairlab/d2rl","repo_kind":"official","path":"curl/utils.py","file_url":"https://github.com/pairlab/d2rl/blob/HEAD/curl/utils.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"42958997018c3581"}},{"code_sha256_prefix":"63cc0b17d508c362","entry":"module_hash","repo":"pairlab/d2rl","repo_kind":"official","path":"curl/utils.py","file_url":"https://github.com/pairlab/d2rl/blob/HEAD/curl/utils.py","link_basis":"plan_row","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"63cc0b17d508c362"}},{"code_sha256_prefix":"975f23eeea267e55","entry":"preprocess_obs","repo":"pairlab/d2rl","repo_kind":"official","path":"curl/utils.py","file_url":"https://github.com/pairlab/d2rl/blob/HEAD/curl/utils.py","link_basis":"plan_row","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"975f23eeea267e55"}},{"code_sha256_prefix":"e4f442d1770eacd1","entry":"squash","repo":"pairlab/d2rl","repo_kind":"official","path":"curl/curl_sac.py","file_url":"https://github.com/pairlab/d2rl/blob/HEAD/curl/curl_sac.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e4f442d1770eacd1"}},{"code_sha256_prefix":"b84ffefce914974f","entry":"main","repo":"clvrai/furniture","repo_kind":"found_in_text","path":"furniture/demo_rl.py","file_url":"https://github.com/clvrai/furniture/blob/HEAD/furniture/demo_rl.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":"b84ffefce914974f"}},{"code_sha256_prefix":"cd7d4d2ebf4b04c8","entry":"make_encoder","repo":"pairlab/d2rl","repo_kind":"official","path":"curl/encoder.py","file_url":"https://github.com/pairlab/d2rl/blob/HEAD/curl/encoder.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":"cd7d4d2ebf4b04c8"}},{"code_sha256_prefix":"47f16b51c9750312","entry":"size_range","repo":"clvrai/furniture","repo_kind":"found_in_text","path":"furniture/config/furniture.py","file_url":"https://github.com/clvrai/furniture/blob/HEAD/furniture/config/furniture.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":"47f16b51c9750312"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}