You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this feature in the roadmap? Is it wanted? I know DQN is pretty unique in that it doesn't rely on common/policies as it has its own policy class, so implementing such a feature is a little harder without relying on common/distributions.py
The text was updated successfully, but these errors were encountered:
This feature is not on the roadmap. Btw, as mentioned in #576 and #733 we are now focusing on the V3 so we avoid adding new features to the current v2, it would be mostly bug fixes and usability improvements.
It would be wanted if there was a big demand as for Dict spaces (see #133 ) but DQN is also not designed to handle those type of actions, which mean this would make it more complicated if we implement it.
Anyway, you can always convert a MultiDiscrete action space to Discrete (even though it will increase the action space dimension).
Is this feature in the roadmap? Is it wanted? I know DQN is pretty unique in that it doesn't rely on common/policies as it has its own policy class, so implementing such a feature is a little harder without relying on common/distributions.py
The text was updated successfully, but these errors were encountered: