Matteo-Pietro-Pillitteri / Computational-Intelligence

Repository CI 23/24
MIT License
0 stars 0 forks source link

Lab 10 Review - Giovanni Gaddi s308685 #7

Open GiovanniGaddi opened 10 months ago

GiovanniGaddi commented 10 months ago

The code is well-structured, easy to understand, and follows a logical flow. The README is a helpful guide, making it easy to navigate through the code.

The addition of graphs is a nice feature helps to understand the learning of the algorithm. I want to highlight the effective logging method in the project.

It's a pity you only make it play first.

Matteo-Pietro-Pillitteri commented 10 months ago

Hi Giovanni, thanks for reviewing my code! I tried to make my player the second one. In this way the winning performance is actually a bit lower. I didn’t think to enter the results for this game configuration, but I left the option to enter "O" as the first player. You can change self.current_player to "O". Thanks you!