Views
No views yet
alife2026/. It is the local content tree managed and published through the
ALife 2026 Hugging Face model repository,
and stores trained PyTorch controllers separately from source code and
experimental datasets.1model/
2├── best_brain.pt
3└── <experiment>/
4 └── models/
5 ├── <condition>_run<N>.pt
6 └── checkpoints/v4.4_cross_20260224_2238_G50000_R3_C5000/models/MLP4 and Wide128). In the complete local
workspace, the authoritative SHA-256 list is tracked by the root GitHub
repository at:doc/evaluation/linux_eval_handoff/MODEL_SHA256SUMS.txt1import torch
2from pathlib import Path
3
4# Run from the alife2026 workspace root.
5path = Path("model") / (
6 "v4.4_cross_20260224_2238_G50000_R3_C5000/"
7 "models/cross_evoevo_mlp4_run0.pt"
8)
9checkpoint = torch.load(path, map_location="cpu", weights_only=True)src/ discovers this directory through
ALIFE_MODEL_ROOT, which defaults to the root-level model/ directory.520c409b8e5f34403c4a13a8308e626cbeb44a4b. Record the final root-repository
commit alongside any newly published evaluation batch.