aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vscode/launch.json12
1 files changed, 1 insertions, 11 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 7fd8538..677d8e2 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -26,16 +26,6 @@
"console": "integratedTerminal"
},
{
- "name": "MCTS 2",
- "type": "python",
- "request": "launch",
- "program": "${workspaceFolder}/python/agent_MCTS.py",
- "args": [
- "10002",
- ],
- "console": "integratedTerminal"
- },
- {
"name": "Random",
"type": "python",
"request": "launch",
@@ -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