Finish project 5 and class.
This commit is contained in:
26
p5_classification/.vscode/launch.json
vendored
Normal file
26
p5_classification/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "run_file",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal"
|
||||
},
|
||||
{
|
||||
"name": "features",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/dataClassifier.py",
|
||||
"args" : ["-d", "pacman", "-c", "perceptron", "-f", "-g", "ContestAgent", "-t", "1000", "-s", "1000"]
|
||||
},
|
||||
{
|
||||
"name": "autograder",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/autograder.py",
|
||||
"args" : []
|
||||
}
|
||||
]
|
||||
}
|
||||
3
p5_classification/.vscode/settings.json
vendored
Normal file
3
p5_classification/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"python.pythonPath": "/usr/bin/python2"
|
||||
}
|
||||
Reference in New Issue
Block a user