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. """ ###########