SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2403.19925 · 2024

Decision Mamba: Reinforcement Learning via Sequence Modeling with Selective State Spaces

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 4 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
toshihiro-ota/decision-mamba canonical 2 of 4
FunctionStatusWhere it lives
sample Ran toshihiro-ota/decision-mamba/atari/mingpt/utils.py
code served (permissive licence) · get_code("8cde8a8441d1f2b9")
top_k_logits Ran toshihiro-ota/decision-mamba/atari/mingpt/utils.py
code served (permissive licence) · get_code("0f0021cdea13e4da")
get_outdir Not yet run toshihiro-ota/decision-mamba/atari/mingpt/utils.py
code served (permissive licence) · get_code("963fd6b4342e8926")
load_tf_weights_in_gpt2 Not yet run toshihiro-ota/decision-mamba/gym/models/trajectory_gpt2.py
code served (permissive licence) · get_code("00a33466c69c5705")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Decision Transformer, a promising approach that applies Transformer architectures to reinforcement learning, relies on causal self-attention to model sequences of states, actions, and rewards. While this method has shown competitive results, this paper investigates the integration of the Mamba framework, known for its advanced capabilities in efficient and effective sequence modeling, into the Decision Transformer architecture, focusing on the potential performance enhancements in sequential decision-making tasks. Our study systematically evaluates this integration by conducting a series of experiments across various decision-making environments, comparing the modified Decision Transformer, Decision Mamba, with its traditional counterpart. This work contributes to the advancement of sequential decision-making models, suggesting that the architecture and training methodology of neural networks can significantly impact their performance in complex tasks, and highlighting the potential of Mamba as a valuable tool for improving the efficacy of Transformer-based models in reinforcement learning scenarios.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2403.19925")
get_code_for_paper("2403.19925")
have("2403.19925")

Connect an agent — have() is free.