Teaching robot policies without new demonstrations: interview with Jiahui Zhang and Jesse Zhang

Researchers introduce ReWiND, a framework that enables robots to learn new manipulation tasks from language instructions alone, bypassing the need for per-task demonstrations.
The ReWiND method, which consists of three phases: learning a reward function, pre-training, and using the reward function and pre-trained policy to learn a new language-specified task online.
In their paper ReWiND: Language-Guided Rewards Teach Robot Policies without New Demonstrations, which was presented at CoRL 2025, Jiahui Zhang, Yusen Luo, Abrar Anwar, Sumedh A. Sontakke, Joseph J. Lim, Jesse Thomason, Erdem Bıyık and Jesse Zhang introduce a framework for learning robot manipulation tasks solely from language instructions without per-task demonstrations.
Our research addresses the problem of enabling robot manipulation policies to solve novel, language-conditioned tasks without collecting new demonstrations for each task. We begin with a small set of demonstrations in the deployment environment, train a language-conditioned reward model on them, and then use that learned reward function to fine-tune the policy on unseen tasks, with no additional demonstrations required.
ReWiND is a simple and effective three-stage framework designed to adapt robot policies to new, language-conditioned tasks without collecting new demonstrations. We evaluate ReWiND in both the MetaWorld simulation environment and the Koch real-world setup. Our analysis focuses on the generalization ability of the reward model and the effectiveness of policy learning.
In MetaWorld, ReWiND achieves an interquartile mean (IQM) success rate of approximately 79%, representing a ~97.5% improvement over the best baseline. On a real-world bimanual Koch system, with about 1 hour of real-world RL, ReWiND improves average success from 12% to 68% (a 5x improvement). Future work aims to extend ReWiND to larger models and develop a reward model capable of directly predicting success or failure without environment signals.
Source: Robohub















