Pith. sign in

REVIEW 3 major objections 4 minor 19 references

Calculating Mutual Information between a Reward Maximizer and its Environment

T0 review · 3 major / 4 minor · reviewed 2026-08-02 · deepseek-v4-flash

Pith's one-line read This paper proves that observing the optimal policy of a reward-maximizing agent conveys exactly n log m bits of information about the environment, for any non-constant reward function across all standard reward-accumulation regimes.

desk verdict A clean symmetry argument gives I(X;Π)=n log m under the uniform prior; the result is real, but the abstract and conclusion overstate scope — the bit count is prior-dependent and the finite-horizon case needs T>1 or full support. read the letter →

arxiv 2602.12963 v2 pith:WN5ICM4K submitted 2026-02-13 cs.AI

classification cs.AI MSC 62B1060J20
keywords mutualinformationoptimalpolicyworldmodelcontrolledMarkovprocessrewardmaximizationenvironmentspacepartitionuniformpriordeterministic
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper asks how much information about its environment an optimal agent's behavior necessarily contains. In a controlled Markov process with n states and m actions, and under a uniform prior over all possible transition dynamics, it proves that any deterministic policy that maximizes a non-constant reward function conveys exactly n log m bits of information about the environment. The proof shows that the m^n possible deterministic policies partition the environment space into equal-volume cells, so learning which policy is optimal selects one of m^n equally likely regions. The result holds for finite-horizon, discounted, and time-averaged rewards, and it gives a precise, reward-independent lower bound on the 'implicit world model' that optimal behavior requires.

What carries the argument

The central object is the partition of the environment space X — the product of n m (n−1)-simplexes defining all transition probabilities — into cells X_i = {x : π_i is uniquely optimal}. The load-bearing identity is the action-swap map g_ij : X → X, which swaps the transition probabilities associated with actions π_i(s) and π_j(s) for every state s. This map is an involution and preserves Lebesgue measure, and it satisfies M_{π_i}(x) = M_{π_j}(g_ij(x)), so optimality of π_i in x implies optimality of π_j in g_ij(x). Real analyticity of the value functions, together with the zero-set lemma for real analytic functions, ensures that ties occur only on measure-zero sets. The combination yields

What would settle it

For n=2, m=2, take a one-step finite horizon with a full-support initial distribution and any non-constant reward (e.g., r(s1)=1, r(s2)=0). Numerically compute I(X;Π) over the uniform prior on the space of transition probabilities by integrating the volumes of the cells where each of the four deterministic policies is optimal. The paper predicts exactly 2 bits; any deviation would refute the equality.

Watch

Extended reading notes

Core claim

The paper's central claim is that, for a controlled Markov process with n states and m actions, the mutual information I(X;Π) between the environment and an optimal deterministic policy equals n log m bits, provided the environment is drawn uniformly from the space of all transition dynamics and the reward function is non-constant. This is stated as Theorems 3.7, 3.10, and 3.14 for discounted, finite-horizon (with T>1 or a full-support initial distribution), and time-averaged reward maximization. The argument rests on two facts: almost every environment has a unique optimal policy, because value functions are real analytic and no pair of policies ties on a set of positive measure; and every

Load-bearing premise

The load-bearing premise is the uniform prior over all possible transition dynamics; the exact equality I(X;Π)=n log m is computed with respect to that prior, and under any other prior the mutual information can be smaller.

Editorial extensions

If this is right

  • Under the paper's uniform prior, any deterministic optimal policy carries exactly n log m bits of environment information, so an architecture with less representational capacity cannot realize such a policy across all environments.
  • The bit count does not depend on the particular non-constant reward function or on whether rewards are discounted, time-averaged, or summed over a finite horizon, so the bound is a property of optimality itself.
  • Observing which policy an agent follows identifies the environment down to one of m^n equal-volume cells, making optimal behavior a form of environment inference.
  • The equal-volume partition structure is geometric and independent of the prior over environments, so the combinatorial structure of the result survives even though the exact bit count relies on the uniform prior.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • For stochastic policies, a natural extension is that the mutual information would be bounded above by n log m, with equality only for deterministic maximizers; this would clarify how randomization affects implicit world models.
  • For near-optimal policies, one plausible extension is a continuous trade-off: as performance approaches optimality, the information about the environment approaches n log m bits, giving a formal sense in which good-enough behavior still requires substantial world knowledge.
  • The uniform prior is doing the work of making the cells equally likely; under an environment prior that weights some dynamics more than others, the mutual information would generally fall below n log m, so the exact value should be understood as an ignorance-based quantification rather than an intrinsic constant of every environment.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 4 minor

