Skip to content

Errata. #45

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
260 changes: 133 additions & 127 deletions Chapter 3/Ch3_book.ipynb

Large diffs are not rendered by default.

64 changes: 46 additions & 18 deletions Chapter 4/Ch4_book.ipynb

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions Chapter 4/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
appnope==0.1.4
backcall==0.2.0
certifi==2024.2.2
chardet==5.2.0
cycler==0.12.1
decorator==5.1.1
future==1.0.0
idna==3.7
ipython==8.23.0
ipython-genutils==0.2.0
jedi==0.19.1
kiwisolver==1.4.5
matplotlib==3.8.4
numpy==1.26.4
parso==0.8.4
pexpect==4.9.0
pickleshare==0.7.5
prompt-toolkit==3.0.43
ptyprocess==0.7.0
pyglet==1.5.21
pygments==2.17.2
pyparsing==3.1.2
python-dateutil==2.9.0
pytz==2024.1
requests==2.31.0
scipy==1.13.0
simplegeneric==0.8.1
six==1.16.0
torch==2.2.2
traitlets==5.14.2
urllib3==2.2.1
wcwidth==0.2.13
notebook==7.1.2
scikit-image==0.23.1
gymnasium[atari]==0.29.1
gymnasium[accept-rom-license]==0.29.1
gym-super-mario-bros==7.4.0
magent2==0.3.2
pettingzoo==1.24.3
torchvision==0.17.2
gym-minigrid==1.2.2
einops==0.7.0
281 changes: 237 additions & 44 deletions Chapter 5/Ch5_book.ipynb

Large diffs are not rendered by default.

132 changes: 31 additions & 101 deletions Chapter 6/Ch6_book.ipynb

Large diffs are not rendered by default.

750 changes: 397 additions & 353 deletions Chapter 6/MNIST Genetic Algorithm.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Chapter 6/String Genetic Algorithm.ipynb

Large diffs are not rendered by default.

Binary file added Chapter 6/data/MNIST/raw/t10k-images-idx3-ubyte
Binary file not shown.
Binary file not shown.
Binary file added Chapter 6/data/MNIST/raw/t10k-labels-idx1-ubyte
Binary file not shown.
Binary file not shown.
Binary file added Chapter 6/data/MNIST/raw/train-images-idx3-ubyte
Binary file not shown.
Binary file not shown.
Binary file added Chapter 6/data/MNIST/raw/train-labels-idx1-ubyte
Binary file not shown.
Binary file not shown.
186 changes: 129 additions & 57 deletions Chapter 7/Ch7_book.ipynb

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion Errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@ First line of code should be: from IPython.display import clear_output
## Chapter 4



## Chapter 8
Text should say: "In this chapter we will learn" instead of "In this chapter you will we learn"
Figure 8.14: Forward model should have an input for the actions and be concatenated with the encoded state.
### Listing 8.11
Code: The if statement related to the use of extrinsic reward should be fixed, "if use_extrinsic" not "if use_explicit", also in its relative balloon annotation.

## Appendix
In text above the $f(x,y)=(Ax+By,Cx+Dy)$ should be corrected to "To find $\dot{x}$" from "To find $x$"



Expand Down
95 changes: 62 additions & 33 deletions Errata/Chapter 4.ipynb

Large diffs are not rendered by default.

91 changes: 69 additions & 22 deletions Errata/Chapter 5.ipynb

Large diffs are not rendered by default.