Changes
Page history
Create Grading
authored
Oct 27, 2019
by
Ziyang Zhang
Show whitespace changes
Inline
Side-by-side
Grading.md
0 → 100644
View page @
d4e3b48a
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>
**Notice:**
Ties count as wins.
## Minimal AI
Correctly complie and run -- 40%
<br>
Your AI beats
**Random AI**
N of 6 times = N
*
10%
<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
*
10%
<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
*
12%
<br>
Full credit = beat Average AI every time
<br>
\ No newline at end of file