dreamer_v3_400m_world_model(pretrained: bool = False, overrides: object = {})The largest rung with all three objectives.
Model Size
Parameters
pretrainedbool= FalseNo weights are published for this family; passing
True raises.**overridesobject= {}Optional
DreamerV3Config field overrides.Returns
DreamerV3ForWorldModelingThe rung plus the objectives.
Notes
Reference: Hafner, Pasukonis, Ba, and Norouzi, "Mastering Diverse Domains through World Models", Nature 640 (2025), 647-653 (arXiv:2301.04104).
Examples
>>> from lucid.models import dreamer_v3_400m_world_model
>>> model = dreamer_v3_400m_world_model(action_dim=6).eval()
>>> model.config.blocks, model.config.deter_size // model.config.blocks
(8, 1536)