From bad870c27ab0195468731936e05f5b95c7af8b30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20M=C3=BCller=20Madsen?= Date: Tue, 22 May 2018 15:15:15 +0200 Subject: [PATCH] update 0-ply-tests --- bin/0-ply-tests.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)