DREAMer-VXS: A Latent World Model for Sample-Efficient AGV Exploration in Stochastic, Unobserved Environments
TLDR
A model-based RL framework using a latent world model (VAE+RSSM) for sample-efficient AGV exploration, achieving 90% fewer interactions than SAC.
Reasoning
The paper presents a clear methodology and strong empirical results in simulation, but lacks real-world validation and does not address video-based world modeling. The core contribution is the world model for planning, which is well-supported by the abstract.
Read-first score
Read-first score 64, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 50.
Field roles
Rank sensitivity
Stability: volatile; rank range: 180.
Keyword Scores
Deep Analysis
Innovations
- DREAMer-VXS: a model-based framework for AGV exploration using a latent world model learned from partial LiDAR observations.
- Integration of a Convolutional VAE and Recurrent State-Space Model (RSSM) to learn compact representations and temporal dynamics from high-dimensional sensory data.
- Decoupling policy learning from real-world interaction by training entirely in imagination, achieving a 90% reduction in required environmental interactions.
- Composite reward function combining task objectives with an intrinsic curiosity bonus to promote systematic exploration in stochastic, unobserved environments.
Methodology
DREAMer-VXS learns a world model consisting of a Convolutional Variational Autoencoder (VAE) for compact state representation and a Recurrent State-Space Model (RSSM) for modeling temporal dynamics from partial LiDAR observations. The agent uses this learned model as a high-speed simulator to train an actor-critic policy entirely in imagination, guided by a composite reward that balances task goals with an intrinsic curiosity bonus. The framework is evaluated in simulated environments against a state-of-the-art model-free SAC baseline.
Key Results
DREAMer-VXS achieves a 90% reduction in environmental interactions to reach expert-level performance compared to SAC, and demonstrates a 45% increase in exploration efficiency in unseen environments with superior resilience to dynamic obstacles.
Limitations
- Only validated in simulated environments; real-world applicability remains unverified.
- Relies on partial LiDAR observations which may not capture full environmental state, potentially limiting generalization.
- The composite reward function with curiosity bonus may require careful tuning for different tasks or environments, and its effectiveness in highly stochastic settings is not fully characterized.