Mamba as Decision Maker: Exploring Multi-scale Sequence Modeling in Offline Reinforcement Learning
Jiahang Cao, Qiang Zhang, Ziqing Wang, Jingkai Sun, Jiaxu Wang, Hao, Cheng, Yecheng Shao, Wen Zhao, Gang Han, Yijie Guo, Renjing Xu

TL;DR
This paper introduces MambaDM, a novel sequence modeling approach for offline reinforcement learning that effectively captures multi-scale dependencies, achieving state-of-the-art results and providing insights into dataset scaling effects.
Contribution
We propose MambaDM with a new mixer module for multi-scale sequence modeling in RL, outperforming existing methods and analyzing the impact of dataset scaling on performance.
Findings
MambaDM achieves state-of-the-art performance on Atari and OpenAI Gym datasets.
Scaling dataset size improves performance significantly, while increasing model size does not.
The mixer module effectively captures both global and local sequence features.
Abstract
Sequential modeling has demonstrated remarkable capabilities in offline reinforcement learning (RL), with Decision Transformer (DT) being one of the most notable representatives, achieving significant success. However, RL trajectories possess unique properties to be distinguished from the conventional sequence (e.g., text or audio): (1) local correlation, where the next states in RL are theoretically determined solely by current states and actions based on the Markov Decision Process (MDP), and (2) global correlation, where each step's features are related to long-term historical information due to the time-continuous nature of trajectories. In this paper, we propose a novel action sequence predictor, named Mamba Decision Maker (MambaDM), where Mamba is expected to be a promising alternative for sequence modeling paradigms, owing to its efficient modeling of multi-scale dependencies. In…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Evolutionary Algorithms and Applications
MethodsAttention Is All You Need · Softmax · Layer Normalization · Linear Layer · Byte Pair Encoding · Label Smoothing · Adam · Residual Connection · Position-Wise Feed-Forward Layer · Multi-Head Attention
