From 63a5f942e48caf0a7886e811434515db645633c1 Mon Sep 17 00:00:00 2001 From: Sampad Kumar Saha Date: Wed, 1 Mar 2017 01:44:17 +0530 Subject: [PATCH 1/3] Corrected the bad bold formatting. --- agents.ipynb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/agents.ipynb b/agents.ipynb index db42f8d33..8fbedc52c 100644 --- a/agents.ipynb +++ b/agents.ipynb @@ -8,7 +8,7 @@ "\n", "An agent, as defined in 2.1 is anything that can perceive its environment through sensors, and act upon that environment through actuators based on its agent program. This can be a dog, robot, or even you. As long as you can perceive the environment and act on it, you are an agent. This notebook will explain how to implement a simple agent, create an environment, and create a program that helps the agent act on the environment based on its percepts.\n", "\n", - "Before moving on, review the Agent and Environment classes in [agents.py](https://github.com/aimacode/aima-python/blob/master/agents.py).\n", + "Before moving on, review the Agent and Environment classes in [agents.py](https://github.com/aimacode/aima-python/blob/master/agents.py).\n", "\n", "Let's begin by importing all the functions from the agents.py module and creating our first agent - a blind dog." ] @@ -341,21 +341,21 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 2", "language": "python", - "name": "python3" + "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", - "version": 3 + "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.5.1" + "pygments_lexer": "ipython2", + "version": "2.7.11" } }, "nbformat": 4, From 42aa535b0e2f24742c2a9708c6a893ad95bee47d Mon Sep 17 00:00:00 2001 From: Sampad Kumar Saha Date: Wed, 1 Mar 2017 14:56:43 +0530 Subject: [PATCH 2/3] Changed Python version locally. --- agents.ipynb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/agents.ipynb b/agents.ipynb index 8fbedc52c..09ed49002 100644 --- a/agents.ipynb +++ b/agents.ipynb @@ -340,22 +340,23 @@ } ], "metadata": { + "anaconda-cloud": {}, "kernelspec": { - "display_name": "Python 2", + "display_name": "Python [conda root]", "language": "python", - "name": "python2" + "name": "conda-root-py" }, "language_info": { "codemirror_mode": { "name": "ipython", - "version": 2 + "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython2", - "version": "2.7.11" + "pygments_lexer": "ipython3", + "version": "3.5.2" } }, "nbformat": 4, From 3186112dda7f36f91616beb1f8be20eec6127391 Mon Sep 17 00:00:00 2001 From: Sampad Kumar Saha Date: Wed, 1 Mar 2017 22:46:10 +0530 Subject: [PATCH 3/3] Reverted back the local environment changes. --- agents.ipynb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/agents.ipynb b/agents.ipynb index 09ed49002..7976b12b2 100644 --- a/agents.ipynb +++ b/agents.ipynb @@ -340,11 +340,10 @@ } ], "metadata": { - "anaconda-cloud": {}, "kernelspec": { - "display_name": "Python [conda root]", + "display_name": "Python 3", "language": "python", - "name": "conda-root-py" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -356,7 +355,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.5.2" + "version": "3.5.1" } }, "nbformat": 4,