From 9c4d090674cf0d2f9b92ec333f8e81d13874fcdf Mon Sep 17 00:00:00 2001 From: YiningFu2003 Date: Mon, 16 Jun 2025 16:04:34 +0900 Subject: [PATCH] Fix a typo --- lectures/mccall_model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/mccall_model.md b/lectures/mccall_model.md index 3fbbe2d40..e41c2d0a0 100644 --- a/lectures/mccall_model.md +++ b/lectures/mccall_model.md @@ -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