planning.md

July 22, 2026 ยท View on GitHub

OpenWorldLib Planning

Methods Being Integrated

We are continuously expanding the World Model method library in our framework.
The representative methods currently being integrated are listed below. We warmly welcome more developers to submit PRs and help us improve the ecosystem together!

MethodPaperCode RepositoryMain Direction / Task
Qwen-RobotWorldpapercodeEmbodied AI (language-conditioned video world model for robot manipulation)
LingbotMappapercode3D Scene Generation (feed-forward 3D foundation model for streaming reconstruction)
AlayaWorldpapercodeNavigation Video Generation (long-horizon playable video world generation)

If you have methods youโ€™d like to integrate (e.g., new world models, evaluation benchmarks, or inference pipelines), feel free to open an Issue or submit a PR directly.

Todo List

Status Legend: โœ… Completed; ๐Ÿšง In Progress; ๐Ÿ”„ Ongoing; ๐Ÿ“ Not Started.

  • โœ… Integrate multiple world model tasks into a single unified framework.
  • ๐Ÿ”„ Continuously add cutting-edge and valuable world model-related works to OpenWorldLib.
  • ๐Ÿšง Support more works related to long-video generation.
  • ๐Ÿšง Support more works related to autonomous driving.
  • ๐Ÿšง Optimize the contribution workflow to make it easier for other contributors to submit PRs, and continuously refactor the OpenWorldLib codebase.
  • ๐Ÿ”„ Provide comprehensive documentation and detailed explanations for the interactions within each pipeline.
  • ๐Ÿ“ Support inference data parallelism across all pipelines.
  • ๐Ÿ”„ Streamline the codebase and simplify the outputs of the pipelines.

Code Optimization

  • The current repository may still contain some redundant code, which we will further streamline;
  • The interactions between different modules are not yet seamless enough. We will work towards enabling more flexible and natural integration between components;
  • The performance of some existing methods still requires further improvement, specifically:
    • The rendering effectiveness of vggt should improve;

Roadmap

  • Continuous Benchmark Enhancement
    We will further improve the current benchmark suite by expanding task coverage, refining evaluation dimensions, and strengthening data quality control. We also plan to increase dataset scale to improve robustness and discriminative power of evaluation results.

  • Optimization for Multi-Stream Generation
    Since interaction signals are typically variable-length inputs, the current framework is not yet optimal for high-concurrency generation. We will improve support for multi-stream generation through better scheduling, batch alignment, and throughput optimization.

  • Training Framework Development
    OpenWorldLib primarily aims to provide a standardized and extensible framework for world models and their inference pipelines, with a strong emphasis on comprehensiveness. In the next phase, we will introduce world model training frameworks built on several mainstream foundation models.

  • Datasets and Tooling Release
    Along with the training framework, we will release corresponding datasets, preprocessing pipelines, and starter examples to help users with reproduction, fine-tuning, and further development.