We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68c4ce commit 9b06783Copy full SHA for 9b06783
projects/finding_donors/finding_donors.ipynb
@@ -923,7 +923,7 @@
923
"name": "python",
924
"nbconvert_exporter": "python",
925
"pygments_lexer": "ipython3",
926
- "version": "3.6.2"
+ "version": "3.6.0"
927
}
928
},
929
"nbformat": 4,
projects/smartcab/smartcab/agent.py
@@ -68,7 +68,7 @@ def build_state(self):
68
69
70
def get_maxQ(self, state):
71
- """ The get_max_Q function is called when the agent is asked to find the
+ """ The get_maxQ function is called when the agent is asked to find the
72
maximum Q-value of all actions based on the 'state' the smartcab is in. """
73
74
###########
0 commit comments