Discover and explore top open-source AI tools and projects—updated daily.
boundless-large-modelPhysically consistent world models for embodied intelligence and robotic simulation
Top 23.2% on SourcePulse
Boundless-World-Model (BWM) addresses the need for high-fidelity, physically consistent simulators for embodied intelligence research, particularly in robotic manipulation. It provides an action-conditioned video world model built upon Wan2.2-TI2V-5B, enabling low-cost simulation for researchers and developers. The project aims to accelerate the development of general embodied AI by offering a robust simulation environment.
How It Works
BWM is an action-conditioned video world model leveraging the Wan2.2-TI2V-5B architecture. It generates physically consistent, high-fidelity video sequences based on initial frames and action inputs, simulating complex robotic interactions. This approach allows for autoregressive rollouts over long horizons, maintaining visual realism and physical plausibility, which is advantageous for training and evaluating embodied agents without costly real-world experiments.
Quick Start & Requirements
conda create -n BWM python=3.10.20, conda activate BWM), installing specific PyTorch versions (torch==2.8.0, torchvision==0.23.0, torchaudio==2.8.0) with CUDA 12.8 support, diffsynth==2.0.11, and other dependencies (pip install -r requirements.txt).Wan-AI/Wan2.2-TI2V-5B) and BWM checkpoint from Hugging Face (BLM-Lab/Boundless-World-Model).MODEL_PATHS and CKPT_PATH in scripts/local.sh, then execute bash scripts/infer_example.sh.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
19 hours ago
Inactive