Skip to content

Commit

Permalink
Update README.md (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
antmarakis authored and norvig committed Feb 24, 2018
1 parent 35c9673 commit c67fb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
| 2.12 | Model-Based-Reflex-Agent | `ReflexAgentWithState` | [`agents.py`][agents] | | Included |
| 3 | Problem | `Problem` | [`search.py`][search] | Done | |
| 3 | Node | `Node` | [`search.py`][search] | Done | |
| 3 | Queue | `Queue` | [`utils.py`][utils] | Done | |
| 3 | Queue | `Queue` | [`utils.py`][utils] | Done | No Need |
| 3.1 | Simple-Problem-Solving-Agent | `SimpleProblemSolvingAgent` | [`search.py`][search] | | Included |
| 3.2 | Romania | `romania` | [`search.py`][search] | Done | Included |
| 3.7 | Tree-Search | `tree_search` | [`search.py`][search] | Done | |
Expand Down

0 comments on commit c67fb65

Please sign in to comment.