Skip to main content
The world model captures a complete snapshot of the system at a point in time. It gives agents and the policy head context about the environment they’re operating in.

WorldState

RLState (Policy Head Input)

The world state is converted to a compact format for the policy head:

How It’s Used

  1. Before each round — World state captured as the “before” snapshot
  2. Policy head scoring — RLState fed to transformer for action ranking
  3. Strategic reasoning — Peter Parker uses state to decide which agents to run
  4. Training — State included in training tuples for policy head learning

State Transitions

Each agent round creates a state transition:
Transitions are tracked in .tenet/telemetry/resource-transitions.jsonl for analysis.