Skip to content

Instantly share code, notes, and snippets.

@ravishchawla
Created November 9, 2019 02:54
Show Gist options
  • Save ravishchawla/52d9f62a8d13d0e5b4f548c5e21deb0a to your computer and use it in GitHub Desktop.
Save ravishchawla/52d9f62a8d13d0e5b4f548c5e21deb0a to your computer and use it in GitHub Desktop.
DDPG Hyperparameters
Hyperparameter value
Replay Buffer Size 1e5
Minibatch Size 128
Discount Rate 0.99
TAU 1e-3
Actor Learning Rate 1e-4
Critic Learning Rate 1e-4
L2 Weight Decay 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment