I tried to use the MultiInputPolicy by :
model = PPO("MultiInputPolicy", env, verbose = 1)
But, I get an error:
KeyError: "Error: unknown policy type MultiInputPolicy,the only registed policy type are: ['MlpPolicy', 'CnnPolicy']!"
Please help. How can I fix this?