MCPcopy Create free account
hub / github.com/Yonv1943/Python / print_state_norm

Method print_state_norm

ElegantRL/replay.py:146–195  ·  view source on GitHub ↗

print the state norm information: state_avg, state_std We don't suggest to use running stat state. We directly do normalization on state using the historical avg and std eg. `state = (state + self.neg_state_avg) * self.div_state_std` in `PreprocessEnv.step_norm()`

(self, neg_avg=None, div_std=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

print_state_normMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected