We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84214d commit a009367Copy full SHA for a009367
quantecon/markov/ddp.py
@@ -40,8 +40,8 @@
40
41
The *optimal value function* :math:`v^*` is the function such that
42
:math:`v^*(s) = \max_{\sigma} v_{\sigma}(s)` for all :math:`s \in S`. A
43
-policy function :math:`\sigma^*` is *optimal* if :math:`v_{\sigma}(s) =
44
-v(s)` for all :math:`s \in S`.
+policy function :math:`\sigma^*` is *optimal* if :math:`v_{\sigma^*}(s)
+= v^*(s)` for all :math:`s \in S`.
45
46
The *Bellman equation* is written as
47
0 commit comments