SamRagusa / Checkers-Reinforcement-LearningLinks
A checkers reinforcement learning AI, and all the tools needed to train it.
☆56Updated 5 years ago
Alternatives and similar repositories for Checkers-Reinforcement-Learning
Users that are interested in Checkers-Reinforcement-Learning are comparing it to the libraries listed below
Sorting:
- AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Maste…☆90Updated 7 years ago
- Connect4 reinforcement learning by AlphaGo Zero methods.☆113Updated 4 years ago
- Learning from zero (mostly based off of AlphaZero) in General Game Playing.☆82Updated 2 years ago
- A simple chess environment for openai/gym☆160Updated last year
- Solving board games like Connect4 using Deep Reinforcement Learning☆33Updated 2 years ago
- An environment of the board game Go using OpenAI's Gym API☆172Updated 3 years ago
- A JIT compiled chess engine which traverses the search tree in batches in a best-first manner, allowing for neural network batching, asyn…☆29Updated 3 years ago
- This is the code for "Actor Critic Algorithms" by Siraj Raval on Youtube☆75Updated 7 years ago
- An implementation of the AlphaZero algorithm for chess☆33Updated 2 years ago
- Self project Evo Pawness (Temporary Name)☆36Updated 6 years ago
- Demo of UCT (MCTS) in Python / Numpy☆86Updated 2 years ago
- Train a tic-tac-toe agent using reinforcement learning.☆62Updated 4 years ago
- An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.☆72Updated 4 years ago
- Game Tree Search Algorithms - C++ library for AI bot programming☆85Updated last month
- A basic 2D maze environment where an agent start from the top left corner and try to find its way to the bottom left corner.☆368Updated last year
- A reimplementation of the Google AlphaZero algorithm.☆18Updated 4 years ago
- An OpenAI Gym interface to Tetris on the NES.☆53Updated last year
- The absolute most basic example of AlphaZero and Monte Carlo Tree Search I could come up with☆214Updated 2 years ago
- A project to train a neural network to play Checkers through self-play combined with Monte Carlo Tree Search.☆56Updated 3 years ago
- A clean implementation based on Expert Iterations for any game, inspired by alpha-zero-general☆44Updated 2 years ago
- A Chess AI that uses a minimax algorithm with alpha-beta pruning☆92Updated 3 years ago
- Tetris OpenAI environment☆28Updated 6 years ago
- ☆68Updated 3 years ago
- Implementation of TD-Gammon in TensorFlow.☆111Updated 5 years ago
- Board game AI implementations using Monte Carlo Tree Search☆182Updated 5 years ago
- The purpose of this project is to research Artificial Intelligence and Reinforcement Learning. In the AI Arena, multiple agents can inte…☆34Updated 7 years ago
- NEAT implementation for Flappy Bird game☆23Updated 4 years ago
- PyTorch implementation of AlphaZero Connect from scratch (with results)☆81Updated 5 years ago
- Clean, tested, & modular AlphaZero implementation with multiplayer support.☆17Updated 6 years ago
- AI research environment for the Atari 2600 games 🤖.☆259Updated 2 years ago