This commit is contained in:
Mylloon 2023-03-29 14:37:17 +02:00
parent 2df36cc33c
commit 9806397ebf
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
5 changed files with 2 additions and 232 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
PRG_1=./player_A PRG_1=./rand_player
PRG_2=./player_B PRG_2=./mcts_player
GAME_DIR=new_stats GAME_DIR=new_stats
NB_GAMES_PER_SIDE=10 NB_GAMES_PER_SIDE=10
NBL=6 NBL=6

View file

@ -1,100 +0,0 @@
nb_turn: 26 timers : 24.00 : 24.00
6 . . . .
5 @ @ o @
4 @ o . .
3 o @ . o
2 . . . .
1 o @ . .
a b c d
(./player_A -11 24.00) (./player_B 11 24.00) => ./player_B win
================= player2 WIN
nb_turn: 26 timers : 24.00 : 24.00
6 @ . . .
5 . . . @
4 @ o o @
3 . o @ o
2 . . . .
1 @ . . o
a b c d
(./player_A -11 24.00) (./player_B 11 24.00) => ./player_B win
================= player2 WIN
nb_turn: 25 timers : 24.00 : 24.00
6 . . . o
5 o @ . .
4 . @ @ @
3 . . o @
2 . o @ o
1 . . . o
a b c d
(./player_A 12 24.00) (./player_B -12 24.00) => ./player_A win
================= player1 WIN
nb_turn: 28 timers : 24.00 : 24.00
6 . . . .
5 . @ . .
4 @ o . @
3 o o . @
2 . . o .
1 . @ o .
a b c d
(./player_A -10 24.00) (./player_B 10 24.00) => ./player_B win
================= player2 WIN
nb_turn: 22 timers : 24.00 : 24.00
6 @ @ . .
5 . . . @
4 o @ o o
3 . o . .
2 . . . o
1 . . @ o
a b c d
(./player_A -11 24.00) (./player_B 11 24.00) => ./player_B win
================= player2 WIN
nb_turn: 19 timers : 24.00 : 24.00
6 . o @ .
5 . . @ @
4 @ . @ .
3 . o @ o
2 o . . o
1 . . o o
a b c d
(./player_A 13 24.00) (./player_B -13 24.00) => ./player_A win
================= player1 WIN
nb_turn: 30 timers : 24.00 : 24.00
6 . . @ .
5 @ . . o
4 . . @ .
3 @ o . o
2 @ . . .
1 o . @ .
a b c d
(./player_A -10 24.00) (./player_B 10 24.00) => ./player_B win
================= player2 WIN
nb_turn: 29 timers : 24.00 : 24.00
6 . . o .
5 . @ . .
4 . . o .
3 . @ o o
2 . . @ .
1 o . . .
a b c d
(./player_A 8 24.00) (./player_B -8 24.00) => ./player_A win
================= player1 WIN
nb_turn: 30 timers : 24.00 : 24.00
6 @ . . .
5 . . . .
4 @ . o @
3 o . @ o
2 . . . .
1 . @ . .
a b c d
(./player_A -8 24.00) (./player_B 8 24.00) => ./player_B win
================= player2 WIN
nb_turn: 19 timers : 24.00 : 24.00
6 . @ @ o
5 . . . @
4 o . @ .
3 o . . @
2 . . . o
1 o . o o
a b c d
(./player_A 12 24.00) (./player_B -12 24.00) => ./player_A win
================= player1 WIN

View file

