maddpg icon indicating copy to clipboard operation
maddpg copied to clipboard

How to turn continuous action into discrete action

Open Sexu121 opened this issue 4 years ago • 1 comments

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

Sexu121 avatar Nov 30 '20 04:11 Sexu121