From 653e4f57f72030461056d53c45599a05acb60bbb Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Thu, 21 May 2020 22:55:35 -0500 Subject: [PATCH] Update README.md --- errata/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/errata/README.md b/errata/README.md index 407f67fa..3c235a5f 100644 --- a/errata/README.md +++ b/errata/README.md @@ -38,4 +38,5 @@ ## Chapter 18 +- pg. 682: in "Episode 2", there are some wrong index values for G. The subscript of G should match the value of t. E.g., where t=1, it should be G1, not G0. - pg. 713: Not a code error, but the line `self.enf = env` could be changed to `self.env = env` to look more consistent