paper-with-me

홈 › Papers

ImagineBench: Evaluating Reinforcement Learning with Large Language Model Rollouts

2025-05-15 · Jing-Cheng Pang, Kaiyuan Li, Yidi Wang, Si-Hang Yang, Shengyi Jiang, Yang Yu

A central challenge in reinforcement learning (RL) is its dependence on extensive real-world interaction data to learn task-specific policies. While recent work demonstrates that large language models (LLMs) can mitigate this limitation by generating synthetic experience (noted as imaginary rollouts) for mastering novel tasks, progress in this emerging field is hindered due to the lack of a standard benchmark. To bridge this gap, we introduce ImagineBench, the first comprehensive benchmark for evaluating offline RL algorithms that leverage both real rollouts and LLM-imaginary rollouts. The key features of ImagineBench include: (1) datasets comprising environment-collected and LLM-imaginary rollouts; (2) diverse domains of environments covering locomotion, robotic manipulation, and navigation tasks; and (3) natural language task instructions with varying complexity levels to facilitate language-conditioned policy learning. Through systematic evaluation of state-of-the-art offline RL algorithms, we observe that simply applying existing offline RL algorithms leads to suboptimal performance on unseen tasks, achieving 35.44% success rate in hard tasks in contrast to 64.37% of method training on real rollouts for hard tasks. This result highlights the need for algorithm advancements to better leverage LLM-imaginary rollouts. Additionally, we identify key opportunities for future research: including better utilization of imaginary rollouts, fast online adaptation and continual learning, and extension to multi-modal tasks. Our code is publicly available at https://github.com/LAMDA-RL/ImagineBench.

📄 PDF Abstract BibTeX arXiv:2505.10010

Code (1)

lamda-rl/imaginebench 공식 구현 pytorch

Tasks

Continual LearningLanguage ModelingLanguage ModellingLarge Language ModelOffline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

MemReward: Graph-Based Experience Memory for LLM Reward Prediction with Limited Labels

2026-03-13 · Tianyang Luo, Tao Feng, Zhigang Hua, Yan Xie 외 arxiv

Reinforcement learning has emerged as a powerful paradigm for improving large language model (LLM) reasoning, where rollouts are sampled from the policy and reward signals computed on those rollouts are used to update th…

Reinforcement LearningQuestion AnsweringCode Generation

Spend Your Rollouts Where It Counts: Rollout Allocation for Group-Based RL Post-Training

2026-05-26 · Woojeong Kim, Ziyi Yang, Jing Nathan Yan, Jialu Liu arxiv

Reinforcement learning (RL) is the dominant paradigm for post-training large language models. However, in the online, on-policy setting, rollout generation dominates the computational cost of training. Group-based policy…

Reinforcement Learning

Knowledgeable Agents by Offline Reinforcement Learning from Large Language Model Rollouts

2024-04-14 · Jing-Cheng Pang, Si-Hang Yang, Kaiyuan Li, Jiaji Zhang 외

Reinforcement learning (RL) trains agents to accomplish complex tasks through environmental interaction data, but its capacity is also limited by the scope of the available data. To obtain a knowledgeable agent, a promis…

Language ModelingLanguage ModellingLarge Language Modelreinforcement-learning+2

Train at Moving Edge: Online-Verified Prompt Selection for Efficient RL Training of Large Reasoning Model

2026-03-26 · Jiahao Wu, Ning Lu, Shengcai Liu, Kun Wang 외 arxiv

Reinforcement learning (RL) has become essential for post-training large language models (LLMs) in reasoning tasks. While scaling rollouts can stabilize training and enhance performance, the computational overhead is a c…

Reinforcement Learning

Not All Rollouts are Useful: Down-Sampling Rollouts in LLM Reinforcement Learning

2025-04-18 · Yixuan Even Xu, Yash Savani, Fei Fang, Zico Kolter

Reinforcement learning (RL) has emerged as a powerful paradigm for enhancing reasoning capabilities in large language models, but faces a fundamental asymmetry in computation and memory requirements: inference is embarra…

AllGSM8KReinforcement Learning (RL)