Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi Discrete for DQN #742

Closed
H-Park opened this issue Mar 16, 2020 · 1 comment
Closed

Multi Discrete for DQN #742

H-Park opened this issue Mar 16, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@H-Park
Copy link

H-Park commented Mar 16, 2020

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

@araffin araffin added the enhancement New feature or request label Mar 16, 2020
@araffin
Copy link
Collaborator

araffin commented Mar 16, 2020

Hello,

Is this feature in the roadmap? Is it wanted?

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).

@H-Park H-Park closed this as completed May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants