Awesome World Model Hub Papers · Datasets · Projects
← Back to papers

Making Offline RL Online: Collaborative World Models for Offline Visual Reinforcement Learning

NeurIPS 24 2024 60.3 method

TLDR

CoWorld uses online simulators to improve offline visual RL by mitigating cross-domain discrepancies via collaborative world models.

Reasoning

The paper presents a novel approach combining offline and online RL using world models, addressing overfitting and overestimation bias. However, it relies on off-the-shelf simulators and lacks real-world validation, limiting generalizability.

Read-first score

Read-first score 60.3, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 35.

Recency 8%
75.1

Uses a gentle age decay so recent papers surface without erasing older foundations. 2024

Reproducibility 25%
73

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=True; dataset=False; markers=github

Methodology quality 25%
60

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=experiment,result

Topical relevance 42%
50

Uses existing LLM keyword relevance scores normalized to 0-100. world model,world simulator,generative world model,interactive world model,video world model,world dynamics prediction,model-based reinforcement learning world model

Field roles

Reproducibility anchor

Rank sensitivity

Stability: volatile; rank range: 273.

Keyword Scores

world model
9
model-based reinforcement learning world model
8
world simulator
6
interactive world model
5
world dynamics prediction
4
generative world model
2
video world model
1

Deep Analysis

Innovations

  • Building more flexible constraints for value estimation without impeding exploration of potential advantages
  • Leveraging off-the-shelf RL simulators as a 'test bed' for offline policies to enable online interaction
  • Introducing CoWorld, a model-based RL approach that mitigates cross-domain discrepancies in state and reward spaces for effective online-to-offline knowledge transfer

Methodology

CoWorld is a model-based reinforcement learning approach that uses off-the-shelf RL simulators as an online test bed for offline policies. It mitigates cross-domain discrepancies in state and reward spaces to enable effective knowledge transfer from online to offline settings. The method addresses overfitting in representation learning and overestimation bias in value estimation.

Key Results

CoWorld outperforms existing RL approaches by large margins on offline visual reinforcement learning tasks.

Tags