Anish Diwan
Anish Diwan
Hello! This issue is regarding the "normalization" implemented using [RunningMeanStd](https://github.com/Denys88/rl_games/blob/master/rl_games/algos_torch/running_mean_std.py). Algorithms that use the normalize_input and normalize_value config params use RunningMeanStd internally to keep track of running means and variances...
Hey @Denys88! I use the rl_games library quite a lot for my work. Although its super useful, I've noticed that its a bit lacking in docs. I also found it...
This repository seems great! However, it is a bit hard to understand and implement. Is it possible to add a short how-to kind of doc showing basic usage and going...