2022

In-context Reinforcement Learning with Algorithm Distillation

Laskin, Michael, Wang, Luyu, Oh, Junhyuk et al.

Understand

We propose Algorithm Distillation (AD), a method for distilling reinforcement learning (RL) algorithms into neural networks by modeling their training histories with a causal sequence model.

  • Algorithm Distillation treats learning to reinforcement learn as an across-episode sequential prediction problem.
  • A dataset of learning histories is generated by a source RL algorithm, and then a causal transformer is trained by autoregressively predicting actions given their preceding learning histories as context.
  • Unlike sequential policy prediction architectures that distill post-learning or expert sequences, AD is able to improve its policy entirely in-context without updating its network parameters.

Reading the bibliography…