Skip to content

Commit

Permalink
Updated grid size and added model file extensions to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
scar17off committed Nov 7, 2024
1 parent 0166cdc commit 44d15df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
__pycache__
games/
models/
models/
*.zip
*.h5
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"game": {
"grid_size": [8, 8],
"grid_size": [4, 4],
"win_tile": 2048,
"spawn_tiles": {
"2": 0.9,
Expand Down
2 changes: 1 addition & 1 deletion generation_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
"dropout_rate": 0.3,
"l2_regularization": 0.01
}
}
}

0 comments on commit 44d15df

Please sign in to comment.