diff --git a/bin/0-ply-tests.rb b/bin/0-ply-tests.rb index 465d7b0..8a3e567 100644 --- a/bin/0-ply-tests.rb +++ b/bin/0-ply-tests.rb @@ -50,7 +50,7 @@ run_stuff(board_rep, model_name, ply) board_rep = "quack-norm" model_name = "quack-norm_test_0_ply" -ply = 1 +ply = 0 run_stuff(board_rep, model_name, ply) @@ -67,7 +67,7 @@ run_stuff(board_rep, model_name, ply) board_rep = "tesauro" model_name = "tesauro_test_0_ply" -ply = 1 +ply = 0 run_stuff(board_rep, model_name, ply)