paper-with-me

Papers

Structured State Space Models for In-Context Reinforcement Learning

2023-03-07 · NeurIPS 2023 11 · Chris Lu, Yannick Schroecker, Albert Gu, Emilio Parisotto, Jakob Foerster, Satinder Singh, Feryal Behbahani

Structured state space sequence (S4) models have recently achieved state-of-the-art performance on long-range sequence modeling tasks. These models also have fast inference speeds and parallelisable training, making them potentially useful in many reinforcement learning settings. We propose a modification to a variant of S4 that enables us to initialise and reset the hidden state in parallel, allowing us to tackle reinforcement learning tasks. We show that our modified architecture runs asymptotically faster than Transformers in sequence length and performs better than RNN's on a simple memory-based task. We evaluate our modified architecture on a set of partially-observable environments and find that, in practice, our model outperforms RNN's while also running over five times faster. Then, by leveraging the model's ability to handle long-range sequences, we achieve strong performance on a challenging meta-learning task in which the agent is given a randomly-sampled continuous control environment, combined with a randomly-sampled linear projection of the environment's observations and actions. Furthermore, we show the resulting model can adapt to out-of-distribution held-out tasks. Overall, the results presented in this paper show that structured state space models are fast and performant for in-context reinforcement learning tasks. We provide code at https://github.com/luchris429/popjaxrl.

📄 PDF Abstract BibTeX arXiv:2303.03982

Code (2)

luchris429/popjaxrl 공식 구현 jax
luchris429/s5rl 공식 구현 jax

Tasks

continuous-controlContinuous ControlIn-Context Reinforcement LearningMeta-Learningreinforcement-learningReinforcement LearningState Space Models

Similar Papers 제목 키워드 기반

Free Random Projection for In-Context Reinforcement Learning

2025-04-09 · Tomohiro Hayase, Benoît Collins, Nakamasa Inoue

Hierarchical inductive biases are hypothesized to promote generalizable policies in reinforcement learning, as demonstrated by explicit hyperbolic latent representations and architectures. Therefore, a more flexible appr…

In-Context Reinforcement Learningreinforcement-learningReinforcement Learning

Action Space Reduction Strategies for Reinforcement Learning in Autonomous Driving

2025-07-07 · Elahe Delavari, Feeza Khan Khanzada, Jaerock Kwon arxiv

Reinforcement Learning (RL) offers a promising framework for autonomous driving by enabling agents to learn control policies through interaction with environments. However, large and high-dimensional action spaces often …

Reinforcement LearningAutonomous Driving

Scaling Agentic Capabilities, Not Context: Efficient Reinforcement Finetuning for Large Toolspaces

2026-03-05 · Karan Gupta, Pranav Vajreshwari, Yash Pandya, Raghav Magazine 외 arxiv

Agentic systems operating over large tool ecosystems must plan and execute long-horizon workflows under weak or non-verifiable supervision. While frontier models mitigate these challenges through scale and large context …

Low Dimensional State Representation Learning with Robotics Priors in Continuous Action Spaces

2021-07-04 · Nicolò Botteghi, Khaled Alaa, Mannes Poel, Beril Sirmacek 외

Autonomous robots require high degrees of cognitive and motoric intelligence to come into our everyday life. In non-structured environments and in the presence of uncertainties, such degrees of intelligence are not easy …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation Learning+1

Structured and Natural Responses Co-generation for Conversational Search

2022-07-07 · ACM SIGIR Conference on Research and Development in Information Retrieval 2022 7 · Chenchen Ye, Lizi Liao, Fuli Feng, Wei Ji 외

Generating fluent and informative natural responses while maintaining representative internal states for search optimization is critical for conversational search systems. Existing approaches either 1) predict structured…

Conversational Search