AI for Playing Russian Checkers (aka "Shashki")
-
Updated
Jun 8, 2024 - C++
AI for Playing Russian Checkers (aka "Shashki")
Rust software for solving impartial games.
game tree search method - minmax, alphabeta, IDDFS
MiniMax checkers AI with alpha-beta pruning
In this project we evaluated how far modern AlphaZero type algorithms are from prefect solution.
Board games in python using GameTree to find the best moves
The code repository for my rouse research project, addressing the question: "How effective are machine learning algorithms compared with traditional analytical techniques, with respect to playing abstract games?"
Military chess AI based on minimax search
Tic Tac Toe minimax
Deriving an optimal Blackjack strategy using Tammelin's counterfactual regret minimization algorithm (CFR+) and modern C++.
Artificial Intelligence (Old)
Course work for SSU's CS480 which is a survey of techniques that simulate human intelligence.
Add a description, image, and links to the game-tree-search topic page so that developers can more easily learn about it.
To associate your repository with the game-tree-search topic, visit your repo's landing page and select "manage topics."