Commit 809988d
add chapter 18 and 19 for 4th edition (aimacode#1076)
* chapter 18 learning
* add chapter 19
* move init dataset in NN learner
* add adam optimizer, add nn learner
* remove cpt 19 for debug
* change while loop in games4e
* add chapter 19
* add sgd and adam optimizer
* add chpt19 deep nn
* add rnn
* add auto encoder
* add comments, correct tests
* add more comments, change algorithms according to orders of chapter sections
* add keras and numpy to requirements
* add tf as requirement
* add gc in test agent
* fix agent bugs for running test_agent and test_agent_4e together
* fix build error
* add chapter 21 and 22
* add chapter 12 and part of 13
* remove chapter 12 and 13, add test of rl
* modify rnn test
* fix build error
* Update utils4e.py1 parent 37110de commit 809988d
13 files changed
Lines changed: 2600 additions & 14 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
517 | | - | |
| 517 | + | |
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
0 commit comments