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

using target network to calculate last state value #93

Closed
backpropper opened this issue Aug 20, 2020 · 4 comments
Closed

using target network to calculate last state value #93

backpropper opened this issue Aug 20, 2020 · 4 comments

Comments

@backpropper
Copy link

Is there a reference to why we use a separate target network to calculate the last state value?

prediction = self.target_network(self.states)

@ShangtongZhang
Copy link
Owner

No that's an ad-hoc decision.

@backpropper
Copy link
Author

I see. Did it help reduce variance or something else?

@ShangtongZhang
Copy link
Owner

Not sure. I didn't test the one without target network, just followed DQN

@backpropper
Copy link
Author

ok thanks!

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