Skip to content

Commit c70fa5c

Browse files
committed
Minor fix
1 parent fd1f339 commit c70fa5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configs/battlesnake.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
game:
22
name: BattleSnake
3+
sims_per_round: 10
34
args:
45
width: 11
56
height: 11
67
browser: false
78
tournament:
89
rounds: 2
9-
sims_per_round: 10
1010
players:
1111
- agent: mini
1212
name: p1

configs/battlesnake_single_player.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
game:
22
name: BattleSnake
3+
sims_per_round: 10
34
args:
45
width: 11
56
height: 11
67
browser: false
78
tournament:
89
rounds: 1
910
evaluate_matrix: true
10-
sims_per_round: 10
1111
player:
1212
agent: mini
1313
config: configs/mini/default.yaml

0 commit comments

Comments
 (0)