Fabrica
Results
3
comments of
Fabrica
> I fixed this by running this code: > > ``` > import torch.serialization > import _codecs > import numpy as np > torch.serialization.add_safe_globals([np.core.multiarray.scalar, np.dtype, np.dtypes.Float64DType, _codecs.encode]) > ``` >...
same problem here
> Is this a duplicate issue of #599? Yeah, i think found the solución: https://github.com/huggingface/deep-rl-class/issues/599#issuecomment-3007574176