Summary. The paper studies the mutual information between the transition dynamics of a Controlled Markov Process (CMP) and the deterministic, Markovian policy that is optimal for a given reward function, under a uniform prior over the space of possible transition probabilities. The central claim is that, for any non-constant state reward and for discounted, finite-horizon (with a caveat), and time-averaged reward criteria, the optimal policy conveys exactly n log m bits of information about the environment. The proof strategy is to show that the environment space is partitioned into m^n cells, one for each deterministic policy, that the cells have equal Lebesgue volume via a coordinate-swapping map g_ij, and that ties have measure zero by real-analyticity of the value difference functions. The paper also proves the corresponding results for finite-horizon and time-averaged rewards, with the finite-horizon result explicitly requiring either T > 1 or a full-support initial distribution.

Significance. If the main theorems are correct, this is a striking and elegant result: under the stated uniform prior, optimal policies for a very broad class of reward functions induce an exactly uniform partition of environment space into m^n equal-volume regions, yielding a precise information-theoretic lower bound on the implicit world model. The symmetry argument via the measure-preserving map g_ij is clean, and the analyticity-based tie-breaking argument is appropriate. The paper is self-contained and provides detailed appendices. However, the headline numerical value n log m is inseparable from the Lebesgue-uniform prior assumption, and the abstract overstates the finite-horizon case by omitting the T > 1 / full-support qualification. These issues affect how the result can be quoted and interpreted, though they do not invalidate the corrected theorems.

major comments (3)
  1. [Abstract and Theorem 3.10] The abstract states that the finite-horizon result holds without qualification, but Theorem 3.10 requires either T > 1 or an initial distribution with full support. The omitted condition is not cosmetic: for T = 1 with an initial distribution supported only on states where two policies agree, the value difference f_ij is identically zero, so the equal-volume partition fails. A concrete counterexample is n = 2, T = 1, and v_0 concentrated on a single state. The abstract should state the condition or restrict the claim.
  2. [Section 4 (Conclusion)] The sentence 'this result is strictly geometric and does not depend on any specific prior over environments' is misleading. The geometry of the partition - equal Lebesgue volumes - is prior-independent, but the numerical value I(X; Π) = n log m depends on the uniform prior fixed in Section 2.4. For a nonuniform prior, P(Π = π_i) = ∫_{X_i} dP is generally not uniform, so H(Π) < log m^n and the mutual information is smaller. The conclusion should separate: the partition is prior-independent; the bit count is not.
  3. [Appendix E, steady-state computation] The proof of Lemma 3.12 contains an incorrect stationary-distribution formula. The text claims probability mass 1/(nϵ+1) on s_b and 1/((nϵ+1)(n−1)) on each other state; these masses do not sum to 1. Also, the matrix description places the high-probability entry in the a-th row, not the b-th row, which is inconsistent with the goal of transitioning to s_b. For the self-loop variant (s_b = s_a), the correct stationary distribution is μ_{s_a} = 1/(nϵ+1) and μ_i = nϵ/[(nϵ+1)(n−1)] for i ≠ s_a. The construction can be repaired, but the proof as written does not establish f_ij nonzero.
minor comments (4)
  1. [Lemma 3.5] The proof claims that at the first timestep the expected reward of π_i is strictly larger than that of π_j for any starting vector v_0. This is false if v_0(s_a) = 0, since both policies behave identically at t = 1. The strict inequality holds from t = 2 onward, so the lemma remains true for the infinite-horizon setting, but the statement should be corrected.
  2. [Section 3.4 title] Typo: 'time-averaged rewareds' should be 'time-averaged rewards'.
  3. [Appendix E notation] The phrase 'probability mass on states b' is grammatically odd; it should be 'state s_b' throughout. More importantly, the subscript conventions in the matrix description need to be aligned with the definition of s_a and s_b.
  4. [Theorem 3.2 proof sketch] The main-text proof sketch says 'If π_i was optimal ..., then π_j will be optimal ...' but does not explicitly mention uniqueness. Appendix C.3 actually proves the needed uniqueness implication; stating it in the main text would avoid ambiguity.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the n log m result is a proved consequence of the stated uniform prior and the equal-volume partition theorem.

