Noticed [this line](https://github.com/st-tech/zr-obp/blob/master/obp/dataset/synthetic.py#L827) when enabling z-score calculation for expected rewards. Should it be ``` if z_score: expected_rewards = ( ( expected_rewards - expected_rewards.mean() ) / expected_rewards.std() ) ``` ?