Hex Board Game Heuristic in Python
-
Updated
Jun 14, 2021 - Python
8000
Hex Board Game Heuristic in Python
(WIP) Artificial Intelligence project - play the Hex Game against the computer
Tsetlin Machine-based solution to predict the winner of a Hex board game at different stages. Utilizes graph-based board representations and custom datasets for training.
A set of ai players to play the hex game.
This repository contains the code for a project paper for a Master's module in the field of reinforcement learning. The aim of the project is to explore and implement Proximal Policy Optimization (PPO) agents to learn and play the 7x7 Hex game.
A simple implementation of the negamax algorithm with alpha-beta pruning for the game of hex.
Add a description, image, and links to the hex-game topic page so that developers can more easily learn about it.
To associate your repository with the hex-game topic, visit your repo's landing page and select "manage topics."