-
Notifications
You must be signed in to change notification settings - Fork 0
/
Results.txt
108 lines (75 loc) · 4.34 KB
/
Results.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Results:
*************************
Playing Matches
*************************
Match # Opponent AB_Improved
Won | Lost
1 AB_Improved NS 25 | 55
--------------------------------------------------------------------------
Win Rate: 31.2%
(aind) mcleavey@clara-AI:~/udacity/isolation_project/AIND-Isolation$ python tournament.py
This script evaluates the performance of the custom_score evaluation
function against a baseline agent using alpha-beta search and iterative
deepening (ID) called `AB_Improved`. The three `AB_Custom` agents use
ID and alpha-beta search with the custom_score functions defined in
game_agent.py.
*************************
Playing Matches
*************************
Match # Opponent AB_Improved
Won | Lost
1 AB_Improved NS 23 | 57
--------------------------------------------------------------------------
Win Rate: 28.8%
*************************
Playing Matches
*************************
Match # Opponent AB_Improved
Won | Lost
1 AB_Open_NS 28 | 52
--------------------------------------------------------------------------
Win Rate: 35.0%
*************************
Playing Matches
*************************
Match # Opponent AB_Improved
Won | Lost
1 AB_Open_NS 33 | 47
2 AB_Open 18 | 62
3 AB_Improved 43 | 37
--------------------------------------------------------------------------
Win Rate: 39.2%
*************************
Playing Matches
*************************
Match # Opponent AB_Custom_3 AB_Custom_3_Sort
Won | Lost Won | Lost
1 AB_Open 67 | 13 72 | 8
2 AB_Improved 77 | 3 78 | 2
--------------------------------------------------------------------------
Win Rate: 90.0% 93.8%
with randomizing moves list
*************************
Playing Matches
*************************
Match # Opponent AB_Custom_3 AB_Custom_3_Sort
Won | Lost Won | Lost
1 AB_Open 40 | 40 36 | 44
2 AB_Improved 73 | 7 69 | 11
--------------------------------------------------------------------------
Win Rate: 70.6% 65.6%
*************************
Playing Matches
*************************
Match # Opponent AB_Improved AB_Custom_3
Won | Lost Won | Lost
1 AB_Open 11 | 69 42 | 38
--------------------------------------------------------------------------
Win Rate: 13.8% 52.5%
Still without first two random moves
*************************
Playing Matches
*************************
Match # Opponent AB_Custom AB_Custom_2 AB_Custom_3
Won | Lost Won | Lost Won | Lost
1 AB_Open 78 | 22 73 | 27 89 | 11