chess-alpha-zero
Chess Solver
An implementation of AlphaGo Zero's reinforcement learning approach to master the game of chess
Chess reinforcement learning by AlphaGo Zero methods.
2k stars
123 watching
481 forks
Language: Jupyter Notebook
last commit: over 1 year ago
Linked from 1 awesome list
alphago-zerochesskerasreinforcement-learningtensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
utilforever/robotchess | An Auto Chess simulator built with C++ and reinforcement learning algorithms | 4 |
erikbern/deep-pink | An AI system designed to play chess using deep learning techniques | 813 |
felixneutatz/2048_m-a-star | An algorithmic solver for the 2048 game using A* search with cost functions based on tile values and unassigned tiles. | 204 |
marianogappa/ostinato | A comprehensive, stateless chess game library that supports multiple notations and allows for AI-powered gameplay on both the server and client-side. | 53 |
marcusbuffett/command-line-chess | A terminal-based chess game against an AI using a simple brute-force algorithm to evaluate positions | 501 |
seblague/chess-challenge | A challenge to build and test small chess bots in C# | 1,780 |
venil7/reason-chess | A chess engine built using ReasonML with features like minimax algorithm and alpha-beta pruning for game development. | 23 |
elucidation/tensorflow_chessbot | A system that uses convolutional neural networks to predict chessboard layouts from images | 520 |
nvzqz/sage | A cross-platform chess move generator library written in Swift. | 373 |
siemanko/tensorflow-deepq | A reinforcement learning implementation using TensorFlow to control a game environment | 1,172 |
daniglez/aoc | A collection of solutions to Advent of Code puzzles written in Julia | 6 |
marcizhu/marcizhu | An interactive chess game where users can make moves and submit updates through a GitHub issue tracker. | 174 |
binarymax/kriegspiel | An online chess variant simulator built using JavaScript | 24 |
sciencepal/chess-com-box-py | Retrieves and displays chess ratings data from Chess.com. | 11 |
jamesball27/chess.rb | A command-line based chess game written in Ruby | 4 |