paper-with-me

홈 › Papers

Video Prediction Models as Rewards for Reinforcement Learning

2023-05-23 · NeurIPS 2023 11

Specifying reward signals that allow agents to learn complex behaviors is a long-standing challenge in reinforcement learning. A promising approach is to extract preferences for behaviors from unlabeled videos, which are widely available on the internet. We present Video Prediction Rewards (VIPER), an algorithm that leverages pretrained video prediction models as action-free reward signals for reinforcement learning. Specifically, we first train an autoregressive transformer on expert videos and then use the video prediction likelihoods as reward signals for a reinforcement learning agent. VIPER enables expert-level control without programmatic task rewards across a wide range of DMC, Atari, and RLBench tasks. Moreover, generalization of the video prediction model allows us to derive rewards for an out-of-distribution environment where no expert data is available, enabling cross-embodiment generalization for tabletop manipulation. We see our work as starting point for scalable reward specification from unlabeled videos that will benefit from the rapid advances in generative modeling. Source code and datasets are available on the project website: https://escontrela.me/viper

📄 PDF Abstract BibTeX arXiv:2305.14343

Code (3)

Alescontrela/viper_rl jax
alescontrela/viper jax
nyuolab/VIPER-torch pytorch

Tasks

Predictionreinforcement-learningReinforcement LearningVideo Prediction

Similar Papers 제목 키워드 기반

Large-Scale Study of Curiosity-Driven Learning

2018-08-13 · ICLR 2019 5 · Yuri Burda, Harri Edwards, Deepak Pathak, Amos Storkey 외

Reinforcement learning algorithms rely on carefully engineering environment rewards that are extrinsic to the agent. However, annotating each environment with hand-designed, dense rewards is not scalable, motivating the …

Atari GamesPredictionReinforcement LearningSNES Games

RLVR-World: Training World Models with Reinforcement Learning

2025-05-20 · Jialong Wu, Shaofeng Yin, Ningya Feng, Mingsheng Long

World models predict state transitions in response to actions and are increasingly developed across diverse modalities. However, standard training objectives such as maximum likelihood estimation (MLE) often misalign wit…

reinforcement-learningReinforcement LearningRobot Manipulation

Training a Conditioned Video Game Agent on a VLM Annotated Dataset

2026-08-06 · Katrin Schmid, Iuri Frosio arxiv

Reinforcement Learning (RL) is a powerful but far from easy-to-use technique for policy learning. In the specific case of video games, access to the game engine is required to get rewards for training (e.g. to collect re…

Reinforcement LearningOffline RL

iVideoGPT: Interactive VideoGPTs are Scalable World Models

2024-05-24 · Jialong Wu, Shaofeng Yin, Ningya Feng, Xu He 외

World models empower model-based agents to interactively explore, reason, and plan within imagined environments for real-world decision-making. However, the high demand for interactivity poses challenges in harnessing re…

Decision MakingModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1

Claim-Level Rubric Rewards for Video Caption Reinforcement Learning

2026-07-06 · Mingqi Gao, Hongyuan Dong, Yifei Chen, Zhisheng Zhong 외 arxiv

In this paper, we introduce Claim-Level Rubric Rewards (CuRe), a structured reward framework designed to address the reward-design bottleneck in reinforcement learning for dense video captioning. Existing reward designs …

Dense Video CaptioningReinforcement Learning