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

why DQN use kernel size 8 ? #222

Open
opentld opened this issue Feb 15, 2020 · 0 comments
Open

why DQN use kernel size 8 ? #222

opentld opened this issue Feb 15, 2020 · 0 comments

Comments

@opentld
Copy link

opentld commented Feb 15, 2020

The codes in DQN
conv1 = tf.contrib.layers.conv2d(X, 32, 8, 4, activation_fn=tf.nn.relu)
the kernel size is 8. Why even numbers are used as convolution kernels ?
and the codes:
state = env.reset()
state = state_processor.process(sess, state)
state = np.stack([state] * 4, axis=2)
Why is the number of input channels 4 ? Why input the same 4 images instead of 1?

Hope you answer... @dennybritz

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

1 participant