Markov Decision Process, MDP
Version 1.0.0 · Updated 2026-07-28
CORE DEFINITION
In mathematics, a Markov decision process (MDP) is a discrete-time stochastic control process. It provides a mathematical framework for modeling decision-making in situations where outcomes are partly random and partly under the control of a decision maker. MDPs are useful for studying optimization problems solved via dynamic programming. MDPs were known at least as early as the 1950s; a core research on MDPs is Ronald Howard's 1960 book "Dynamic Programming and Markov Processes." They are used in many fields, including robotics, automation, economics, and manufacturing. The name comes from Russian mathematician Andrey Markov, as they are a generalization of Markov chains. At each time step, the stochastic process is in some state s. The decision maker may choose any action a that is available in state s.
SCAFFOLDING EFFECT
Reduce cognitive load
In mathematics, a Markov decision process (MDP) is a discrete-time stochastic control process. It provides a mathematical framework for modeling decision-making in situations where outcomes are partly random and partly under the control of a decision maker. MDPs are useful for studying optimization problems solved via dynamic programming. MDPs were known at least as early as the 1950s; a core research on MDPs is Ronald Howard's 1960 book "Dynamic Programming and Markov Processes."
Anchor fast decisions
MDP characterizes sequential decisions with states, actions, transition probabilities, and immediate rewards: an agent in state s takes action a, transitions to state s' with a probability, and receives a reward, with the goal of maximizing cumulative discounted reward. It formalizes planning under uncertainty.
MINIMUM ACTION
In progress 0/4Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- zh.wikipedia.orghttps://zh.wikipedia.org/wiki/%E9%A6%AC%E5%8F%AF%E5%A4%AB%E6%B1%BA%E7%AD%96%E9%81%8E%E7%A8%8Bverified
PRIVATE NOTES · Only visible to you
SAVED Q&A
ENTRY Q&A · Private saving available
Ask with a clear boundary
thinkingmodels answers from published entry context only.
Your question is sent to thinkingmodels. The answer uses public entry context only.
RELATED MODELS