Bellman Policy Optimization
BPO turns policy mirror descent into a critic-free trajectory objective for terminal rewards, avoiding intermediate value estimates. It is relevant to builders training reasoning models with verifiable rewards.
**Bellman Policy Optimization** derives a critic-free RLVR objective from Policy Mirror Descent. For autoregressive generation with terminal rewards, Bellman equations move optimization to the trajectory level and remove intermediate state-value estimation.
Teams training reasoning models can evaluate BPO when critic estimation adds complexity or instability. Its practical loss uses a smoothed ratio of complementary token probabilities to correct mismatch.
**Bellman Policy Optimization** derives a critic-free RLVR objective from Policy Mirror Descent. For autoregressive generation with terminal rewards, Bellman equations move optimization to the trajectory level and remove intermediate state-value estimation. Teams training reasoning models can evaluate BPO when critic estimation adds complexity or instability. Its practical loss uses a smoothed ratio of complementary token probabilities to correct mismatch. The material reports effectiveness on **mathematical reasoning benchmarks** but provides no scores or comparisons. The practical loss approximates the theoretical objective, so the abstract alone does not establish its cost or behavior outside terminal-reward tasks.
BPO adds a critic-free RLVR route distinct from the supplied distillation and reward-construction methods: terminal rewards are propagated through a trajectory-level Bellman formulation rather than learned intermediate values. It may simplify reasoning-model training where critics are unstable, but the practical approximation and score-free abstract leave efficiency and comparative advantage unresolved.