# Configuration Files Dreamer4 uses YAML-based configuration via Hydra. Example: ```yaml world_model: type: transformer layers: 12 latent_dim: 512 kl_free_bits: 1.0 shortcut_forcing: true training: replay_ratio: 32 optimizer: laprop lr: 3e-4 entropy_scale: 3e-4
Last updated 8 months ago