You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _site/advanced-search-exercises/ex_13/index.html
+8-8
Original file line number
Diff line number
Diff line change
@@ -170,8 +170,8 @@ <h3 class="masthead-title">
170
170
maze environment like the one shown in
171
171
Figure <aclass="insideBookFigRef" target="_blank" href="https://aimacode.github.io/aima-exercises/figures/maze-3x3-figure.png">maze-3x3-figure</a>. The agent knows that its
172
172
initial location is (1,1), that the goal is at (3,3), and that the
173
-
actions *Up*, *Down*, *Left*, *Right* have their usual
174
-
effects unless blocked by a wall. The agent does *not* know
173
+
actions <i>Up</i>, <i>Down</i>, <i>Left</i>, <i>Right</i> have their usual
174
+
effects unless blocked by a wall. The agent does <i>not</i> know
175
175
where the internal walls are. In any given state, the agent perceives
176
176
the set of legal actions; it can also tell whether the state is one it
177
177
has visited before.<br/>
@@ -186,8 +186,8 @@ <h3 class="masthead-title">
186
186
3. Describe the first few branches of a contingency plan for this
187
187
problem. How large (roughly) is the complete plan?<br/>
188
188
189
-
Notice that this contingency plan is a solution for *every
190
-
possible environment* fitting the given description. Therefore,
189
+
Notice that this contingency plan is a solution for <i>every
190
+
possible environment</i> fitting the given description. Therefore,
191
191
interleaving of search and execution is not strictly necessary even in
192
192
unknown environments.
193
193
</div>
@@ -214,8 +214,8 @@ <h3 class="masthead-title">
214
214
maze environment like the one shown in
215
215
Figure <aclass="insideBookFigRef" target="_blank" href="https://aimacode.github.io/aima-exercises/figures/maze-3x3-figure.png">maze-3x3-figure</a>. The agent knows that its
216
216
initial location is (1,1), that the goal is at (3,3), and that the
217
-
actions *Up*, *Down*, *Left*, *Right* have their usual
218
-
effects unless blocked by a wall. The agent does *not* know
217
+
actions <i>Up</i>, <i>Down</i>, <i>Left</i>, <i>Right</i> have their usual
218
+
effects unless blocked by a wall. The agent does <i>not</i> know
219
219
where the internal walls are. In any given state, the agent perceives
220
220
the set of legal actions; it can also tell whether the state is one it
221
221
has visited before.<br>
@@ -230,8 +230,8 @@ <h3 class="masthead-title">
230
230
3. Describe the first few branches of a contingency plan for this
231
231
problem. How large (roughly) is the complete plan?<br>
232
232
233
-
Notice that this contingency plan is a solution for *every
234
-
possible environment* fitting the given description. Therefore,
233
+
Notice that this contingency plan is a solution for <i>every
234
+
possible environment</i> fitting the given description. Therefore,
235
235
interleaving of search and execution is not strictly necessary even in
Figure <aclass="insideBookFigRef" target="_blank" href="https://aimacode.github.io/aima-exercises/figures/maze-3x3-figure.png">maze-3x3-figure</a>. The agent knows that its
497
497
initial location is (1,1), that the goal is at (3,3), and that the
498
-
actions *Up*, *Down*, *Left*, *Right* have their usual
499
-
effects unless blocked by a wall. The agent does *not* know
498
+
actions <i>Up</i>, <i>Down</i>, <i>Left</i>, <i>Right</i> have their usual
499
+
effects unless blocked by a wall. The agent does <i>not</i> know
500
500
where the internal walls are. In any given state, the agent perceives
501
501
the set of legal actions; it can also tell whether the state is one it
0 commit comments