DreamDojo Pretraining
February 14, 2026 ยท View on GitHub
We provide a launching script for DreamDojo pretraining (suppose you are training on 1 node with 8 GPUs).
-
Make sure you have set the correct paths in
launch.sh. -
Replace the
ckpt_pathincosmos_predict2/_src/predict2/models/text2world_model_rectified_flow.pyto the actual latent action model path. -
Launch DreamDojo pretraining.
bash launch.sh dreamdojo_2b_480_640_pretrain
Note
The pretrained DreamDojo checkpoints (2B and 14B) can be found at Hugging Face.
<= Previous: [Latent Action Model Training]
=> Next: [DreamDojo Post-Training]