@ -1,100 +0,0 @@
nb_turn: 26 timers : 24.00 : 24.00
6 . . . .
5 @ @ o @
4 @ o . .
3 o @ . o
2 . . . .
1 o @ . .
a b c d
(./player_B -11 24.00) (./player_A 11 24.00) => ./player_A win
================= player2 WIN
nb_turn: 26 timers : 24.00 : 24.00
6 @ . . .
5 . . . @
4 @ o o @
3 . o @ o
2 . . . .
1 @ . . o
a b c d
(./player_B -11 24.00) (./player_A 11 24.00) => ./player_A win
================= player2 WIN
nb_turn: 25 timers : 24.00 : 24.00
6 . . . o
5 o @ . .
4 . @ @ @
3 . . o @
2 . o @ o
1 . . . o
a b c d
(./player_B 12 24.00) (./player_A -12 24.00) => ./player_B win
================= player1 WIN
nb_turn: 28 timers : 24.00 : 24.00
6 . . . .
5 . @ . .
4 @ o . @
3 o o . @
2 . . o .
1 . @ o .
a b c d
(./player_B -10 24.00) (./player_A 10 24.00) => ./player_A win
================= player2 WIN
nb_turn: 22 timers : 24.00 : 24.00
6 @ @ . .
5 . . . @
4 o @ o o
3 . o . .
2 . . . o
1 . . @ o
a b c d
(./player_B -11 24.00) (./player_A 11 24.00) => ./player_A win
================= player2 WIN
nb_turn: 19 timers : 24.00 : 24.00
6 . o @ .
5 . . @ @
4 @ . @ .
3 . o @ o
2 o . . o
1 . . o o
a b c d
(./player_B 13 24.00) (./player_A -13 24.00) => ./player_B win
================= player1 WIN
nb_turn: 30 timers : 24.00 : 24.00
6 . . @ .
5 @ . . o
4 . . @ .
3 @ o . o
2 @ . . .
1 o . @ .
a b c d
(./player_B -10 24.00) (./player_A 10 24.00) => ./player_A win
================= player2 WIN
nb_turn: 29 timers : 24.00 : 24.00
6 . . o .
5 . @ . .
4 . . o .
3 . @ o o
2 . . @ .
1 o . . .
a b c d
(./player_B 8 24.00) (./player_A -8 24.00) => ./player_B win
================= player1 WIN
nb_turn: 30 timers : 24.00 : 24.00
6 @ . . .
5 . . . .
4 @ . o @
3 o . @ o
2 . . . .
1 . @ . .
a b c d
(./player_B -8 24.00) (./player_A 8 24.00) => ./player_A win
================= player2 WIN
nb_turn: 19 timers : 24.00 : 24.00
6 . @ @ o
5 . . . @
4 o . @ .
3 o . . @
2 . . . o
1 o . o o
a b c d
(./player_B 12 24.00) (./player_A -12 24.00) => ./player_B win
================= player1 WIN

View file

@ -1,10 +0,0 @@
================
NB_GAMES_PER_SIDE 10
NBL 6
NBC 4
number of wins
================
./player_A is 10
./player_B is 10
================

View file

@ -1,20 +0,0 @@
(./player_A -11 24.00) (./player_B 11 24.00) => ./player_B win
(./player_A -11 24.00) (./player_B 11 24.00) => ./player_B win
(./player_A 12 24.00) (./player_B -12 24.00) => ./player_A win
(./player_A -10 24.00) (./player_B 10 24.00) => ./player_B win
(./player_A -11 24.00) (./player_B 11 24.00) => ./player_B win
(./player_A 13 24.00) (./player_B -13 24.00) => ./player_A win
(./player_A -10 24.00) (./player_B 10 24.00) => ./player_B win
(./player_A 8 24.00) (./player_B -8 24.00) => ./player_A win
(./player_A -8 24.00) (./player_B 8 24.00) => ./player_B win
(./player_A 12 24.00) (./player_B -12 24.00) => ./player_A win
(./player_B -11 24.00) (./player_A 11 24.00) => ./player_A win
(./player_B -11 24.00) (./player_A 11 24.00) => ./player_A win
(./player_B 12 24.00) (./player_A -12 24.00) => ./player_B win
(./player_B -10 24.00) (./player_A 10 24.00) => ./player_A win
(./player_B -11 24.00) (./player_A 11 24.00) => ./player_A win
(./player_B 13 24.00) (./player_A -13 24.00) => ./player_B win
(./player_B -10 24.00) (./player_A 10 24.00) => ./player_A win
(./player_B 8 24.00) (./player_A -8 24.00) => ./player_B win
(./player_B -8 24.00) (./player_A 8 24.00) => ./player_A win
(./player_B 12 24.00) (./player_A -12 24.00) => ./player_B win