Skip to content

maplehugs/tic-tac-toe-generational-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Generational Learning

This is a project to experiment with generational learning applied to the game of Tic Tac Toe.

Getting Started

Prerequisites

Make sure you have Java installed for running the game engine and Python for training the models.

Running the Project

  • Compile and run the GameLauncher.java file to start the game engine.
javac GameLauncher.java
java GameLauncher
  • Use main.py for training the AI models.
python main.py

Project Structure

  • GameLauncher.java: Handles the game logic and interactions.
  • main.py: Contains the training pipeline for the AI.
  • docs/: Documentation files.

Future Work

Further improve the training algorithms and explore additional strategies to render the AI unbeatable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors