Warry98

Results 2 issues of Warry98

I was checking the code of the environment and noticed that an action wrapper is always used to normalize the actions, the code used for this is: ``` class NormalizedActions(gym.ActionWrapper):...

When computing moments (percentiles or others), shouldn't the statistics be weighted by the weights computed here to exclude the terminated trajectories in the calculation? https://github.com/danijar/dreamerv3/blob/251910d04c9f38dd9dc385775bb0d6efa0e57a95/dreamerv3/agent.py#L301