We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75db66d commit 6613e32Copy full SHA for 6613e32
lectures/mccall_q.md
@@ -504,7 +504,7 @@ class QLearningMcCall(NamedTuple):
504
δ: float = 1e-5 # Q-table threshold
505
lr: float = 0.5 # the learning rate α
506
T: int = 10000 # maximum periods of accepting
507
- quit_allowed: int = 0 # whether quit is allowed after accepting the wage offer
+ quit_allowed: int = 0 # whether quit is allowed
508
509
@jax.jit
510
def draw_offer_index(model, key):
0 commit comments