full rationale

The derivation chain is self-contained conditional on its explicitly stated assumptions. Section 2.4 fixes the uniform prior p(x)=1/V. Lemma 3.1 then computes I=h(X)-h(X|Pi)=n log m from two premises: almost-sure unique optimality and equal volumes of the optimality regions X_i. Those premises are proved independently rather than assumed: Lemmas 3.6, 3.9, and 3.13 establish a.s. uniqueness using real-analyticity of the difference functions, and Theorem 3.2 (with Appendix C) proves vol(X_i)=vol(X_j) through the measure-preserving involution g_ij. The target equality is not used as an input to any of these steps; it is the output of Lemma 3.1. There are no fitted parameters renamed as predictions and no load-bearing self-citation: the only author self-citation ([2], Altair) is an introductory pointer to the agent-like structure problem, while the technical assumptions cite standard external results ([14], [15], etc.). The Section 4 remark that the partition is 'strictly geometric and does not depend on any specific prior' is an overstatement if read as applying to the bit count rather than to the geometry of the partition, since the numerical value n log m uses the uniform prior from Section 2.4; but that is a scope/interpretation caveat, not a circular step. The paper's own limitations (deterministic Markovian policies, optimality, finite-horizon qualification T>1 or full support) are genuine scope conditions and do not circularly determine the result.

Assumptions & free parameters 0 free parameters · 8 assumptions · 0 invented entities

No free parameters are fitted: the result is an exact theorem. The axioms are standard mathematical results plus the modeling assumptions of a uniform prior, deterministic Markovian policies, state-based non-constant rewards, and value functions depending only on the induced transition matrix. No new entities are invented.

assumptions (8)
  • standard math Zero set of a nonzero real analytic function has measure zero (Lemma 3.3, cited [14])
    Used to show the set of environments where two policies tie has measure zero, giving a unique optimal policy almost everywhere.
  • standard math Irreducible aperiodic Markov chains converge to a unique stationary distribution (Appendix D, cited [16,17])
    Used in the time-averaged case to express the value function as expected reward under the stationary distribution.
  • standard math Cesàro mean theorem (Cauchy's limit theorem) (Appendix D, cited [18])
    Used to equate the time-averaged value with the limit of expected rewards.
  • standard math Perron-Frobenius theorem and Cramer's rule (Appendix D)
    Used to prove the stationary distribution is a real analytic function of transition probabilities.
  • domain assumption Uniform prior over environments: p(x)=1/V on the product-of-simplexes space X (Section 2.4)
    The exact n log m bit value depends on this prior; other priors give different mutual information.
  • domain assumption Environment is a fully observable CMP; policies are deterministic and Markovian π:S→A (Sections 2.1-2.2)
    The result is for this setting; stochastic, memory-based, and partially observable policies are left to future work.
  • domain assumption Rewards depend only on states and are non-constant; value functions depend only on the induced transition matrix M_π(x) (Sections 2.3, 3)
    Required for the action-swapping symmetry in Theorem 3.2; verified for the three reward schemes.
  • domain assumption For time-averaged rewards, restrict to int(X) to guarantee irreducibility/aperiodicity; boundary has measure zero (Section 3.4)
    Excluded boundary does not affect the mutual information integrals.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Calculating Mutual Information between a Reward Maximizer and its Environment." pith.science (2026). https://pith.science/paper/WN5ICM4K

@misc{pith2026260212963,
  author       = {Pith},
  title        = {Pith review of: Calculating Mutual Information between a Reward Maximizer and its Environment},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/WN5ICM4K}},
  note         = {Machine review of arXiv:2602.12963}
}
abstract

An important question in the field of AI is the extent to which successful behaviour requires an internal representation of the world. In this work, we quantify the amount of information an optimal policy provides about the underlying environment. We consider a Controlled Markov Process (CMP) with $n$ states and $m$ actions, assuming a uniform prior over the space of possible transition dynamics. We prove that observing a deterministic policy that is optimal for any non-constant reward function then conveys exactly $n \log m$ bits of information about the environment. Specifically, we show that the mutual information between the environment and the optimal policy is $n \log m$ bits. This bound holds across a broad class of objectives, including finite-horizon, infinite-horizon discounted, and time-averaged reward maximization. These findings provide a precise information-theoretic lower bound on the ``implicit world model'' necessary for optimality.

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

