From edb7b9a67fb86c833a3b0162efcaee34924e4df6 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 29 Apr 2021 10:43:52 -0500 Subject: Get rid of redundant MCTS --- .vscode/launch.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index 7fd8538..677d8e2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -25,16 +25,6 @@ ], "console": "integratedTerminal" }, - { - "name": "MCTS 2", - "type": "python", - "request": "launch", - "program": "${workspaceFolder}/python/agent_MCTS.py", - "args": [ - "10002", - ], - "console": "integratedTerminal" - }, { "name": "Random", "type": "python", @@ -60,7 +50,7 @@ ], "compounds": [ { "name": "Basic Combination (TEST)", - "configurations": ["Server", "MCTS", "MCTS 2", "Random", "AB"] + "configurations": ["Server", "MCTS", "Random", "AB"] } ] } \ No newline at end of file -- cgit v1.2.3