[AAAI 2018] "Towards distributed coevolutionary GANs" by Abdullah Al-Dujaili, Tom Schmiedlechner, Erik Hemberg, Una-May O'Reilly
-
Updated
Nov 23, 2023 - Python
[AAAI 2018] "Towards distributed coevolutionary GANs" by Abdullah Al-Dujaili, Tom Schmiedlechner, Erik Hemberg, Una-May O'Reilly
A Chess which can be played as an 2 player game or vs a Bot.
this project combines various AI algorithms to provide visualization and functionality for search algorithms, a game (CONNECT4) using min-max algorithms, and a Constraint Satisfaction Problem (CSP) solver. This toolbox aims to provide a comprehensive understanding of these AI techniques through interactive visualizations and practical examples.
Implementation of Genetic Algorithm, Memetic Algorithm and Constraint Satisfaction on a Time Table scheduling problem. Also has an implementation of MiniMax Strategy for TicTacToe
Invincible TicTacToe AI agent
An implementation of the bejeweled game logic with several minmax-based player AIs
This is a modified version of the classic checkers game created for academic purposes as a project for the AI Laboratory. The game introduces unique features, including vertical piece movements , special power pieces such as archers, king, and hero. The AI is implemented using the Min-Max algorithm with a depth level of 3 for strategic gameplay.
AI connect4 agent using MIn-Max algorithm and BitBoards
Artificial Intelligence Projects
Artificial intelligence that plays Draughts game
Feed Forward Neural Network to classify the FB post likes in classes of low likes or moderate likes or high likes, back propagtion is implemented with decay learning rate method
This project provides an introduction to data analysis using Python.
AI team project — Domineering board game AI engine — Python • Game state evaluation heuristic • Alpha-beta pruning • Move ordering • Transpositon table • Zobrist hashing
The Dragon Queen is a game played on a board with 5 columns and 5 rows. One player (Player 1) controls the Queen, who has three Dragon protectors. The other player (Player 2) controls 5 wights (a.k.a zombies).
Add a description, image, and links to the min-max topic page so that developers can more easily learn about it.
To associate your repository with the min-max topic, visit your repo's landing page and select "manage topics."