@bayerj The `152-th` line of `rmsprop.py` ``` self.moving_mean_squared = 1 ``` I think the initial value should be `0` instead of `1`. Any reason why `1` is better than `0`