The project presents a console-based Tic-Tac-Toe game written in Python. The game allows gameplay between a player and the computer (AI). The project was completed according to the requirements ...
This project implements a Tic-Tac-Toe game where an AI agent learns to play optimally using Deep Q-Network (DQN), a reinforcement learning algorithm. The AI is trained through self-play, improving its ...