Skip to content

Commit

Permalink
agent
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsh0806 committed Jan 26, 2018
1 parent e68c4ce commit 9b06783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/finding_donors/finding_donors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.2"
"version": "3.6.0"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion projects/smartcab/smartcab/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def build_state(self):


def get_maxQ(self, state):
""" 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
maximum Q-value of all actions based on the 'state' the smartcab is in. """

###########
Expand Down

0 comments on commit 9b06783

Please sign in to comment.