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
mario_ppo.py:174: RuntimeWarning: invalid value encountered in greater
return (p.cumsum(axis=axis) > r).argmax(axis=axis)
Traceback (most recent call last):
File "mario_ppo.py", line 413, in
rewards = np.hstack(rewards) * reward_scale
NameError: name 'reward_scale' is not defined
The text was updated successfully, but these errors were encountered:
Errors in mario_ppo.py. Fix please:
mario_ppo.py:174: RuntimeWarning: invalid value encountered in greater
return (p.cumsum(axis=axis) > r).argmax(axis=axis)
Traceback (most recent call last):
File "mario_ppo.py", line 413, in
rewards = np.hstack(rewards) * reward_scale
NameError: name 'reward_scale' is not defined
The text was updated successfully, but these errors were encountered: