I test the code in carla 0.9.10 with `dqn` method, but it gets an tensor reshape error in `class Preprocessing_Layer`: `can't reshape the [1, 13, 13, 256] to [1, 256] in __call__ function` How to solve this problem? thank you very much.
I test the code in carla 0.9.10 with
dqnmethod, but it gets an tensor reshape error inclass Preprocessing_Layer:can't reshape the [1, 13, 13, 256] to [1, 256] in __call__ functionHow to solve this problem? thank you very much.