dellalibera / td-gammonLinks
TD-Gammon implementation
☆49Updated 2 years ago
Alternatives and similar repositories for td-gammon
Users that are interested in td-gammon are comparing it to the libraries listed below
Sorting:
- The Ludii general game system, developed as part of the ERC-funded Digital Ludeme Project.☆137Updated 2 weeks ago
- An implementation of AlphaZero, trained to master Tic-Tac-Toe and Four in a row☆25Updated 3 years ago
- The absolute most basic example of AlphaZero and Monte Carlo Tree Search I could come up with☆226Updated 2 years ago
- PyTorch implementation of AlphaZero Chess from scratch☆178Updated last year
- ☆235Updated 2 years ago
- Free Book about Deep-Learning approaches for Chess (like AlphaZero, Leela Chess Zero and Stockfish NNUE)☆336Updated 10 months ago
- Research project: create a chess engine using Deep Reinforcement Learning☆166Updated last year
- ♟️ Vectorized RL game environments in JAX☆561Updated 9 months ago
- A neural net chess engine in 95 lines of python☆75Updated 4 years ago
- A clean implementation of MuZero and AlphaZero following the AlphaZero General framework. Train and Pit both algorithms against each othe…☆166Updated 4 years ago
- A from-scratch general AlphaZero implementation for board games☆34Updated last year
- A fast, generalized, and modified implementation of Deepmind's distinguished AlphaZero in PyTorch.☆83Updated last year
- Project with examples for the implementation of third-party AI algorithms / agents for the Ludii general game system.☆31Updated last year
- Poker equity calculator for 7-card Texas hold'em☆28Updated 6 years ago
- Backgammon OpenAI Gym☆53Updated last year
- Stockfish NNUE (Chess evaluation) trainer in Pytorch☆430Updated this week
- Open-source codebase for EfficientZero, from "Mastering Atari Games with Limited Data" at NeurIPS 2021.☆918Updated 2 years ago
- An algorithm that generalizes the paradigm of self-play reinforcement learning and search to imperfect-information games.☆685Updated last year
- A Deep Learning UCI-Chess Variant Engine written in C++ & Python☆279Updated last week
- Selfplay In MultiPlayer Environments☆327Updated last year
- Code for DeepCubeA, a Deep Reinforcement Learning algorithm that can learn to solve the Rubik's cube.☆200Updated last year
- An ultrafast chess move generator. ~400Million nodes per second.☆11Updated 2 years ago
- AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Maste…