English

Recurrent Hypernetworks are Surprisingly Strong in Meta-RL

Machine Learning 2023-12-27 v4 Artificial Intelligence Robotics

Abstract

Deep reinforcement learning (RL) is notoriously impractical to deploy due to sample inefficiency. Meta-RL directly addresses this sample inefficiency by learning to perform few-shot learning when a distribution of related tasks is available for meta-training. While many specialized meta-RL methods have been proposed, recent work suggests that end-to-end learning in conjunction with an off-the-shelf sequential model, such as a recurrent network, is a surprisingly strong baseline. However, such claims have been controversial due to limited supporting evidence, particularly in the face of prior work establishing precisely the opposite. In this paper, we conduct an empirical investigation. While we likewise find that a recurrent network can achieve strong performance, we demonstrate that the use of hypernetworks is crucial to maximizing their potential. Surprisingly, when combined with hypernetworks, the recurrent baselines that are far simpler than existing specialized methods actually achieve the strongest performance of all methods evaluated. We provide code at https://github.com/jacooba/hyper.

Keywords

Cite

@article{arxiv.2309.14970,
  title  = {Recurrent Hypernetworks are Surprisingly Strong in Meta-RL},
  author = {Jacob Beck and Risto Vuorio and Zheng Xiong and Shimon Whiteson},
  journal= {arXiv preprint arXiv:2309.14970},
  year   = {2023}
}

Comments

Published at NeurIPS 2023. We provide code at https://github.com/jacooba/hyper

R2 v1 2026-06-28T12:32:48.966Z