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
Fixes onpolicy runner to handle intrnsic rewards (#71)
This commit fixes two potential bugs in the Runner:
1: Accessing a dictionary that is None if either alg_cfg["rnd_cfg"] or
alg_cfg["symmetry_cfg"] are None.
2: Accessing alg.intrinsic_rewards before it is created in
alg.process_env_step(...).
Co-authored-by: Mayank Mittal <[email protected]>
0 commit comments