Skip to content

Chinese Checkers AI utilizing NEAT (NeuroEvolution of Augmenting Topologies)

License

Notifications You must be signed in to change notification settings

eddsteiner/CCheckerAi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

CCheckerAI

The purpose of this repository is to train an AI using NEAT to play chinese checkers.

Instructions

Prerequisites: install cuda build tools, python, rust, and maturin
Make sure to launch a python virtual environment before building

  cd src/neat
  ./build.sh
  cd ..
  LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd) python3 main.py

About

Chinese Checkers AI utilizing NEAT (NeuroEvolution of Augmenting Topologies)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published