Papers › V-Simba: Unleashing the Architectural Potential of RL in Visual Continuous Control

V-Simba: Unleashing the Architectural Potential of RL in Visual Continuous Control

8 Aug 2026arXiv:2608.07870added by Syntology

Donghu Kim, Youngdo Lee, Hojoon Lee, Johan Obando-Ceron, Byungkun Lee, Aaron Courville, Pablo Samuel Castro, Jaegul Choo, Clare Lyle

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode 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="2608.07870")

Code

Syntology Ran 24 of 28 code samples harvested from 3 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 19 ran with no contract checked.

By repository: found in paper text by Syntology: 28 samples from 3 repositories, 24 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

FrankZheng2022/TACO found in paper text by Syntology report
nicklashansen/tdmpc2 found in paper text by Syntology report
facebookresearch/drqv2 found in paper text by Syntology report
XuGW-Kevin/DrM found in paper text by Syntology report
Aladoro/Stabilizing-Off-Policy-RL found in paper text by Syntology report

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

28 samples harvested; 24 ran; 1 honoured the contract we drafted; 4 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
4ran · our draft was wrong
19ran
4unverified

Licence: 0 of the 28 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 3 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.

DenseParallel Aladoro/Stabilizing-Off-Policy-RL/analysis_modules.py found in paper text by Syntology ran MIT (permissive) · f86691bb1b773723 · report
Encoder Aladoro/Stabilizing-Off-Policy-RL/analysis_modules.py found in paper text by Syntology ran MIT (permissive) · a35f2ebaac86d65e · report
LearnS Aladoro/Stabilizing-Off-Policy-RL/analysis_modules.py found in paper text by Syntology ran MIT (permissive) · d28b2ed7bac03229 · report
ParameterizedReg Aladoro/Stabilizing-Off-Policy-RL/analysis_modules.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 3bb77a01e5585037 · report
ReprRegularizedEncoder Aladoro/Stabilizing-Off-Policy-RL/analysis_modules.py found in paper text by Syntology ran MIT (permissive) · b00b25eae15abe31 · report
cfg_to_dataclass nicklashansen/tdmpc2/tdmpc2/common/parser.py found in paper text by Syntology ran MIT (permissive) · 9c8db9734f336095 · report
cfg_to_group nicklashansen/tdmpc2/tdmpc2/common/logger.py found in paper text by Syntology ran MIT (permissive) · 92606899d7569240 · report
conv nicklashansen/tdmpc2/tdmpc2/common/layers.py found in paper text by Syntology ran MIT (permissive) · 09a1b332222b32f5 · report
enc nicklashansen/tdmpc2/tdmpc2/common/layers.py found in paper text by Syntology ran MIT (permissive) · 102864ce41266282 · report
encode_multiple FrankZheng2022/TACO/utils.py found in paper text by Syntology ran MIT (permissive) · fe1222a105912dc2 · report
episode_len FrankZheng2022/TACO/replay_buffer.py found in paper text by Syntology ran MIT (permissive) · 9f840a22d31a89bc · report
expectile_loss FrankZheng2022/TACO/utils.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · f55fa75eaa288304 · report
extract_local_patches Aladoro/Stabilizing-Off-Policy-RL/analysis_modules.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · a875fd2a06da197e · report
gaussian_logprob nicklashansen/tdmpc2/tdmpc2/common/math.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 3ffae94f45894637 · report
get_local_patches_kernel Aladoro/Stabilizing-Off-Policy-RL/analysis_modules.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 7f87d28eeb24398b · report
get_obs_shape nicklashansen/tdmpc2/tdmpc2/envs/dmcontrol.py found in paper text by Syntology ran MIT (permissive) · d5f42622a298fa86 · report
load_episode FrankZheng2022/TACO/replay_buffer.py found in paper text by Syntology ran MIT (permissive) · 184876e5f4ab6562 · report
log_std nicklashansen/tdmpc2/tdmpc2/common/math.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 2bf6e2d95f0a3b0c · report
make_dir nicklashansen/tdmpc2/tdmpc2/common/logger.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 436a7981ede1cf9d · report
make_replay_loader FrankZheng2022/TACO/replay_buffer.py found in paper text by Syntology ran MIT (permissive) · ea1b5dcf520d2eb2 · report
mlp nicklashansen/tdmpc2/tdmpc2/common/layers.py found in paper text by Syntology ran MIT (permissive) · 596a1441bb20a1c6 · report
parallel_orthogonal_ Aladoro/Stabilizing-Off-Policy-RL/analysis_modules.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 2eab10556f48a727 · report
soft_ce nicklashansen/tdmpc2/tdmpc2/common/math.py found in paper text by Syntology ran MIT (permissive) · be09547faeeb18b1 · report
to_torch FrankZheng2022/TACO/utils.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 6244e9922f4e0610 · report
AllFeatTiedRegularizedEncoder Aladoro/Stabilizing-Off-Policy-RL/analysis_modules.py found in paper text by Syntology unverified MIT (permissive) · f90991ce8cc1ba9e · report
NonLearnableParameterizedRegWrapper Aladoro/Stabilizing-Off-Policy-RL/analysis_modules.py found in paper text by Syntology unverified MIT (permissive) · fcffc43fe47b685d · report
print_run nicklashansen/tdmpc2/tdmpc2/common/logger.py found in paper text by Syntology unverified MIT (permissive) · c4f49dcf5899af90 · report
weight_init Aladoro/Stabilizing-Off-Policy-RL/analysis_modules.py found in paper text by Syntology unverified MIT (permissive) · 8f4a0c10af4d7c48 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.07870, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

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