Discover and explore top open-source AI tools and projects—updated daily.
World model challenge for humanoid robots
Top 61.4% on SourcePulse
This repository hosts the 1X World Model Challenge, aimed at accelerating progress in learned simulators for general-purpose robotics. It provides a dataset of over 100 hours of first-person EVE Android robot observations and actions, along with baseline models and evaluation tools, targeting researchers and engineers in robotics and AI.
How It Works
The core of the challenge involves predicting future robot observations using learned world models. The approach utilizes a GENIE-style spatio-temporal transformer and a MAGVIT2 autoencoder to compress images into discrete tokens. This tokenized representation allows for efficient modeling of sequential data, enabling the prediction of future states within a learned simulation environment. The advantage lies in creating end-to-end learned simulators that can significantly speed up robot policy development.
Quick Start & Requirements
./build.sh
source venv/bin/activate
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
10 months ago
Inactive