Skip to content

Commit 7795b89

Browse files
authored
Merge pull request #116 from QuantEcon/pr_ddp-algorithms
[discrete_dp] a possible minor typo
2 parents c13115a + 8189875 commit 7795b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/discrete_dp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ By the definition of greedy policies given above, this means that
321321
$$
322322
\sigma^*(s) \in \operatorname*{arg\,max}_{a \in A(s)}
323323
\left\{
324-
r(s, a) + \beta \sum_{s' \in S} v^*(s') Q(s, \sigma(s), s')
324+
r(s, a) + \beta \sum_{s' \in S} v^*(s') Q(s, a, s')
325325
\right\}
326326
\qquad (s \in S)
327327
$$

0 commit comments

Comments
 (0)