-
Notifications
You must be signed in to change notification settings - Fork 17
Home
samswain edited this page Aug 31, 2021
·
22 revisions
Bringing Machine Learning to Unreal Engine
InteractML brings machine learning visual scripting to Unreal, empowering creators to develop novel gameplay mechanics, visual experiences, and control schemes without writing code. You can create machine learning models by joining Blueprint nodes together, feeding them from any available parameters, and then using the outputs to drive any in-engine systems or effects you like.
- Introduction - About the project, the plugin, and some typical use cases
- Setup - Getting set up, plugin installation, configuration, first steps
- Machine Learning - Brief info on the ML systems available with Interact ML and what they do
- Blueprint Node Types - Overview of the Blueprint nodes available and common features
- Asset Types - The model, training set, and label asset types and what they are for
- Recording Examples - How to record example data
- Training Models - How to train a model
- Running Models - How to run a model
- Model Types - Model specific behaviour and use
- Training Set - Training set specifics, including editing window
- Labels - Label and Label Table asset specifics and use
- Data - How and where the example and model data is stored and what you can do with it
- Demo Project - Information on all the demos available, what they show, and how they are set up
- Blueprints - Details of the demo blueprints, helpers, interaction, state, utility
- Technical - Some technical/implementation details, diagrams, and designs