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

PIGDreamer: Privileged Information Guided World Models for Safe Partially Observable Reinforcement Learning

ICML 25 2025 53.5 method, theory

TLDR

PIGDreamer uses privileged information in a model-based RL approach to improve safety and performance in partially observable environments.

Reasoning

The paper introduces a theoretical framework (ACPOMDPs) and a practical algorithm (PIGDreamer) that leverages privileged information for safe RL. Strengths include theoretical grounding and empirical outperformance over baselines; weaknesses are lack of real-world validation and limited detail on the world model architecture.

Read-first score

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

Recency 8%
86.7

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

Methodology quality 25%
70

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

Reproducibility 25%
46

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

Topical relevance 42%
41.4

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

FrontierMethodology anchor

Rank sensitivity

Stability: volatile; rank range: 399.

Keyword Scores

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

Deep Analysis

Innovations

  • Proposed Asymmetric Constrained Partially Observable Markov Decision Processes (ACPOMDPs) to theoretically examine the advantages of incorporating privileged information in Safe RL
  • Proposed Privileged Information Guided Dreamer (PIGDreamer), a model-based RL approach that leverages privileged information through privileged representation alignment and an asymmetric actor-critic structure
  • Empirical demonstration that PIGDreamer significantly outperforms existing Safe RL methods and shows enhanced performance, robustness, and efficiency compared to alternative privileged RL methods

Methodology

PIGDreamer is a model-based reinforcement learning approach that uses privileged information during training. It employs privileged representation alignment and an asymmetric actor-critic structure, where the actor uses only observations while the critic leverages privileged information. The method is built upon the theoretical framework of ACPOMDPs. Evaluation is conducted against existing Safe RL methods and alternative privileged RL methods, with metrics focusing on safety and performance.

Key Results

PIGDreamer significantly outperforms existing Safe RL methods. Compared to alternative privileged RL methods, it exhibits enhanced performance, robustness, and efficiency.

Tags