{ "game": "othello", "simulations": 100, "compute_time": null, "dirichlet_alpha": 0.03, "dirichlet_epsilon": 0.25, "temp_scheduler_type": "linear", "temp_max_step": 4, "temp_min_step": 4, "iterations": 10, "episodes": 200, "epochs": 10, "batch_size": 64, "learning_rate": 0.01, "data_augmentation": true, "device": "cpu", "eval_opponent": "mcts", "eval_episodes": 40, "do_eval": true, "save": true, "push": false, "save_checkpoints": true, "push_checkpoints": false, "board_size": 6 }