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

SimuDICE: Offline Policy Optimization Through World Model Updates and DICE Estimation

BNAIC 24 2024 52.5 method

TLDR

SimuDICE improves offline RL by iteratively refining policies using world model simulations adjusted by DICE and confidence estimates.

Reasoning

The paper introduces a novel framework combining world model updates with DICE estimation to address distribution mismatch in offline RL. Strengths include clear methodology and empirical validation showing comparable performance with fewer data and planning steps. Weaknesses are limited discussion of limitations and potential scalability issues.

Read-first score

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

Recency 8%
75.1

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

Topical relevance 42%
62.9

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

Methodology quality 25%
50

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

Reproducibility 25%
30

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

Field roles

Candidate

Rank sensitivity

Stability: volatile; rank range: 404.

Keyword Scores

world model
10
model-based reinforcement learning world model
10
world simulator
8
world dynamics prediction
8
generative world model
7
interactive world model
1
video world model
0

Deep Analysis

Innovations

  • Iterative refinement of offline policy using synthetic experiences from a world model with sampling probabilities adjusted by stationary Distribution Correction Estimation (DICE) and model confidence
  • Balancing experiences similar to frequently encountered ones with those having distribution mismatch to guide policy improvement
  • Reducing required pre-collected experiences and planning steps while maintaining comparable performance

Methodology

SimuDICE learns a world model from offline data to generate synthetic experiences, then adjusts the sampling probabilities of state-action pairs based on stationary DICE and estimated model confidence. This guides iterative policy improvement by balancing experiences that are similar to frequent ones with those that have distribution mismatch.

Key Results

SimuDICE achieves performance comparable to existing offline RL algorithms while requiring fewer pre-collected experiences and planning steps, and remains robust across varying data collection policies.

Tags