Closed sash-a closed 8 months ago
flatpack training was returning an error: ValueError: data type <class 'numpy.int32'> not inexact because we changed the dtypes of the observation to ints, I have casted it to floats in the training.
ValueError: data type <class 'numpy.int32'> not inexact
Thanks @RuanJohn for reporting this :smile:
flatpack training was returning an error:
ValueError: data type <class 'numpy.int32'> not inexact
because we changed the dtypes of the observation to ints, I have casted it to floats in the training.Thanks @RuanJohn for reporting this :smile: