Skip to content

Instantly share code, notes, and snippets.

@awjuliani
Last active July 14, 2019 16:24
Show Gist options
  • Save awjuliani/fffe41519166ee41a6bd5f5ce8ae2630 to your computer and use it in GitHub Desktop.
Save awjuliani/fffe41519166ee41a6bd5f5ce8ae2630 to your computer and use it in GitHub Desktop.
Implementation of Double Dueling Deep-Q Network
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@samsenyang
Copy link

I would like to ask a question: do we have to split the inputs in order to achieve dueling DQN?
why can't i just input all the inputs into value layer and advantage layer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment