Skip to content

Commit 9b06783

Browse files
committed
agent
1 parent e68c4ce commit 9b06783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/finding_donors/finding_donors.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@
923923
"name": "python",
924924
"nbconvert_exporter": "python",
925925
"pygments_lexer": "ipython3",
926-
"version": "3.6.2"
926+
"version": "3.6.0"
927927
}
928928
},
929929
"nbformat": 4,

projects/smartcab/smartcab/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def build_state(self):
6868

6969

7070
def get_maxQ(self, state):
71-
""" The get_max_Q function is called when the agent is asked to find the
71+
""" The get_maxQ function is called when the agent is asked to find the
7272
maximum Q-value of all actions based on the 'state' the smartcab is in. """
7373

7474
###########

0 commit comments

Comments
 (0)