ElegantRL icon indicating copy to clipboard operation
ElegantRL copied to clipboard

Are there any demos that can illustrate the process of using MATD3 / MADDPG to process discrete actions?

Open niceban opened this issue 2 years ago • 1 comments

Are there any demos that can illustrate the process of using MATD3 / MADDPG to process discrete actions?

niceban avatar Feb 28 '23 02:02 niceban

QMix and VDN are MARL algorithm on discrete action space. These algorithms process discrete actions in MARL env.

MATD3 and MADDPG are MARL algorithm on continuous action space. It is possible to convert continuous actions into discrete actions.

Yonv1943 avatar Mar 01 '23 08:03 Yonv1943