Skip to content

Commit

Permalink
added min_consistent_det to knowledge.ipynb (#860)
Browse files Browse the repository at this point in the history
* added min_consistent_det to knowledge.ipynb

* some minor changes
  • Loading branch information
nouman-10 authored and norvig committed Mar 21, 2018
1 parent 3958ae1 commit d1ea3fe
Show file tree
Hide file tree
Showing 2 changed files with 1,022 additions and 43 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -140,7 +140,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
| 18.34 | AdaBoost | `AdaBoost` | [`learning.py`][learning] | Done | Included |
| 19.2 | Current-Best-Learning | `current_best_learning` | [`knowledge.py`](knowledge.py) | Done | Included |
| 19.3 | Version-Space-Learning | `version_space_learning` | [`knowledge.py`](knowledge.py) | Done | Included |
| 19.8 | Minimal-Consistent-Det | `minimal_consistent_det` | [`knowledge.py`](knowledge.py) | Done | |
| 19.8 | Minimal-Consistent-Det | `minimal_consistent_det` | [`knowledge.py`](knowledge.py) | Done | Included |
| 19.12 | FOIL | `FOIL_container` | [`knowledge.py`](knowledge.py) | Done | |
| 21.2 | Passive-ADP-Agent | `PassiveADPAgent` | [`rl.py`][rl] | Done | Included |
| 21.4 | Passive-TD-Agent | `PassiveTDAgent` | [`rl.py`][rl] | Done | Included |
Expand Down

0 comments on commit d1ea3fe

Please sign in to comment.