Changes
Page history
Update Grading
authored
Oct 27, 2019
by
Ziyang Zhang
Show whitespace changes
Inline
Side-by-side
Grading.md
View page @
5f116a80
Your AI will play with Random/Poor/Average AI on different size of boards.
<br>
Your AI will be run twice on each board, once moving first and once moving second.
<br>
### Rules:
5x5 with k = 1; once move first and once move second.
<br>
7x7 with k = 2; once move first and once move second.
<br>
9x8 with k = 3; once move first and once move second.
<br>
Total: 6
<br>
`7x7 with k = 2`
; once move first and once move second.
<br>
`9x8 with k = 3`
; once move first and once move second.
<br>
Total: 4
<br>
**Notice:**
Ties count as wins.
## Minimal AI
Correctly complie and run -- 40%
<br>
Your AI beats
**Random AI**
N of
6
times = N
*
1
0
%
<br>
Your AI beats
**Random AI**
N of
4
times = N
*
1
5
%
<br>
Full credit = beat Random AI every time
<br>
## Draft AI
Correctly complie and run -- 40%
<br>
Your AI beats
**PoorAI**
N of
6
times = N
*
1
0
%
<br>
Your AI beats
**PoorAI**
N of
4
times = N
*
1
5
%
<br>
Full credit = beat Poor AI every time
<br>
## Final AI
Correctly complie and run -- 28%
<br>
Your AI beats
**AverageAI**
N of 6 times = N
*
1
2
%
<br>
Your AI beats
**AverageAI**
N of 6 times = N
*
1
8
%
<br>
Full credit = beat Average AI every time
<br>
\ No newline at end of file