PKU-MARL / HARL

Official implementation of HARL algorithms based on PyTorch.
484 stars 59 forks source link

Wiil hatd3 support discrete action spaces futrue? #9

Closed yangtianchangxiao closed 1 year ago

yangtianchangxiao commented 1 year ago

Currently, HATD3 only supports continuous actions. Will there be future updates or improvements to support discrete action spaces?

guazimao commented 1 year ago

Hi. Yes. In fact, we are currently working on implementing relevant code. Once we verify the correctness of the code and evaluate the algorithms' performance in each benchmark, we will update the code for HATD3, HADDPG, and MADDPG to support discrete action space.