kristoji/Bees_Knees

UHP-compliant Hive Engine in python, using MCTS+GNN -- A project from the `Orthogonal School`, by Elicsir Foundation

2

stars

78

commits

Python

primary language

Sep 3, 2025

updated

README

Bees_Knees

Description

UHP-compliant Hive in Python, inspired by CrystalSpider and jonthysell.

Usage

The engine executable can be created with the following command:

pyinstaller ./src/engine.py --name BeesKneesEngine --noconsole --onefile

Then, the engine can be used from the terminal or inside the MzingaViewer.

Install the requirements

pip install -r requirements.txt

Use the Makefile

make data #generates the dataset
make k-means #generates clusters
.\compiler.ps1 #start the torch C++ compiler for Unsloth
make train #fine-tunes the LLM
make duel #plays Hive

Contributors

kristoji

41 commits

albeguida

8 commits

lapry34

5 commits

kristoji/Bees_Knees

UHP-compliant Hive Engine in python, using MCTS+GNN -- A project from the `Orthogonal School`, by Elicsir Foundation

2

stars

78

commits

Python

primary language

Sep 3, 2025

updated

README

Bees_Knees

Description

UHP-compliant Hive in Python, inspired by CrystalSpider and jonthysell.

Usage

The engine executable can be created with the following command:

pyinstaller ./src/engine.py --name BeesKneesEngine --noconsole --onefile

Then, the engine can be used from the terminal or inside the MzingaViewer.

Install the requirements

pip install -r requirements.txt

Use the Makefile

make data #generates the dataset
make k-means #generates clusters
.\compiler.ps1 #start the torch C++ compiler for Unsloth
make train #fine-tunes the LLM
make duel #plays Hive

Contributors

kristoji

41 commits

albeguida

8 commits

lapry34

5 commits

Languages

Python

99.6%