How to support float64 observations

How would I support float64 observations? Currently the default preprocessors convert to float32. Wrappers would not solve this, and custom preprocessors are deprecated.

Thanks!

Hi @czhang96 ,

Have your tried out the option "_disable_preprocessor_api": True?

Cheers
Artur