blanck

Results 1 comments of blanck

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]) ``` before the cell with: from sample_factory.enjoy import enjoy cfg...