Tic Tac Toe – Python Description A console-based two-player Tic Tac Toe game implemented in Python using a 3x3 board. Features 3x3 game board using a 2D list Two-player gameplay (X and O) Win ...
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 ...