I am working on a project where I plan on applying DGN. However, the ideal setting of the experiments entails a continuous action space.
First of all, can DGN be used as is with continuous actions spaces? I know that DDPG or MADDPG support cont. action spaces due to their actor-critic architectures. However I can't seem to figure out if DGN is so different from such method as not to support continuous action spaces.
Hi,
I am working on a project where I plan on applying DGN. However, the ideal setting of the experiments entails a continuous action space. First of all, can DGN be used as is with continuous actions spaces? I know that DDPG or MADDPG support cont. action spaces due to their actor-critic architectures. However I can't seem to figure out if DGN is so different from such method as not to support continuous action spaces.
Any words of advice will be greatly appreciated.