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

Fix DoubleDQN recompile_model missing model_2 #119

Merged
merged 5 commits into from
Apr 9, 2017
Merged

Fix DoubleDQN recompile_model missing model_2 #119

merged 5 commits into from
Apr 9, 2017

Conversation

kengz
Copy link
Owner

@kengz kengz commented Apr 9, 2017

We observed that when epi_change_lr is present to trigger recompile_model, DoubleDQN calls upon its super method, and so only self.model (the first of two) is recompiled. This might be the cause for unstable mountain_dqn solutions.

Note also that the Lunar experiments using DoubleDQN have also been affected. On rerunning the fitness score might actually get higher.

@kengz kengz merged commit ca0a3cf into master Apr 9, 2017
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

Successfully merging this pull request may close these issues.

1 participant