Play MIRA Mini — a neural world model of car soccer — locally on your own GPU (CUDA, Apple Silicon).
Project description
alakazam-mira-mini
Play MIRA Mini — a neural world model of car soccer, every frame generated live by the model — locally on your own GPU. No cloud, no account; after the first weight download everything runs on your machine.
pip install alakazam-mira-mini
mira-mini play
MIRA Mini is our from-scratch reproduction of the MIRA recipe (General Intuition × Kyutai, with Epic Games), compressed — fewer diffusion steps, a smaller student model, a compact decoder — until it runs on consumer hardware. The full story, with measurements, is in the technical report.
What you need
- An NVIDIA GPU (CUDA), or a Mac with Apple silicon (M1 or newer). Plain CPU is refused — too slow to be fun.
- Disk for the weights, downloaded once from Hugging Face: ~5 GB for the 364M model, ~12 GB for the 1B.
- The weight repositories unlock at launch; until then the command exits with a note. If
you have access,
hf auth loginfirst.
Picking a model
mira-mini play chooses weights for your machine: CUDA gets the 1B, Apple silicon
gets the 364M laptop tier (an MLX transformer + Core ML decoder, ~8 fps on a 2021 M1 Pro).
Override it:
mira-mini play --model 1b # the 1B single-player model (wants a real GPU)
mira-mini play --model 364m # the laptop tier, anywhere
Options
| flag / env | effect |
|---|---|
--model {auto,1b,364m} |
which weights to run (default: auto, by device) |
--steps N |
sampler steps; 2 is the steadier default, 1 is smoother but drifts more |
--port N |
web UI port (default 8770) |
--no-browser |
don't open the browser automatically |
MIRA_HF_REPO |
use a custom Hugging Face weights repo |
MIRA_HOME |
where bundles are cached (default ~/.cache/alakazam-mira) |
MIRA_DEVICE |
force cuda / mps / cpu |
Weights and license
Model weights live on Hugging Face under alakazamworld and are CC BY-NC-SA 4.0, inherited from the training dataset (kyutai/rocket-science, Rocket League content used with Epic Games' permission). Non-commercial, share-alike, with attribution. The model simulates one game and is a research demonstration, not a game engine: long rollouts drift from exact physics.
Credits
The architecture, training recipe, and dataset are General Intuition's and Kyutai's, released openly with Epic Games (mira-wm/mira). MIRA Mini is Alakazam's independent reproduction and compression of that work.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file alakazam_mira_mini-0.1.1-py3-none-any.whl.
File metadata
- Download URL: alakazam_mira_mini-0.1.1-py3-none-any.whl
- Upload date:
- Size: 16.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
429fdc797afbc83eeadf062979973abb851b258cac316b508ca155ba23723dbd
|
|
| MD5 |
21bf4aca02dc6b9f03781ee6a600c435
|
|
| BLAKE2b-256 |
ad0cd54c94e8bee0ca23931a522a393d306d4b1769474848f1f5b67fa3fc2457
|