WAMProbe

WAMProbe is a counterfactual evaluation toolkit for World Action Models. It asks whether different candidate actions produce different predicted futures, whether those differences agree with the real dynamics, and whether the predictions improve action selection.

The same initial state is restored before every branch:

shared context
├── no-op       → predicted future / true future
├── move left   → predicted future / true future
├── move right  → predicted future / true future
└── expert act  → predicted future / true future

WAMProbe reports action dependence, direction correctness, physical accuracy, candidate ranking, regret, closed-loop return, uncertainty, and compute cost as separate profiles. It intentionally does not publish a single composite score.

Start here

Install the dependency-free core with pip install wamprobe. Committed example reports and audited release artifacts remain available on PyPI and in the GitHub repository.