paper-with-me

Papers

Decision MetaMamba: Enhancing Selective SSM in Offline RL with Heterogeneous Sequence Mixing

2026-02-23 · Wall Kim, Chaeyoung Song, Hanul Kim arxiv

Mamba-based models have drawn much attention in offline RL. However, their selective mechanism often detrimental when key steps in RL sequences are omitted. To address these issues, we propose a simple yet effective structure, called Decision MetaMamba (DMM), which replaces Mamba's token mixer with a dense layer-based sequence mixer and modifies positional structure to preserve local information. By performing sequence mixing that considers all channels simultaneously before Mamba, DMM prevents information loss due to selective scanning and residual gating. Extensive experiments demonstrate that our DMM delivers the state-of-the-art performance across diverse RL tasks. Furthermore, DMM achieves these results with a compact parameter footprint, demonstrating strong potential for real-world applications.

📄 PDF Abstract BibTeX arXiv:2602.19805

Code (0)

등록된 구현이 없습니다.

Tasks

Offline RL

Similar Papers 제목 키워드 기반

Integrating Multi-Modal Input Token Mixer Into Mamba-Based Decision Models: Decision MetaMamba

2024-08-20 · Wall Kim

Sequence modeling with State Space models (SSMs) has demonstrated performance surpassing that of Transformers in various tasks, raising expectations for their potential to outperform the Decision Transformer and its enha…

MambaOffline RLReinforcement Learning (RL)State Space Models

Retentive Decision Transformer with Adaptive Masking for Reinforcement Learning based Recommendation Systems

2024-03-26 · Siyu Wang, Xiaocong Chen, Lina Yao

Reinforcement Learning-based Recommender Systems (RLRS) have shown promise across a spectrum of applications, from e-commerce platforms to streaming services. Yet, they grapple with challenges, notably in crafting reward…

Computational EfficiencyDecision MakingRecommendation SystemsSequential Decision Making

Learning Clinical-Trial Strategy: Offline Policy Training for Decision Agents

2026-08-04 · William Bolton, Philip Torr arxiv

Clinical development is sequential decision-making under uncertainty, where a sponsor must plan a portfolio of experiments from heterogeneous evidence. We study this setting by framing oncology clinical development as an…

Selective Reincarnation: Offline-to-Online Multi-Agent Reinforcement Learning

2023-03-31 · Claude Formanek, Callum Rhys Tilbury, Jonathan Shock, Kale-ab Tessera 외

'Reincarnation' in reinforcement learning has been proposed as a formalisation of reusing prior computation from past experiments when training an agent in an environment. In this paper, we present a brief foray into the…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning

CAESAR: Enhancing Federated RL in Heterogeneous MDPs through Convergence-Aware Sampling with Screening

2024-03-29 · Hei Yi Mak, Flint Xiaofeng Fan, Luca A. Lanzendörfer, Cheston Tan 외

In this study, we delve into Federated Reinforcement Learning (FedRL) in the context of value-based agents operating across diverse Markov Decision Processes (MDPs). Existing FedRL methods typically aggregate agents' lea…