modl.ai
The AI Engine

The AI Engine drives the modl bots. As a user, you are unlikely to come into direct contact with the AI Engine, however, you are likely to interact indirectly when you configure modl:test in your game and upload a build to the platform.

The AI Engine includes the following:

Component Functionality
Backend platform This hosts your game builds alongside the brain framework. You can upload builds, run tests and view reports on the platform via the web app or public API.
Brain framework This controls the bots in your game. The brain framework is made up of multiple individual brains.
Algorithms and models Also known as ‘brains’. Algorithms and models determine the different types of bot behavior. The brain framework is made up of these algorithms and models.

SDKs

Also known as plugins or packages. The modl.ai SDK connects the AI Engine to your game through a game engine package or plugin. Install the SDK into your chosen game engine and configure your game for use with the AI Engine. Plugins connect brains to games and allow them to execute together on the platform.

Previous Next
Key concepts Bots