Skip to content

Commit 9c9bdd0

Browse files
authored
Fix a typo (#462)
1 parent 0483c85 commit 9c9bdd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/mccall_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ states to actions.
197197
Given *any* $w$, we can read off the corresponding best choice (accept or
198198
reject) by picking the max on the right-hand side of {eq}`odu_pv`.
199199

200-
Thus, we have a map from $\mathbb R$ to $\{0, 1\}$, with 1 meaning accept and 0 meaning reject.
200+
Thus, we have a map from $\mathbb W$ to $\{0, 1\}$, with 1 meaning accept and 0 meaning reject.
201201

202202
We can write the policy as follows
203203

0 commit comments

Comments
 (0)