Papers › Drama: Mamba-Enabled Model-Based Reinforcement Learning Is Sample and Parameter Efficient

Drama: Mamba-Enabled Model-Based Reinforcement Learning Is Sample and Parameter Efficient

11 Oct 2024arXiv:2410.08893archive 2025-07-28

Wenlong Wang, Ivana Dusparic, Yucheng Shi, Ke Zhang, Vinny Cahill

Model-based reinforcement learning (RL) offers a solution to the data inefficiency that plagues most model-free RL algorithms. However, learning a robust world model often requires complex and deep architectures, which are computationally expensive and challenging to train. Within the world model, sequence models play a critical role in accurate predictions, and various architectures have been explored, each with its own challenges. Currently, recurrent neural network (RNN)-based world models struggle with vanishing gradients and capturing long-term dependencies. Transformers, on the other hand, suffer from the quadratic memory and computational complexity of self-attention mechanisms, scaling as O(n²), where n is the sequence length. To address these challenges, we propose a state space model (SSM)-based world model, Drama, specifically leveraging Mamba, that achieves O(n) memory and computational complexity while effectively capturing long-term dependencies and enabling efficient training with longer sequences. We also introduce a novel sampling method to mitigate the suboptimality caused by an incorrect world model in the early training stages. Combining these techniques, Drama achieves a normalised score on the Atari100k benchmark that is competitive with other state-of-the-art (SOTA) model-based RL algorithms, using only a 7 million-parameter world model. Drama is accessible and trainable on off-the-shelf hardware, such as a standard laptop. Our code is available at https://github.com/realwenlongwang/Drama.git.

PaperPDFCodeCode 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="2410.08893")

Code

Syntology Ran 7 of 9 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 7 ran with no contract checked.

By repository: official repository: 9 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

realwenlongwang/drama officialmentioned in paperpytorch report

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

9 samples harvested; 7 ran; 0 honoured the contract we drafted; 2 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.

7ran
2unverified

Licence: 9 of the 9 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 realwenlongwang/Drama. “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.

get_subsequent_mask realwenlongwang/Drama/sub_models/attention_blocks.py official repository ran no licence file found · pointer only · 6ae6a81b313635f6 · report
get_subsequent_mask_with_batch_length realwenlongwang/Drama/sub_models/attention_blocks.py official repository ran no licence file found · pointer only · e38bff42d47263cd · report
get_vector_mask realwenlongwang/Drama/sub_models/attention_blocks.py official repository ran no licence file found · pointer only · 3c26bddfecd514dd · report
layer_init realwenlongwang/Drama/tools.py official repository ran no licence file found · pointer only · 3efc0819c7bc75e2 · report
percentile realwenlongwang/Drama/agents.py official repository ran fingerprinted no licence file found · pointer only · adce9ddcc08da8dc · report
symexp realwenlongwang/Drama/sub_models/functions_losses.py official repository ran fingerprinted no licence file found · pointer only · 67b3a332ec394684 · report
symlog realwenlongwang/Drama/sub_models/functions_losses.py official repository ran fingerprinted no licence file found · pointer only · c5f6f10f82106e10 · report
build_single_env realwenlongwang/Drama/env_wrapper.py official repository unverified no licence file found · pointer only · b81345145f0ea196 · report
build_vec_env realwenlongwang/Drama/env_wrapper.py official repository unverified no licence file found · pointer only · dbdef7d52f9792a4 · report

Tasks

MambaModel-based Reinforcement LearningReinforcement Learning (RL)

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

MambaSET

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