harryzhangOG/Deep-RL-Notes

Typo in Chapter 10

Closed this issue · 1 comments

Hi Harry, great note! Just found some small typos in chapter 10:

1. The sigma (page 60)

$p(x|z) = \mathcal{N}(\mu_{nn}(z),\mu_{nn}(z))$

And the correct should be this:

$p(x|z) = \mathcal{N}(\mu_{nn}(z),\sigma_{nn}(z))$

2. The theta display (page 60)

[
theta\leftarrow \argmaxA_\theta\frac{1}{N}\sum_i\mathbb{E}{z\sim p(z|x_i)}\log p\theta(x_i)
]

fixed, closing this issue. sorry for the delay - just finished up my Master's thesis