Files
2026-06-13 09:54:19 +03:00
..
2026-06-13 09:54:19 +03:00

Overview

A VCMI AI library which uses pre-trained models for commanding a hero's army in battle.

During gameplay, MMAI extracts various features from the battlefield, feeds it to a pre-trained model and executes an action based on the model's output.

MMAI is also essential during model training, where the collected data is sent to vcmi-gym (a Reinforcement Learning environment designed for VCMI).