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

Weight initialization #14

Open
RDTm opened this issue Sep 10, 2014 · 0 comments
Open

Weight initialization #14

RDTm opened this issue Sep 10, 2014 · 0 comments

Comments

@RDTm
Copy link
Collaborator

RDTm commented Sep 10, 2014

The weights should be initialized in a way that the initial values for expected rewards (when giving input to initial network) would be the same order of magnitude or rather a few orders of magnitude smaller than the reward that we give in case we break a tile (reward=1). At the moment the rewards at the randomly initialized network go as far as (-200 or +200).
We need to decrease weight values, because then adding a reward of 1 to a desired transition/state would really make us choose this same transition next time.

this should be done in constructors of individual layers (the way we initialize W and B)

also, Biases are all initialized at zero for the moment. need to change that.

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