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

How to set other parameters for train #43

Open
AssassinCrow opened this issue Jun 12, 2020 · 1 comment
Open

How to set other parameters for train #43

AssassinCrow opened this issue Jun 12, 2020 · 1 comment

Comments

@AssassinCrow
Copy link

Hello, I'm working on this package with ROS kinetic without Anaconda.

I tested this following your directions, but I've been wondering another problem; maybe this would have little thing to do with this page.

I'm planning to modify the number of laser detectors rays from 24 to 340 or 720 for the robustness.

However, I also have a feeling that size of the neural network, whose number of hidden units is 64 on each hidden layer, is not big enough to handle with 340 or 720 of input-size, properly.

So it seems it is needed to be expanded; would it be ok if I increase the number of hidden units by 1200 with 340 or 720 input, for example?

I know this is improper, I'm not sure whether it would go well when I apply DQN into a navigation control.

Are you doing your works with only 24 rays of the laser sensor?

Anyway, I really hope this issue would not bother your works...

Thanks in advance. :)

@AssassinCrow AssassinCrow changed the title How to set other parameters in train How to set other parameters for train Jun 12, 2020
@HosseinSheikhi
Copy link

@AssassinCrow Feel free to change the number of hidden layers and neurons in each layer as well. These are the hyperparameters of DQN and you just have to give them a try to find out which one fits better in your case.

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