paper-with-me

Papers

Generalization to New Sequential Decision Making Tasks with In-Context Learning

2023-12-06 · Sharath Chandra Raparthy, Eric Hambro, Robert Kirk, Mikael Henaff, Roberta Raileanu

Training autonomous agents that can learn new tasks from only a handful of demonstrations is a long-standing problem in machine learning. Recently, transformers have been shown to learn new language or vision tasks without any weight updates from only a few examples, also referred to as in-context learning. However, the sequential decision making setting poses additional challenges having a lower tolerance for errors since the environment's stochasticity or the agent's actions can lead to unseen, and sometimes unrecoverable, states. In this paper, we use an illustrative example to show that naively applying transformers to sequential decision making problems does not enable in-context learning of new tasks. We then demonstrate how training on sequences of trajectories with certain distributional properties leads to in-context learning of new sequential decision making tasks. We investigate different design choices and find that larger model and dataset sizes, as well as more task diversity, environment stochasticity, and trajectory burstiness, all result in better in-context learning of new out-of-distribution tasks. By training on large diverse offline datasets, our model is able to learn new MiniHack and Procgen tasks without any weight updates from just a handful of demonstrations.

📄 PDF Abstract BibTeX arXiv:2312.03801

Code (1)

facebookresearch/minihack pytorch

Tasks

Decision MakingDiversityIn-Context LearningSequential Decision Making

Similar Papers 제목 키워드 기반

Learning to Generalize for Sequential Decision Making

2020-10-05 · Findings of the Association for Computational Linguistics 2020 · Xusen Yin, Ralph Weischedel, Jonathan May

We consider problems of making sequences of decisions to accomplish tasks, interacting via the medium of language. These problems are often tackled with reinforcement learning approaches. We find that these models do not…

Decision MakingImitation LearningNatural Language Understandingreinforcement-learning+3

Heuristic Transformer: Belief Augmented In-Context Reinforcement Learning

2025-11-13 · Oliver Dippel, Alexei Lisitsa, Bei Peng arxiv

Transformers have demonstrated exceptional in-context learning (ICL) capabilities, enabling applications across natural language processing, computer vision, and sequential decision-making. In reinforcement learning, ICL…

Reinforcement Learning

DLM: Unified Decision Language Models for Offline Multi-Agent Sequential Decision Making

2026-04-26 · Zhuohui Zhang, Bin Cheng, Bin He arxiv

Building scalable and reusable multi-agent decision policies from offline datasets remains a challenge in offline multi-agent reinforcement learning (MARL), as existing methods often rely on fixed observation formats and…

Multi-agent Reinforcement LearningZero-shot GeneralizationDecision Making

Patterns, predictions, and actions: A story about machine learning

2021-02-10 · Moritz Hardt, Benjamin Recht

This graduate textbook on machine learning tells a story of how patterns in data support predictions and consequential actions. Starting with the foundations of decision making, we cover representation, optimization, and…

BIG-bench Machine LearningCausal InferenceDecision Makingreinforcement-learning+2

Unified Models of Human Behavioral Agents in Bandits, Contextual Bandits and RL

2020-05-10 · Baihan Lin, Guillermo Cecchi, Djallel Bouneffouf, Jenna Reinen 외

Artificial behavioral agents are often evaluated based on their consistent behaviors and performance to take sequential actions in an environment to maximize some notion of cumulative reward. However, human decision maki…

Decision MakingLifelong learningMulti-Armed BanditsReinforcement Learning (RL)+1