aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-07 19:09:28 -0600
committerToby Vincent <tobyv13@gmail.com>2021-11-07 19:09:28 -0600
commitf08505472d3b0c6a65f7733729f3baee141a3d89 (patch)
treed9cfba1848cfd750c6a6ffbdba361857c270ae41
parent59cdaeb03257178e1923076065694d01f9e1f8a4 (diff)
parent0b813c62e6512ac5b9464555225637372193a579 (diff)
Merge branch 'develop'0.2.0
-rw-r--r--.vscode/launch.json2
-rw-r--r--src/analysis.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index ba47b3f..246e658 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -12,7 +12,7 @@
"cwd": "${workspaceFolder}/src",
"args": [
"-q",
- "q1",
+ "q2",
// "--student-code=valueIterationAgents.py",
]
},
diff --git a/src/analysis.py b/src/analysis.py
index b040fa2..30f173f 100644
--- a/src/analysis.py
+++ b/src/analysis.py
@@ -21,7 +21,7 @@
def question2():
answerDiscount = 0.9
- answerNoise = 0.2
+ answerNoise = 0.0
return answerDiscount, answerNoise
def question3a():