Banner

Project Page | Paper | Github

Solaris Model

This model repository contains the final model weights of the Solaris Minecraft multiplayer model, along with the intermediate model weights for all training stages and third-party models required for inference and training. All weights are in JAX. Refer to the Solaris GitHub repository for downloading and running instructions.

Below is the description of the model folders:

  • solaris.pt: the final multiplayer Solaris model that should be used for inference and evaluation
  • clip.pt: Wan 2.1's CLIP model. Required for Solaris inference and training
  • vae.pt: Wan 2.1's 3D VAE model. Required for Solaris inference and training
  • mp_causal_60000.pt: Multiplayer causal model weights produced by training Stage 3
  • mp_bidirectional_120000.pt: Multiplayer bidirectional model weights produced by training Stage 2
  • sp_bidirectional_pretrain_120000.pt: Single player bidirectional model weights produced by training Stage 1
  • matrix-game-init.pt: Matrix Game 2.0 weights with the keyboard action MLP dimension increased to 23 (randmoly initialized). Used for single player pretraining (Stage 1) initialization

See Solaris repo for a detailed description of the training stages.

Citation

@article{savva2025solaris,
  title={Solaris: Building a Multiplayer Video World Model in Minecraft},
  author={Georgy Savva and Oscar Michel and Daohan Lu and Suppakit Waiwitlikhit and Timothy Meehan and Dhairya Mishra and Srivats Poddar and Jack Lu and Saining Xie},
  journal={arXiv preprint arXiv:2602.22208},
  year={2025}
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including nyu-visionx/solaris

Paper for nyu-visionx/solaris