You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we have off-policy steps in PPO the metric gets averaged across the different steps. This can be very hard to reason about, we should report each optimization step as train/optim_step and every rl step as train/rl_step to avoid this confusion.