Overview
Last updated
Last updated
Admin access is responsible for registering and unregistering model architectures. Once we have a model architecture registered, then we are able to create models in-game and begin to use them!
The process for defining the model architecture will require some initial joint collaboration from the NRN team and the game studio. Ultimately we need to settle on:
Type of inductive bias
Size and structure of the state space
Size and structure of the action space
Overall size of the model
We dive deeper into each of these in the section.