Hello community,
I had this exception with DQN and DDPG but not with PPO.
UnsupportedSpaceException: Action space (Dict('agent_1': Discrete(5), 'agent_2': Discrete(5))) of DDPGTorchPolicy is not supported for DDPG.
Do we have somewhere in the documentation (or elsewhere) more information on which action spaces are supported or not by which algorithms?