From 9b06783591cd14cecba453af16938d4c69906f7d Mon Sep 17 00:00:00 2001 From: Adarsh Nair Date: Thu, 25 Jan 2018 18:59:19 -0800 Subject: [PATCH] agent --- projects/finding_donors/finding_donors.ipynb | 2 +- projects/smartcab/smartcab/agent.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/finding_donors/finding_donors.ipynb b/projects/finding_donors/finding_donors.ipynb index 948f1e8266..a73c3b9cbd 100644 --- a/projects/finding_donors/finding_donors.ipynb +++ b/projects/finding_donors/finding_donors.ipynb @@ -923,7 +923,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.2" + "version": "3.6.0" } }, "nbformat": 4, diff --git a/projects/smartcab/smartcab/agent.py b/projects/smartcab/smartcab/agent.py index 221931a312..3f4fb517d0 100644 --- a/projects/smartcab/smartcab/agent.py +++ b/projects/smartcab/smartcab/agent.py @@ -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. """ ###########