Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cae3d01

Browse files
bakerwhonorvig
authored andcommitted
Add to rl module (#799)
* Ignoring .DS_Store for macOS * Added Direct Utility Estimation code and fixed notebook * Added implementation to README.md
1 parent 5b9fb0c commit cae3d01

File tree

4 files changed

+311
-183
lines changed

4 files changed

+311
-183
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
142142
| 19.3 | Version-Space-Learning | `version_space_learning` | [`knowledge.py`](knowledge.py) | Done | Included |
143143
| 19.8 | Minimal-Consistent-Det | `minimal_consistent_det` | [`knowledge.py`](knowledge.py) | Done | |
144144
| 19.12 | FOIL | `FOIL_container` | [`knowledge.py`](knowledge.py) | Done | |
145-
| 21.2 | Passive-ADP-Agent | `PassiveADPAgent` | [`rl.py`][rl] | Done | |
145+
| 21.2 | Passive-ADP-Agent | `PassiveADPAgent` | [`rl.py`][rl] | Done | Included |
146146
| 21.4 | Passive-TD-Agent | `PassiveTDAgent` | [`rl.py`][rl] | Done | Included |
147147
| 21.8 | Q-Learning-Agent | `QLearningAgent` | [`rl.py`][rl] | Done | Included |
148148
| 22.1 | HITS | `HITS` | [`nlp.py`][nlp] | Done | Included |

0 commit comments

Comments
 (0)