aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json25
1 files changed, 23 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 1e2b518..9108452 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -25,10 +25,31 @@
"-a",
"q",
"-k",
- "5",
- "m"
+ "50",
+ "-n",
+ "0",
+ "-g",
+ "BridgeGrid",
+ "-e",
+ "${input:epsilon}",
+ "-l",
+ "${input:learning_rate}"
],
"console": "integratedTerminal"
},
+ ],
+ "inputs": [
+ {
+ "type": "promptString",
+ "id": "epsilon",
+ "default": "0.5",
+ "description": ""
+ },
+ {
+ "type": "promptString",
+ "id": "learning_rate",
+ "default": "0.5",
+ "description": ""
+ },
]
} \ No newline at end of file