Skip to content

Instantly share code, notes, and snippets.

@masouduut94
Created October 23, 2020 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masouduut94/388eab1e2a12a54ef91c5ee8c9871a4c to your computer and use it in GitHub Desktop.
Save masouduut94/388eab1e2a12a54ef91c5ee8c9871a4c to your computer and use it in GitHub Desktop.
class MCTSMeta:
EXPLORATION = 0.5
RAVE_CONST = 300
RANDOMNESS = 0.5
POOLRAVE_CAPACITY = 10
K_CONST = 10
A_CONST = 0.25
WARMUP_ROLLOUTS = 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment