English

Real-World Offline Reinforcement Learning from Vision Language Model Feedback

Robotics 2025-08-07 v2 Artificial Intelligence Machine Learning

Abstract

Offline reinforcement learning can enable policy learning from pre-collected, sub-optimal datasets without online interactions. This makes it ideal for real-world robots and safety-critical scenarios, where collecting online data or expert demonstrations is slow, costly, and risky. However, most existing offline RL works assume the dataset is already labeled with the task rewards, a process that often requires significant human effort, especially when ground-truth states are hard to ascertain (e.g., in the real-world). In this paper, we build on prior work, specifically RL-VLM-F, and propose a novel system that automatically generates reward labels for offline datasets using preference feedback from a vision-language model and a text description of the task. Our method then learns a policy using offline RL with the reward-labeled dataset. We demonstrate the system's applicability to a complex real-world robot-assisted dressing task, where we first learn a reward function using a vision-language model on a sub-optimal offline dataset, and then we use the learned reward to employ Implicit Q learning to develop an effective dressing policy. Our method also performs well in simulation tasks involving the manipulation of rigid and deformable objects, and significantly outperform baselines such as behavior cloning and inverse RL. In summary, we propose a new system that enables automatic reward labeling and policy learning from unlabeled, sub-optimal offline datasets.

Keywords

Cite

@article{arxiv.2411.05273,
  title  = {Real-World Offline Reinforcement Learning from Vision Language Model Feedback},
  author = {Sreyas Venkataraman and Yufei Wang and Ziyu Wang and Navin Sriram Ravie and Zackory Erickson and David Held},
  journal= {arXiv preprint arXiv:2411.05273},
  year   = {2025}
}

Comments

7 pages. Accepted at the LangRob Workshop 2024 @ CoRL, 2024. Accepted at 2025 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2025)

R2 v1 2026-06-28T19:52:31.915Z