Skip to content

Commit 33cbc80

Browse files
oops
1 parent ae5fce7 commit 33cbc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rl/optimistic_initial_values.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Bandit:
99
def __init__(self, m):
1010
self.m = m
1111
self.mean = 10
12-
self.N = 0
12+
self.N = 1
1313

1414
def pull(self):
1515
return np.random.randn() + self.m

0 commit comments

Comments
 (0)