Skip to content

Instantly share code, notes, and snippets.

@ravishchawla
Last active September 27, 2019 17:03
Show Gist options
  • Save ravishchawla/818237ab3fde3bb4913e854bd1ed7afa to your computer and use it in GitHub Desktop.
Save ravishchawla/818237ab3fde3bb4913e854bd1ed7afa to your computer and use it in GitHub Desktop.
Duel Network hyperparameters
Hyperparameter value
Number of Episodes 2000
Number of Timesteps 1000
Print Checkpoint step every 4
Training Batch Size 64
Discount Rate / Gamma 0.99
Learning Rate / alpha 5e-4
Number of Hidden Layers 2
Fully Connected Layer 1 Units 64
Fully Connected Layer 2 Units 64
TAU 1e-3
Epsilon 0.1
Epsilon-Min 0.01
Epsilon-Decay 0.995
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment