DreamerV3-XP: Optimizing exploration through uncertainty estimation
TLDR
DreamerV3-XP enhances exploration via prioritized replay and ensemble disagreement intrinsic reward, tested on Atari and DMC tasks.
Reasoning
The paper presents a clear extension to DreamerV3 with two well-motivated exploration mechanisms and validates them on standard benchmarks, showing improvements in sparse-reward settings. However, the evaluation is limited to simulated environments and a subset of tasks, and the novelty is incremental rather than foundational.
Read-first score
Read-first score 52.9, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 39.
Field roles
Rank sensitivity
Stability: volatile; rank range: 397.
Keyword Scores
Deep Analysis
Innovations
- Prioritized replay buffer scoring trajectories by return, reconstruction loss, and value error
- Intrinsic reward based on disagreement over predicted environment rewards from an ensemble of world models
Methodology
DreamerV3-XP extends DreamerV3 by introducing a prioritized replay buffer that scores trajectories using return, reconstruction loss, and value error, and an intrinsic reward derived from the disagreement among an ensemble of world models predicting environment rewards. The method is evaluated on a subset of Atari100k and DeepMind Control Visual Benchmark tasks, comparing against the original DreamerV3.
Key Results
The extensions lead to faster learning and lower dynamics model loss, particularly in sparse-reward settings, while confirming the original DreamerV3 results.