{"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/arxiv-2608-07870","title":"V-Simba: Unleashing the Architectural Potential of RL in Visual Continuous Control","arxiv_id":"2608.07870","date":"2026-08-08","proceeding":null,"authors":["Donghu Kim","Youngdo Lee","Hojoon Lee","Johan Obando-Ceron","Byungkun Lee","Aaron Courville","Pablo Samuel Castro","Jaegul Choo","Clare Lyle"],"abstract":"Improving sample efficiency remains a core challenge in reinforcement learning (RL), especially in real-world settings like robotics, where data collection is costly. This challenge is pronounced in visual RL, where high-dimensional inputs often obscure learning signals. While prior work in visual RL has focused on algorithmic solutions, such as better dynamics models or exploration strategies, recent advances in state-based RL show that architectural design alone can lead to significant gains in sample efficiency. This raises an important question: Can these architectural principles transfer to visual RL? In response, we introduce V-Simba, a simple yet effective visual RL architecture inspired by the Simba architecture from state-based RL. Built on top of Soft Actor-Critic (SAC) with data augmentation, V-Simba modifies the architecture by adding normalization layers to stabilize training and using pointwise convolutions to reduce computation. Despite its simplicity, V-Simba matches or outperforms the state-of-the-art methods across the DMC, Adroit, and Meta-World benchmarks, while being more computationally efficient than DrQ-v2. We make our code publicly available at https://github.com/DAVIAN-Robotics/V-Simba.","url_abs":"https://arxiv.org/abs/2608.07870","url_pdf":"https://arxiv.org/pdf/2608.07870","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2608.07870","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2608.07870"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/FrankZheng2022/TACO","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/nicklashansen/tdmpc2","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/facebookresearch/drqv2","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/XuGW-Kevin/DrM","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Aladoro/Stabilizing-Off-Policy-RL","reach":null}],"summary":{"ran":19,"ran_draft_wrong":4,"ran_honours":1,"unverified":4},"by_repo_kind":{"found_in_text":{"samples":28,"ran":24,"repositories":3}},"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":"f86691bb1b773723","entry":"DenseParallel","repo":"Aladoro/Stabilizing-Off-Policy-RL","repo_kind":"found_in_text","path":"analysis_modules.py","file_url":"https://github.com/Aladoro/Stabilizing-Off-Policy-RL/blob/HEAD/analysis_modules.py","link_basis":"first_harvest_node","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":"f86691bb1b773723"}},{"code_sha256_prefix":"a35f2ebaac86d65e","entry":"Encoder","repo":"Aladoro/Stabilizing-Off-Policy-RL","repo_kind":"found_in_text","path":"analysis_modules.py","file_url":"https://github.com/Aladoro/Stabilizing-Off-Policy-RL/blob/HEAD/analysis_modules.py","link_basis":"first_harvest_node","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":"a35f2ebaac86d65e"}},{"code_sha256_prefix":"d28b2ed7bac03229","entry":"LearnS","repo":"Aladoro/Stabilizing-Off-Policy-RL","repo_kind":"found_in_text","path":"analysis_modules.py","file_url":"https://github.com/Aladoro/Stabilizing-Off-Policy-RL/blob/HEAD/analysis_modules.py","link_basis":"first_harvest_node","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":"d28b2ed7bac03229"}},{"code_sha256_prefix":"3bb77a01e5585037","entry":"ParameterizedReg","repo":"Aladoro/Stabilizing-Off-Policy-RL","repo_kind":"found_in_text","path":"analysis_modules.py","file_url":"https://github.com/Aladoro/Stabilizing-Off-Policy-RL/blob/HEAD/analysis_modules.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":"3bb77a01e5585037"}},{"code_sha256_prefix":"b00b25eae15abe31","entry":"ReprRegularizedEncoder","repo":"Aladoro/Stabilizing-Off-Policy-RL","repo_kind":"found_in_text","path":"analysis_modules.py","file_url":"https://github.com/Aladoro/Stabilizing-Off-Policy-RL/blob/HEAD/analysis_modules.py","link_basis":"first_harvest_node","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":"b00b25eae15abe31"}},{"code_sha256_prefix":"9c8db9734f336095","entry":"cfg_to_dataclass","repo":"nicklashansen/tdmpc2","repo_kind":"found_in_text","path":"tdmpc2/common/parser.py","file_url":"https://github.com/nicklashansen/tdmpc2/blob/HEAD/tdmpc2/common/parser.py","link_basis":"first_harvest_node","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":"9c8db9734f336095"}},{"code_sha256_prefix":"92606899d7569240","entry":"cfg_to_group","repo":"nicklashansen/tdmpc2","repo_kind":"found_in_text","path":"tdmpc2/common/logger.py","file_url":"https://github.com/nicklashansen/tdmpc2/blob/HEAD/tdmpc2/common/logger.py","link_basis":"first_harvest_node","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":"92606899d7569240"}},{"code_sha256_prefix":"09a1b332222b32f5","entry":"conv","repo":"nicklashansen/tdmpc2","repo_kind":"found_in_text","path":"tdmpc2/common/layers.py","file_url":"https://github.com/nicklashansen/tdmpc2/blob/HEAD/tdmpc2/common/layers.py","link_basis":"first_harvest_node","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":"09a1b332222b32f5"}},{"code_sha256_prefix":"102864ce41266282","entry":"enc","repo":"nicklashansen/tdmpc2","repo_kind":"found_in_text","path":"tdmpc2/common/layers.py","file_url":"https://github.com/nicklashansen/tdmpc2/blob/HEAD/tdmpc2/common/layers.py","link_basis":"first_harvest_node","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":"102864ce41266282"}},{"code_sha256_prefix":"fe1222a105912dc2","entry":"encode_multiple","repo":"FrankZheng2022/TACO","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/FrankZheng2022/TACO/blob/HEAD/utils.py","link_basis":"first_harvest_node","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":"fe1222a105912dc2"}},{"code_sha256_prefix":"9f840a22d31a89bc","entry":"episode_len","repo":"FrankZheng2022/TACO","repo_kind":"found_in_text","path":"replay_buffer.py","file_url":"https://github.com/FrankZheng2022/TACO/blob/HEAD/replay_buffer.py","link_basis":"first_harvest_node","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":"9f840a22d31a89bc"}},{"code_sha256_prefix":"f55fa75eaa288304","entry":"expectile_loss","repo":"FrankZheng2022/TACO","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/FrankZheng2022/TACO/blob/HEAD/utils.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":"f55fa75eaa288304"}},{"code_sha256_prefix":"a875fd2a06da197e","entry":"extract_local_patches","repo":"Aladoro/Stabilizing-Off-Policy-RL","repo_kind":"found_in_text","path":"analysis_modules.py","file_url":"https://github.com/Aladoro/Stabilizing-Off-Policy-RL/blob/HEAD/analysis_modules.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a875fd2a06da197e"}},{"code_sha256_prefix":"3ffae94f45894637","entry":"gaussian_logprob","repo":"nicklashansen/tdmpc2","repo_kind":"found_in_text","path":"tdmpc2/common/math.py","file_url":"https://github.com/nicklashansen/tdmpc2/blob/HEAD/tdmpc2/common/math.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":"3ffae94f45894637"}},{"code_sha256_prefix":"7f87d28eeb24398b","entry":"get_local_patches_kernel","repo":"Aladoro/Stabilizing-Off-Policy-RL","repo_kind":"found_in_text","path":"analysis_modules.py","file_url":"https://github.com/Aladoro/Stabilizing-Off-Policy-RL/blob/HEAD/analysis_modules.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7f87d28eeb24398b"}},{"code_sha256_prefix":"d5f42622a298fa86","entry":"get_obs_shape","repo":"nicklashansen/tdmpc2","repo_kind":"found_in_text","path":"tdmpc2/envs/dmcontrol.py","file_url":"https://github.com/nicklashansen/tdmpc2/blob/HEAD/tdmpc2/envs/dmcontrol.py","link_basis":"first_harvest_node","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":"d5f42622a298fa86"}},{"code_sha256_prefix":"184876e5f4ab6562","entry":"load_episode","repo":"FrankZheng2022/TACO","repo_kind":"found_in_text","path":"replay_buffer.py","file_url":"https://github.com/FrankZheng2022/TACO/blob/HEAD/replay_buffer.py","link_basis":"first_harvest_node","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":"184876e5f4ab6562"}},{"code_sha256_prefix":"2bf6e2d95f0a3b0c","entry":"log_std","repo":"nicklashansen/tdmpc2","repo_kind":"found_in_text","path":"tdmpc2/common/math.py","file_url":"https://github.com/nicklashansen/tdmpc2/blob/HEAD/tdmpc2/common/math.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":"2bf6e2d95f0a3b0c"}},{"code_sha256_prefix":"436a7981ede1cf9d","entry":"make_dir","repo":"nicklashansen/tdmpc2","repo_kind":"found_in_text","path":"tdmpc2/common/logger.py","file_url":"https://github.com/nicklashansen/tdmpc2/blob/HEAD/tdmpc2/common/logger.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":"436a7981ede1cf9d"}},{"code_sha256_prefix":"ea1b5dcf520d2eb2","entry":"make_replay_loader","repo":"FrankZheng2022/TACO","repo_kind":"found_in_text","path":"replay_buffer.py","file_url":"https://github.com/FrankZheng2022/TACO/blob/HEAD/replay_buffer.py","link_basis":"first_harvest_node","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":"ea1b5dcf520d2eb2"}},{"code_sha256_prefix":"596a1441bb20a1c6","entry":"mlp","repo":"nicklashansen/tdmpc2","repo_kind":"found_in_text","path":"tdmpc2/common/layers.py","file_url":"https://github.com/nicklashansen/tdmpc2/blob/HEAD/tdmpc2/common/layers.py","link_basis":"first_harvest_node","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":"596a1441bb20a1c6"}},{"code_sha256_prefix":"2eab10556f48a727","entry":"parallel_orthogonal_","repo":"Aladoro/Stabilizing-Off-Policy-RL","repo_kind":"found_in_text","path":"analysis_modules.py","file_url":"https://github.com/Aladoro/Stabilizing-Off-Policy-RL/blob/HEAD/analysis_modules.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2eab10556f48a727"}},{"code_sha256_prefix":"be09547faeeb18b1","entry":"soft_ce","repo":"nicklashansen/tdmpc2","repo_kind":"found_in_text","path":"tdmpc2/common/math.py","file_url":"https://github.com/nicklashansen/tdmpc2/blob/HEAD/tdmpc2/common/math.py","link_basis":"first_harvest_node","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":"be09547faeeb18b1"}},{"code_sha256_prefix":"6244e9922f4e0610","entry":"to_torch","repo":"FrankZheng2022/TACO","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/FrankZheng2022/TACO/blob/HEAD/utils.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6244e9922f4e0610"}},{"code_sha256_prefix":"f90991ce8cc1ba9e","entry":"AllFeatTiedRegularizedEncoder","repo":"Aladoro/Stabilizing-Off-Policy-RL","repo_kind":"found_in_text","path":"analysis_modules.py","file_url":"https://github.com/Aladoro/Stabilizing-Off-Policy-RL/blob/HEAD/analysis_modules.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":"f90991ce8cc1ba9e"}},{"code_sha256_prefix":"fcffc43fe47b685d","entry":"NonLearnableParameterizedRegWrapper","repo":"Aladoro/Stabilizing-Off-Policy-RL","repo_kind":"found_in_text","path":"analysis_modules.py","file_url":"https://github.com/Aladoro/Stabilizing-Off-Policy-RL/blob/HEAD/analysis_modules.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":"fcffc43fe47b685d"}},{"code_sha256_prefix":"c4f49dcf5899af90","entry":"print_run","repo":"nicklashansen/tdmpc2","repo_kind":"found_in_text","path":"tdmpc2/common/logger.py","file_url":"https://github.com/nicklashansen/tdmpc2/blob/HEAD/tdmpc2/common/logger.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":"c4f49dcf5899af90"}},{"code_sha256_prefix":"8f4a0c10af4d7c48","entry":"weight_init","repo":"Aladoro/Stabilizing-Off-Policy-RL","repo_kind":"found_in_text","path":"analysis_modules.py","file_url":"https://github.com/Aladoro/Stabilizing-Off-Policy-RL/blob/HEAD/analysis_modules.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":"8f4a0c10af4d7c48"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}