Skip to content

Commit b4d588b

Browse files
joegoodall113rac1
authored andcommitted
readme: Fix typo (#22)
Copy change
1 parent 9b9a652 commit b4d588b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/3_Adversarial Search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ with open("data.pickle", 'wb') as f:
119119
**Hints:**
120120
- If the results are very close, try increasing the number of matches (e.g., >100) to increase your confidence in the results
121121
- Experiment with adding more search time--does adding time confer any advantage to your agent?
122-
- Augment the code to count the nubmer of nodes your agent searches--does your agent have an advantage compared to the baseline search algorithm you chose?
122+
- Augment the code to count the number of nodes your agent searches--does your agent have an advantage compared to the baseline search algorithm you chose?
123123

124124
**Note:**
125125
- You MAY implement advanced techniques from the reading list at the end of the lesson (like Monte Carlo Tree Search, principle variation search, etc.), but your agent is being evaluated for _performance_ rather than _correctness_. It's possible to pass the project requirements **without** using these advanced techniques, so project reviewers may encourage you to implement a simpler solution if you are struggling with correct implementation. (That's good general advice: do the simplest thing first, and only add complexity when you must.)

0 commit comments

Comments
 (0)