↓ 11 callersMethodstepOne timestep for acting. obs (B,4,105,80), hx (B,gru). Returns logits, value, new hx.
4-atari-hard/3-robustify.py:98
↓ 2 callersFunctionnormalize_obs_for_rndframe: (..., 84, 84) uint8 or float. Return float32 (..., 1, 84, 84) centered/scaled by obs_rms and clipped to [-5, 5] per paper.
4-atari-hard/1-ppo-rnd.py:149