Open xan3c opened 5 months ago
np.bool is deprecated in versions >=1.24. These commits will just change np.bool to bool for the baselines.common.vec_env subpackage, as np.bool is just an alias for the builtin bool.
bool
np.bool is deprecated in versions >=1.24. These commits will just change np.bool to bool for the baselines.common.vec_env subpackage, as np.bool is just an alias for the builtin
bool
.