Last active
September 27, 2019 17:03
-
-
Save ravishchawla/818237ab3fde3bb4913e854bd1ed7afa to your computer and use it in GitHub Desktop.
Duel Network hyperparameters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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