Mambaによる連続制御のためのアルゴリズム蒸留のスケーリング
Scaling Algorithm Distillation for Continuous Control with Mamba
Transformerの代わりにMamba(S6モデル)を用いてアルゴリズム蒸留を連続制御タスクに拡張し、長い文脈での学習性能を向上させた。
著者: Samuel Beaussant, Mehdi Mounsif
分類: cs.LG, cs.AI, cs.RO
原文アブストラクト
Algorithm Distillation (AD) was recently proposed as a new approach to perform In-Context Reinforcement Learning (ICRL) by modeling across-episodic training histories autoregressively with a causal transformer model. However, due to practical limitations induced by the attention mechanism, experiments were bottlenecked by the transformer's quadratic complexity and limited to simple discrete environments with short time horizons. In this work, we propose leveraging the recently proposed Selective Structured State Space Sequence (S6) models, which achieved state-of-the-art (SOTA) performance on long-range sequence modeling while scaling linearly in sequence length. Through four complex and continuous Meta Reinforcement Learning environments, we demonstrate the overall superiority of Mamba, a model built with S6 layers, over a transformer model for AD. Additionally, we show that scaling AD to very long contexts can improve ICRL performance and make it competitive even with a SOTA online meta RL baseline.