SUSTech CS311 Artificial Intelligence (H, Spring 2024) Project 1.
The project is developed in Python 3.7.6, and only numpy==1.21.0
is required.
In this project, we use Genetic Algorithm to pretrain the model. The codes are mainly adapted from here (thus we don't provide the code for pretraining).
Note that we modified the configurations of the parameters, our configuration can be seen in our report.
The code for training weights via Genetic Algorithm is partially adapted from CS303-Fall2021-Reversed-Reversi.
This code is distributed under an MIT LICENSE. If there are any problem regarding our report and code, feel free to open an issue!