bsuite is a collection of carefully-designed experiments that investigate core capabilities of a reinforcement learning (RL) agent
1.51k
stars
182
forks
source link
Convert `np.int -> np.int32` since `np.int` is deprecated #48
Open
jjshoots opened 1 year ago
It seems like
np.int
has been deprecated in favour of eitherint
ornp.int16/32/64/128
in numpy 1.20.This PR fixes that error. The exact stack trace fo the error in deployed code is here.