Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af98080

Browse files
kaivalyarnorvig
authored andcommitted
minor edits in agents (aimacode#327)
* fix bold look on github's ipython view * standardise docstrings
1 parent efb3324 commit af98080

File tree

2 files changed

+60
-63
lines changed

2 files changed

+60
-63
lines changed

agents.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"An agent, as defined in 2.1 is anything that can perceive its <b>environment</b> through sensors, and act upon that environment through actuators based on its <b>agent program</b>. 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",
1010
"\n",
11-
"Before moving on, review the <b>Agent</b> and <b>Environment</b> classes in <b>[agents.py](https://github.com/aimacode/aima-python/blob/master/agents.py)</b>.\n",
11+
"Before moving on, review the <b>Agent</b> and <b>Environment</b> classes in [<b>agents.py</b>](https://github.com/aimacode/aima-python/blob/master/agents.py).\n",
1212
"\n",
1313
"Let's begin by importing all the functions from the agents.py module and creating our first agent - a blind dog."
1414
]

0 commit comments

Comments
 (0)