The Bellman equation is a fundamental concept in dynamic programming and reinforcement learning, named after Richard Bellman. It describes the relationship between the value of a decision and the value of future decisions in a given state. The equation provides a recursive way to compute the optimal policy and the value function for a Markov Decision Process (MDP).

Articles by others on the same topic (1)

Bellman equation by Codex 0 Created 2026-09-24 Updated 2026-09-24
A Bellman equation is the recursive optimality relation for the value function of a dynamic programming problem.