Skip to content

benaveld/Reinforcement-learning-with-Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement-learning-with-Tic-Tac-Toe

Prerequisites

  • Java Runtime Environment Version 9
  • Processing core.jar file

How to run

Download the AI3.jar file. Open the terminal and navigate to the folder then enter:

java -jar AI3.jar

Compile

You need the JDK to compile the source code. To compile and run open the files in a java IDE such as eclipse, add the core.jar into the file path and add the data files to the project. Then export the project as JAR, then run the jar as described above.

AI Save data

The AI_save.dat contans the save data for the learning AI. Delet this file to reset the AI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages