njmarko / alpha-beta-pruning-minmax-checkersLinks
Minmax (minimax) algorithm with Alpha-Beta (πΌβπ½, ab) Pruning optimization for the Checkers (Draughts) game in Python 3. Same minimax algorithm works for chess, tic tac toe or similar games.
β20Updated 4 years ago
Alternatives and similar repositories for alpha-beta-pruning-minmax-checkers
Users that are interested in alpha-beta-pruning-minmax-checkers are comparing it to the libraries listed below
Sorting:
- A game of checkers written using minmax algorithm and alpha-beta pruning.β46Updated 8 months ago
- Implementation of checkers (draughts) strategy board game with AI based botβ13Updated 5 years ago
- Today, using machine learning algorithms is as easy as "import knn from ..." but it doesn't really help if you want to learn how the algoβ¦β60Updated 5 years ago
- Building a Chatbot in PyTorch using Transformersβ131Updated 4 years ago
- β14Updated 4 years ago
- An Interactive Approach to Understanding Deep Learning with Kerasβ51Updated 2 years ago
- β27Updated 4 years ago
- Simple web search engine made for funβ13Updated 5 years ago
- samples of neat codeβ52Updated 4 years ago
- This repository tracks the spread of the novel coronavirus, also known as SARS-CoV-2. It is a contagious respiratory virus that first staβ¦β76Updated 2 years ago
- AI (A2C agent) mastering the game of Snake with TensorFlow 2.0β41Updated 5 years ago
- Solve complex real-world problems by mastering reinforcement learning algorithms using OpenAI Gym and TensorFlowβ21Updated 2 years ago
- β237Updated last year
- I have had trouble in the past finding a place where I could learn about statistical learning algorithms, resources as to how to learn thβ¦β28Updated 4 years ago
- A visual demonstration of the process undergone by Dijkstra and A* (A star)β72Updated 4 years ago
- Collection of beginner friendly emu8086 programs and examples based on Assemblyβ14Updated 4 years ago
- Connect 4 programmed in python using pygameβ221Updated 3 years ago
- Deep Learning for Beginners, published by Packtβ54Updated 2 years ago
- using transfer learning on a pre-trained CNN to build an Alpaca/Not Alpaca classifier!β21Updated 4 years ago
- Collection of all ML/NLP programs. Created Date: 21 Aug 2017β9Updated 5 years ago
- Creating projectβ30Updated 9 years ago
- This project aims to predict the numbers that are published in each day regarding the amount of Coronavirus (COVID-19) cases and deaths.β33Updated 2 years ago
- A simple Flask website for all NLP tasks which includes Text Preprocessing, Keyword Extraction, Text Summarization etc. Created Date: 30 β¦β72Updated 3 years ago
- β199Updated 2 years ago
- Learning OpenCV 5 Computer Vision with Python, Fourth Edition, Published by Packtβ107Updated 2 months ago
- β88Updated 2 years ago
- Python Pygame TicTacToeβ11Updated 3 years ago
- Implementing linear regression using numpy from scratchβ13Updated 5 years ago
- Mastering Numerical Computing with NumPy, published by Packtβ28Updated 2 years ago
- 24-bit ANSI colored, console-based chess engine using Java. Optional multi-threaded AI using Minimax with alpha-beta pruning. Fully conβ¦β16Updated last month