PALEOOverlay.exe is the main in-game runtime (always-on-top capture + debug beside Path of Titans).
PALEO.exe runs this Companion HUD in your browser (local Python server + Instinct Agent) for monitoring and manual testing.
Use sliders or live capture when enabled, then Run Instinct tick / Auto.
Full keyboard/mouse control is optional via run_paleo_control_loop.py (see README) with F12 emergency stop.
A button on this website cannot start Python on your computer (every browser blocks that for safety).
For outputs that match simulate_instinct_decision in the repo, run the small local server below once per session.
py -3 scripts/run_paleo_overlay.py --mode advice --classifier-checkpoint results/experiments/serengeti_disk_resnet18/resnet18_serengeti_disk.pt
py -3 scripts/run_paleo_overlay.py --mode control --enable-control --classifier-checkpoint results/experiments/serengeti_disk_resnet18/resnet18_serengeti_disk.pt
(keep F12 emergency stop ready).
py -3 scripts/run_paleo_live.py --classifier-checkpoint results/experiments/serengeti_disk_resnet18/resnet18_serengeti_disk.pt
cd to your PALEO repository root — the folder that contains scripts/ next to src/ and pages/.python scripts/serve_companion.py
(default port 8765). Leave this window open while you use the HUD.
python scripts/serve_companion.py
python scripts/serve_companion.py --classifier-checkpoint results/experiments/serengeti_disk_resnet18/resnet18_serengeti_disk.pt
(path should point to your trained checkpoint).
Port already in use? Use
python scripts/serve_companion.py --port 8766
— then in step 3 replace 8765 with 8766 everywhere (or use Copy URL after you opened this page on that port once).
127.0.0.1), not your GitHub Pages URL. Type or paste:
http://127.0.0.1:8765/companion-hud.html
http://127.0.0.1:8765/companion-hud.html
You are connected to the local Python API — ticks use the real Instinct Agent path from the repository.
Copied.
Full fidelity: use the “Run the real Instinct Agent” steps above (copy buttons + terminal). This panel is the offline preview when the API is missing.
—
—
—
—
Instinct Agent chooses a mode from telemetry;
Primal Mind is the structured identity/memory model in-repo (docs/lexicon.md).