Skip to content

Commit 6deb7c6

Browse files
Nalincredblobgames
authored andcommitted
Ch 2, 6 - fix html markup
1 parent 8532466 commit 6deb7c6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

2-Intelligent-Agents/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ <h2 id="rules-to-follow">Rules for the agent to follow</h2>
9191
<option value="RIGHT">RIGHT</option>
9292
<option value="SUCK">SUCK</option>
9393
</select>
94+
</td>
9495
</tr>
9596
<tr>
9697
<th data-input="dirty">Dirty</th>
@@ -139,10 +140,9 @@ <h3>Evaluating multiple agents</h3>
139140
<h3>Evaluating many data sets</h3>
140141

141142
TODO: one agent on many different data sequences (avoid overfitting)
142-
143+
</div>
143144
</div>
144145
</div>
145-
</div>
146146

147147
<script type="text/javascript" src="./cleaningRobot.js"></script>
148148
<script type="text/javascript" src="./c_cleaningRobot.js"></script>

6-Constraint-Satisfaction-Problems/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ <h4>Third Party License Information</h4>
163163
</div>
164164
</div>
165165

166-
</div>
167166
</body>
168167

169168
</html>

0 commit comments

Comments
 (0)