Andrei Cozma commited on
Commit
b8a5776
·
1 Parent(s): e30849d
Files changed (1) hide show
  1. run_tests.py +2 -2
run_tests.py CHANGED
@@ -6,7 +6,7 @@ num_tests = 10
6
 
7
  update_types = ["first_visit", "every_visit"]
8
  vals_eps = [0.1, 0.25, 0.5, 0.75, 0.9]
9
- vals_gamma = [1.0, 0.98, 0.95, 0.92, 0.9]
10
 
11
 
12
  def run_test(args):
@@ -15,7 +15,7 @@ def run_test(args):
15
  )
16
 
17
 
18
- with multiprocessing.Pool(16) as p:
19
  tests = []
20
  for update_type in update_types:
21
  for gamma in vals_gamma:
 
6
 
7
  update_types = ["first_visit", "every_visit"]
8
  vals_eps = [0.1, 0.25, 0.5, 0.75, 0.9]
9
+ vals_gamma = [1.0, 0.99, 0.98, 0.97, 0.96, 0.95]
10
 
11
 
12
  def run_test(args):
 
15
  )
16
 
17
 
18
+ with multiprocessing.Pool(8) as p:
19
  tests = []
20
  for update_type in update_types:
21
  for gamma in vals_gamma: