Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert File Links into Reference-Style #271

Merged
merged 2 commits into from
Mar 5, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into patch-1
  • Loading branch information
Z-Fikar authored Mar 3, 2017
commit 9b040195b18aa4258e77b19dd2669b22c0db7b96
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Here is a table of algorithms, the figure, name of the code in the book and in t
| 21.2 | Passive-ADP-Agent | `PassiveADPAgent` | [`rl.py`][rl] |
| 21.4 | Passive-TD-Agent | `PassiveTDAgent` | [`rl.py`][rl] |
| 21.8 | Q-Learning-Agent | `QLearningAgent` | [`rl.py`][rl] |
| 22.1 | HITS | | |
| 22.1 | HITS | `HITS` | [`nlp.py`][nlp] |
| 23 | Chart-Parse | `Chart` | [`nlp.py`][nlp] |
| 23.5 | CYK-Parse | `CYK_parse` | [`nlp.py`][nlp] |
| 25.9 | Monte-Carlo-Localization| |
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.