Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 585 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 585 Bytes

FourInALine

Date: 20/10/2022

Author: Matteo Nunziante

Description: Four in a Line game

Example of reinforcement learning applied to a game:

-> it's possible to train 2 players (one that start first and one that start for second)
-> the training can be between the 2 artificial player and also during the game with a human player

Running the application using standard cli:

py Game.py cli

Running the application using gui:

py Game.py gui

Running the application for training the artificial players

py Game.py training <number of games in the training>