Zero-Shot Reinforcement Learning from Low Quality Data
Scott Jeen, Tom Bewley, Jonathan M. Cullen

TL;DR
This paper investigates how zero-shot reinforcement learning performs with small, homogeneous datasets and introduces conservative methods that improve performance in low-quality data scenarios, outperforming existing approaches.
Contribution
The paper proposes conservative modifications to zero-shot RL algorithms that enhance performance on small, homogeneous datasets, a setting less explored in prior work.
Findings
Conservative zero-shot RL outperforms non-conservative methods on low-quality datasets.
Proposed methods match or exceed performance of baselines with task exposure.
Conservative approaches do not degrade performance on high-quality datasets.
Abstract
Zero-shot reinforcement learning (RL) promises to provide agents that can perform any task in an environment after an offline, reward-free pre-training phase. Methods leveraging successor measures and successor features have shown strong performance in this setting, but require access to large heterogenous datasets for pre-training which cannot be expected for most real problems. Here, we explore how the performance of zero-shot RL methods degrades when trained on small homogeneous datasets, and propose fixes inspired by conservatism, a well-established feature of performant single-task offline RL algorithms. We evaluate our proposals across various datasets, domains and tasks, and show that conservative zero-shot RL algorithms outperform their non-conservative counterparts on low quality datasets, and perform no worse on high quality datasets. Somewhat surprisingly, our proposals also…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsReinforcement Learning in Robotics · Domain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning
