This page talks about quick start using NeuralNet Pro.
In this quick session, we’ll learn how to use NeuralNet Pro using a simple example Logic Operation
First of all, add a component in your brain game object Add Menu > NeuralNet Pro > NeuralComponent
Secondly, we need to set up a hyperparameter,
the important part is “Continous Input” (2 floats) and “Discrete Output” (1 Discrete 2 options). for a more detailed explanation on hyperparameters, you can read here
Third, create a class and inherit Gtion.NeuralNetwork.Agent
. you’ll be required to implement an abstract class.
Lastly, assign the component to NeuralComponent, and start the scene!
Note: you can find the file in this example, in this path of the package
GtionNeuralNetPro\\Sample\\LogicOperationExample