$snapshot console — state saved
The Oracle
The Oracle · the forecaster / rollout planner
Lives one move in the future so the body does not have to.
A forward-model planner. It snapshots the emulator, expands the 24 candidate macros one ply deep, scores each rollout, commits the best, then rewinds. Search depth is a flat greedy 1 no learned value function, no per-game code. Pooled it burned 5.5 million simulated frames to make 6,508 real decisions (about 845 imagined frames per real one).
What it does in the loop
- Forward-simulate the emulator before every committed move
- Save, expand and rewind world states thousands of times a second
- Score each candidate rollout and commit the single best macro
- Search depth
- 1 (greedy)
- Branching
- 24 macros / ply
- Imagined : played
- 845 : 1
codename: The Oracle
Full dossier