Skip to content

Commit

Permalink
change max_file_num from 2000 to 300 #26
Browse files Browse the repository at this point in the history
  • Loading branch information
mokemokechicken committed Jan 4, 2018
1 parent 880ea30 commit 2e50e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,5 @@ Challenge 2 (AlphaZero Method)
|2017/12/28|Model vs LV29: (2-4) (Model won 2, lost 4), Model vs GRhino LV2: (1-2)|
|2017/12/29|Model vs LV30: (1-2), Model vs GRhino LV2: (0-3)|
|2017/12/30|Model vs LV31: (0-2), Model vs GRhino LV2: (2-2)|
|2017/12/31|Model vs LV31: (0-2)|
|2018/01/04|Change max_file_num from 2000 to 300 (#26)|
2 changes: 1 addition & 1 deletion src/reversi_zero/configs/normal.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PlayDataConfig:
def __init__(self):
# Max Training Data Size = nb_game_in_file * max_file_num * 8
self.nb_game_in_file = 5
self.max_file_num = 2000
self.max_file_num = 300
self.save_policy_of_tau_1 = True


Expand Down

0 comments on commit 2e50e87

Please sign in to comment.