COGITO NTNU Chess AI
A repository for Cogito student driven project, AlphaZeroChess. This repo will contain out progress and documentation.
Project leaders: @knolaisen & @sandviklee
The AlphaZeroChess project is a study in Alpha zero. The point of the project is learning about different techniques applied in AI. For example the powerful Monte Carlo Tree Search and Neural Networks.
Most of the people working on this project are new to AI and machine learning, it is a learning experience.
Since it is an introduction and a fun project done at the side of studies, we want to make something realistic but cool at the same time. Our goal at the Alpha Zero Chess project is to construct a self made AI, which is trained on an already existing chess environment.
After we have trained and adjusted our AI, we want to show it off! What we have in mind right now is making a full on playable chess game where you play against our AI. This should be uploaded and playable at our website, and at a stand at Realfagsbygget NTNU.
Here at our project we mainly use Python for code. This is because most of the libraries made for machine learning is compatible with Python. It's also very "beginner friendly".
Open the project and write to terminal:
pip install -e .