ElegantRL
ElegantRL copied to clipboard
Are there any demos that can illustrate the process of using MATD3 / MADDPG to process discrete actions?
Are there any demos that can illustrate the process of using MATD3 / MADDPG to process discrete actions?
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.