CPU Success Path¶
This is the shortest official path to a successful WorldFlux run on CPU-only machines.
Run¶
Success Criteria¶
The run is considered successful when all of the following are true:
initial_lossandfinal_lossare finitefinal_loss < initial_loss- imagination rollout horizon is generated
- artifacts are written
Artifacts:
outputs/quickstart_cpu/summary.jsonoutputs/quickstart_cpu/imagination.ppm
Troubleshooting¶
- If
uvdependencies are missing, re-runuv sync --extra dev. - If the run is too slow on your machine, keep
--quickenabled. - If your environment has stale outputs, remove
outputs/quickstart_cpuand retry.