Skip to content

Commit 6613e32

Browse files
committed
shorten lengthy notes
1 parent 75db66d commit 6613e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/mccall_q.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ class QLearningMcCall(NamedTuple):
504504
δ: float = 1e-5 # Q-table threshold
505505
lr: float = 0.5 # the learning rate α
506506
T: int = 10000 # maximum periods of accepting
507-
quit_allowed: int = 0 # whether quit is allowed after accepting the wage offer
507+
quit_allowed: int = 0 # whether quit is allowed
508508
509509
@jax.jit
510510
def draw_offer_index(model, key):

0 commit comments

Comments
 (0)