maddpg
maddpg copied to clipboard
How to turn continuous action into discrete action
In the source code, I saw some code about discrete actions. I changed act_space=MultiDiscrete() to spaces.Discrete(), but the output actions were not expected discrete numbers, but decimals, which made me unable to perform my discrete actions