Skip to content

SUSTech CS311 Artificial Intelligence (H, Spring 2024) Project 1

License

Notifications You must be signed in to change notification settings

fz-zsl/Reversed-Reversi

Repository files navigation

Reversed-Reversi

SUSTech CS311 Artificial Intelligence (H, Spring 2024) Project 1.

Environmental Requirements

The project is developed in Python 3.7.6, and only numpy==1.21.0 is required.

Model Pretraining

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.

Performance

Phase 1 Grade

Phase 2 Grade

Win Tie Lose

WinRate Rank

Report Grade

Overall Grade

Acknowledgments

The code for training weights via Genetic Algorithm is partially adapted from CS303-Fall2021-Reversed-Reversi.

License

This code is distributed under an MIT LICENSE. If there are any problem regarding our report and code, feel free to open an issue!