SamRagusa / Checkers-Reinforcement-Learning
A checkers reinforcement learning AI, and all the tools needed to train it.
☆56Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for Checkers-Reinforcement-Learning
- AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Maste…☆88Updated 6 years ago
- The absolute most basic example of AlphaZero and Monte Carlo Tree Search I could come up with☆190Updated last year
- Learning from zero (mostly based off of AlphaZero) in General Game Playing.☆81Updated 2 years ago
- A simple chess environment for openai/gym☆152Updated 8 months ago
- Connect4 reinforcement learning by AlphaGo Zero methods.☆114Updated 3 years ago
- An environment of the board game Go using OpenAI's Gym API☆168Updated 2 years ago
- A Deep Learning UCI-Chess Variant Engine written in C++ & Python☆248Updated 3 weeks ago
- PyTorch implementation of AlphaZero Chess from scratch☆125Updated 3 months ago
- PyTorch implementation of AlphaZero Connect from scratch (with results)☆82Updated 4 years ago
- A structured implementation of MuZero☆206Updated 2 years ago
- Clean, tested, & modular AlphaZero implementation with multiplayer support.☆13Updated 5 years ago
- A deep learning Crazyhouse chess program that uses a Monte Carlo Tree Search (MCTS) based evaluation system and reinforcement to enhance …☆18Updated 5 years ago
- Solving board games like Connect4 using Deep Reinforcement Learning☆34Updated last year
- Allie: A UCI compliant chess engine☆105Updated 3 years ago
- A simple implementation of MuZero algorithm for connect4 game☆95Updated 4 years ago
- Utilities for experimenting with leela-chess-zero☆42Updated 2 years ago
- For code etc relating to the network training process.☆148Updated 5 months ago
- ReconChess python implementation☆42Updated 2 years ago
- A reimplementation of the Google AlphaZero algorithm.☆18Updated 4 years ago
- Library for running a Monte Carlo tree search, either traditionally or with expert policies☆118Updated 6 months ago
- A project to train a neural network to play Checkers through self-play combined with Monte Carlo Tree Search.☆49Updated 3 years ago
- Monte Carlo Tree Search with UCT with a couple of example games.☆150Updated 4 years ago
- Monte Carlo Tree Search for tic tac toe☆34Updated 6 years ago
- Predicts the best chess move with 27.5% accuracy by a single matrix multiplication☆88Updated 3 years ago
- A neural net chess engine in 95 lines of python☆73Updated 3 years ago
- ☆65Updated 3 years ago
- An implementation of the AlphaZero algorithm for chess☆34Updated last year
- UCI Chess engine Stockfish with an Efficiently Updatable Neural-Network-based evaluation function☆58Updated 4 years ago
- A fast, generalized, and modified implementation of Deepmind's distinguished AlphaZero in PyTorch.☆66Updated last year
- Monte Carlo Tree Search (MCTS) is a method for finding optimal decisions in a given domain by taking random samples in the decision space…☆63Updated 8 months ago