19 extracted references · 3 linked inside Pith

  1. [1]

    Un- derstanding world or predicting future? a comprehensive survey of world models.ACM Computing Surveys, 58(3):1–38, 2025

    Jingtao Ding, Yunke Zhang, Yu Shang, Yuheng Zhang, Zefang Zong, Jie Feng, Yuan Yuan, Hongyuan Su, Nian Li, Nicholas Sukiennik, et al. Un- derstanding world or predicting future? a comprehensive survey of world models.ACM Computing Surveys, 58(3):1–38, 2025

  2. [2]

    Towards a formalization of the agent structure problem

    Alex Altair. Towards a formalization of the agent structure problem. https://www.lesswrong.com/posts/oxsBpx9v3bgxraiPj/, 2024. Ac- cessed: 2026-01-01

  3. [3]

    General agents need world models

    Jonathan Richens, David Abel, Alexis Bellot, and Tom Everitt. General agents need world models. InForty-second International Conference on Machine Learning, 2025

  4. [4]

    Settling the reward hypothesis

    Michael Bowling, John D Martin, David Abel, and Will Dabney. Settling the reward hypothesis. InInternational Conference on Machine Learning, pages 3003–3020. PMLR, 2023

  5. [5]

    Theory of games and economic behavior: 60th anniversary commemorative edition

    John Von Neumann and Oskar Morgenstern. Theory of games and economic behavior: 60th anniversary commemorative edition. InTheory of games and economic behavior. Princeton university press, 2007

  6. [6]

    Sutton and Andrew G

    Richard S. Sutton and Andrew G. Barto.Reinforcement Learning: An Introduction. The MIT Press, second edition, 2018

  7. [7]

    Intelligence without representation.Artificial intelli- gence, 47(1-3):139–159, 1991

    Rodney A Brooks. Intelligence without representation.Artificial intelli- gence, 47(1-3):139–159, 1991

  8. [8]

    The bitter lesson.Incomplete Ideas (blog), 13(1):38, 2019

    Richard Sutton. The bitter lesson.Incomplete Ideas (blog), 13(1):38, 2019

Show all 19 references
  1. [9]

    World models.arXiv preprint arXiv:1803.10122, 2(3), 2018

    David Ha and J¨ urgen Schmidhuber. World models.arXiv preprint arXiv:1803.10122, 2(3), 2018

  2. [10]

    Information-theoretic approach to the study of control systems.Physica A: Statistical Mechanics and its Appli- cations, 331(1-2):140–172, 2004

    Hugo Touchette and Seth Lloyd. Information-theoretic approach to the study of control systems.Physica A: Statistical Mechanics and its Appli- cations, 331(1-2):140–172, 2004

  3. [11]

    Robust agents learn causal world models.arXiv preprint arXiv:2402.10877, 2024

    Jonathan Richens and Tom Everitt. Robust agents learn causal world models.arXiv preprint arXiv:2402.10877, 2024

  4. [12]

    General agents contain world models, even under par- tial observability and stochasticity.arXiv preprint arXiv:2602.03146, 2026

    Santiago Cifuentes. General agents contain world models, even under par- tial observability and stochasticity.arXiv preprint arXiv:2602.03146, 2026

  5. [13]

    John Wiley & Sons, 1999

    Thomas M Cover.Elements of information theory. John Wiley & Sons, 1999. 27

  6. [14]

    The zero set of a real analytic function.arXiv preprint arXiv:1512.07276, 2015

    Boris Mityagin. The zero set of a real analytic function.arXiv preprint arXiv:1512.07276, 2015

  7. [15]

    Spivak.Calculus On Manifolds: A Modern Approach To Classical The- orems Of Advanced Calculus (1st ed.)

    M. Spivak.Calculus On Manifolds: A Modern Approach To Classical The- orems Of Advanced Calculus (1st ed.). Benjamin Cummings, 1965

  8. [16]

    Number 2

    James R Norris.Markov chains. Number 2. Cambridge university press, 1998

  9. [17]

    David A Levin and Yuval Peres.Markov chains and mixing times, volume

  10. [18]

    Courier Corporation, 2012

    Konrad Knopp.Infinite sequences and series. Courier Corporation, 2012. 28

  11. [107]

    American Mathematical Soc., 2017

Pith tools

Reviewed August 2, 2026 · model on record in the stance chip above.