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

Regarding the output of DQN #612

Open
KitanoFumiya opened this issue May 24, 2021 · 1 comment
Open

Regarding the output of DQN #612

KitanoFumiya opened this issue May 24, 2021 · 1 comment

Comments

@KitanoFumiya
Copy link

I would like to use DQN to control the field degree of freedom robot arm. However, the DQN in this library has only one output if the action space is discrete. In the case of multiple degrees of freedom, do we have to use a neural network for each joint?

@muupan
Copy link
Member

muupan commented May 26, 2021

DQN is usually applied to a discrete action space. If you want to tackle a continuous vector-valued action space, I recommend using other algorithms like the ones under https://github.com/chainer/chainerrl/tree/master/examples/mujoco/reproduction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants