Skip to main content

Module normalize

Module normalize 

Source
Expand description

Observation normalization for stable RL training

This module provides running mean and standard deviation normalization, which is crucial for stable training in many RL environments.

Structsยง

RunningMeanStd
Running mean and standard deviation normalizer