79
9

Transformers Can Learn Temporal Difference Methods for In-Context Reinforcement Learning

Abstract

Traditionally, reinforcement learning (RL) agents learn to solve new tasks by updating their neural network parameters through interactions with the task environment. However, recent works demonstrate that some RL agents, after certain pretraining procedures, can learn to solve unseen new tasks without parameter updates, a phenomenon known as in-context reinforcement learning (ICRL). The empirical success of ICRL is widely attributed to the hypothesis that the forward pass of the pretrained agent neural network implements an RL algorithm. In this paper, we support this hypothesis by showing, both empirically and theoretically, that when a transformer is trained for policy evaluation tasks, it can discover and learn to implement temporal difference learning in its forward pass.

View on arXiv
@article{wang2025_2405.13861,
  title={ Transformers Can Learn Temporal Difference Methods for In-Context Reinforcement Learning },
  author={ Jiuqi Wang and Ethan Blaser and Hadi Daneshmand and Shangtong Zhang },
  journal={arXiv preprint arXiv:2405.13861},
  year={ 2025 }
}
Comments on this paper