Skip to content
Snippets Groups Projects
Commit d50cfbc6 authored by Mats Gottenbos's avatar Mats Gottenbos
Browse files

More experimenting

parent ff4d7eb6
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class MuZeroConfig:
### Self-Play
self.num_workers = 50 # Number of simultaneous threads/workers self-playing to feed the replay buffer
self.num_workers = 5 # Number of simultaneous threads/workers self-playing to feed the replay buffer
self.selfplay_on_gpu = False
self.max_moves = 1000 # Maximum number of moves if game is not finished before
self.num_simulations = 50 # Number of future moves self-simulated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment