EosZero is a super strong Connect-4 engine, that uses a custom trained neural net! It has 7 policy heads (1 head per move) and 1 value head (for expected game outcome, relative to side to move), trained using PyTorch. HIGHLY RECOMMENDED to play on Turbowarp: https://turbowarp.org/1206934247 It constantly improves itself by generating new (and better) training data using the current gen net, training a new net using this new and improved data, and repeating this process. This current version has repeated this process many times, and is already quite a strong player :D --- Credits --- Huge thanks to @Destructor_chess for the net training :)