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

Does Progressive Neural Network works? #6

Open
facetohard opened this issue Apr 3, 2017 · 2 comments
Open

Does Progressive Neural Network works? #6

facetohard opened this issue Apr 3, 2017 · 2 comments

Comments

@facetohard
Copy link

I have read the code and I found that when apply gradients, it apply all variable in the share networks which is written in line 343 of "ProgressiveNN_atari_2.py"
self.apply_gradients = master.shared_opt.apply_gradients( zip(self.accum_grads, master.shared_net.get_vars()), global_step=master.global_step)
The paper says that when update the weights, it should frozen the weights of previous learned policies, but I can't find which step frozens the previous weights.

@GuangpingYuan
Copy link

I have the same doubt, do you have any answer yet?

@GuangpingYuan
Copy link

@yao62995 I have the same doubt, do you have any answer yet?

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