dreamer_v3_100m_world_model(pretrained: bool = False, overrides: object = {})The fourth 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_100m_world_model
>>> model = dreamer_v3_100m_world_model(action_dim=6).eval()
>>> model.config.num_bins, model.config.bin_range
(255, 20.0)