agb24
Results
1
comments of
agb24
Hello, I was able to solve this by changing the data type of the observation space immediately after initializing the environment as follows: `env = GymWrapper(env)` `env.observation_space.dtype = np.float64`