Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lectures/mccall_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ states to actions.
Given *any* $w$, we can read off the corresponding best choice (accept or
reject) by picking the max on the right-hand side of {eq}`odu_pv`.

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

We can write the policy as follows

Expand Down
Loading