From 87999df3972429c18aa294f2f963b39d7a5a8e8a Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 27 Apr 2021 14:18:52 -0500 Subject: Add AB to the test suite --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index ba7b0d6..61bf414 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,7 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { "name": "Server", "type": "python", @@ -49,7 +50,7 @@ ], "compounds": [ { "name": "Basic Combination (TEST)", - "configurations": ["Server", "MCTS", "Random"] + "configurations": ["Server", "MCTS", "Random", "AB"] } ] } \ No newline at end of file -- cgit v1.2.3