Skip to content

Instantly share code, notes, and snippets.

@rish-16
Created March 3, 2019 03:13
Show Gist options
  • Save rish-16/5ef81128333a24a0100b4fc04a9f1cd5 to your computer and use it in GitHub Desktop.
Save rish-16/5ef81128333a24a0100b4fc04a9f1cd5 to your computer and use it in GitHub Desktop.
discount_factor_gamma = 0.9
num_episodes = 1000
learning_rate_alpha = 0.8
epsilon_threshold = 1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment