Machine Learning module for the Pandemonium Engine.
Go to file
Relintai 4f6b4d46de Prefixed the remaining classes with MLPP. 2023-01-25 01:09:37 +01:00
mlpp Prefixed the remaining classes with MLPP. 2023-01-25 01:09:37 +01:00
.gitignore
COPYRIGHT.txt
LICENSE
README.md New readme. 2023-01-23 22:01:16 +01:00
README_ORIG.md New readme. 2023-01-23 22:01:16 +01:00
SCsub Fixed remaining errors and added everything to the build. 2023-01-24 19:14:38 +01:00
config.py
main.cpp Prefix Cost with MLPP. 2023-01-24 19:37:08 +01:00
register_types.cpp
register_types.h

README.md

PMLPP

This is an experimental Machine Learning module for the Pandemonium Engine.

Based on https://github.com/novak-99/MLPP .