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).
This repo is a submodule of https://github.com/smanolloff/vcmi.