In this tutorial, we go over how to build a simple neural network using TensorFlow and MotorNet. To that end, we also create a custom Task object that will be used to inform the network of the tensor structures and task penalties.
1. Initialization of the Task subclass
2. Generating inputs
a. Input dictionary
b. Targets
c. Initial states