The GEMP-LOTR bot system uses machine learning to make gameplay decisions. While referred to as "neural nets" in conversation, the implementation uses Logistic Regression classifiers from the SMILE (Statistical Machine Intelligence and Learning Engine) library rather than deep neural networks.
- ML Library: SMILE 2.6.0 (
com.github.haifengl:smile-core)