↓ 1 callersMethodtrain_model(self, state, action, reward, next_state, next_action, done)
1-grid-world/5-deep_sarsa.py:70
↓ 1 callersMethodunrollRecompute a (T,B) rollout's logits/values with done-masked GRU state for BPTT. obs_seq (T,B,4,105,80), hx0 (B,gru), done_seq (T,B).
4-atari-hard/3-robustify.py:107
Method__init__(self, demo, seed, *, sticky=0.25, allowed_lag=50,
allowed_score_deficit=0, reset_steps_ignor
4-atari-hard/env_robustify.py:64
Method__init__(self, demo, n_envs, *, move_threshold=0.1, nudge=100, window=None)
4-atari-hard/env_robustify.py:185