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

DQN implementation that supports continuous action spaces (NAF) #311

Open
padalous opened this issue May 6, 2019 · 2 comments
Open

DQN implementation that supports continuous action spaces (NAF) #311

padalous opened this issue May 6, 2019 · 2 comments
Labels
enhancement New feature or request experimental Experimental Feature question Further information is requested

Comments

@padalous
Copy link

padalous commented May 6, 2019

I would like to modify the DQN.py in order to make it work with a continuous action space (spaces.Box from Gym library). This looks like a huge project to me, and I take any advices / ideas that could help me better understanding how stable-baselines is build.

@araffin
Copy link
Collaborator

araffin commented May 6, 2019

Hello,
the paper your are looking for is maybe Continuous Deep Q-Learning with Model-based Acceleration
with the Normalized Advantage Function (NAF)
see notes in Keras RL.

You also have to know that DDPG was meant to be DQN with continuous actions.

any advices / ideas that could help me better understanding how stable-baselines is build.

well, for now, read the source code, read the paper (several times) and read some implementations that can already found on github ;)
You can find some more advices here

@araffin araffin added enhancement New feature or request question Further information is requested labels May 6, 2019
@padalous
Copy link
Author

padalous commented May 6, 2019

Thank you for your feedback @araffin, will check it soon and let you know how it's doing.

@araffin araffin changed the title DQN implementation that supports continuous action spaces DQN implementation that supports continuous action spaces (NAF) Jul 2, 2019
@araffin araffin added the experimental Experimental Feature label Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request experimental Experimental Feature question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants