DANNY621/H3-World

Model

79

stars

9

commits

2

linked in READMEs

Sep 2, 2026

updated

action-conditioning
diffusion
game-world-model
image-to-video
interactive-world-model
lora
video
world-model

README

🎮 H3-World: Turning Language Understanding into World Control

H3-World is the first interactive world model built on MiniMax-H3. Given an initial frame and keyboard controls, it generates action-controlled video with coordinated character and camera motion.

H3-World converts keyboard states into one language instruction per future video latent and uses directed attention routing to bind each instruction to its corresponding latent interval. Using 8,000 gameplay clips from ABot-World-Explorer-500h, it learns 65.6M LoRA parameters, only 0.199% of the 33B MiniMax-H3 backbone.

teaser

Checkpoint

FileDescription
step-10000.safetensorsReleased rank-32 H3-World LoRA checkpoint

Character controls use W, A, S, and D. Camera controls use I, J, K, and L, with F indicating fast camera motion.

Usage

This checkpoint is a LoRA delta for MiniMax-H3. It requires the MiniMax-H3 base weights and H3-World's directed-attention patch; loading the LoRA through an unmodified MiniMax-H3 pipeline will not reproduce the reported behavior.

Please use the official H3-World code repository for setup, inference, and training instructions.

License

The H3-World LoRA checkpoint is released under Apache 2.0. MiniMax-H3 is governed by its own license terms.

Citation

@misc{chen2026h3worldturninglanguageunderstanding,
      title={H3-World: Turning Language Understanding into World Control},
      author={Danze Chen and Zeqing Wang and Ziyue Lin and Xingyi Yang and Yeying Jin},
      year={2026},
      eprint={2609.01560},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2609.01560},
}

Acknowledgements

Contributors

DANNY621

9 commits

DANNY621/H3-World

Model

79

stars

9

commits

2

linked in READMEs

Sep 2, 2026

updated

action-conditioning
diffusion
game-world-model
image-to-video
interactive-world-model
lora
video
world-model

README

🎮 H3-World: Turning Language Understanding into World Control

H3-World is the first interactive world model built on MiniMax-H3. Given an initial frame and keyboard controls, it generates action-controlled video with coordinated character and camera motion.

H3-World converts keyboard states into one language instruction per future video latent and uses directed attention routing to bind each instruction to its corresponding latent interval. Using 8,000 gameplay clips from ABot-World-Explorer-500h, it learns 65.6M LoRA parameters, only 0.199% of the 33B MiniMax-H3 backbone.

teaser

Checkpoint

FileDescription
step-10000.safetensorsReleased rank-32 H3-World LoRA checkpoint

Character controls use W, A, S, and D. Camera controls use I, J, K, and L, with F indicating fast camera motion.

Usage

This checkpoint is a LoRA delta for MiniMax-H3. It requires the MiniMax-H3 base weights and H3-World's directed-attention patch; loading the LoRA through an unmodified MiniMax-H3 pipeline will not reproduce the reported behavior.

Please use the official H3-World code repository for setup, inference, and training instructions.

License

The H3-World LoRA checkpoint is released under Apache 2.0. MiniMax-H3 is governed by its own license terms.

Citation

@misc{chen2026h3worldturninglanguageunderstanding,
      title={H3-World: Turning Language Understanding into World Control},
      author={Danze Chen and Zeqing Wang and Ziyue Lin and Xingyi Yang and Yeying Jin},
      year={2026},
      eprint={2609.01560},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2609.01560},
}

Acknowledgements

Contributors

DANNY621

9 commits