Overview

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 model architectures section.

REMINDER: The API key you'll need to use for registration is the admin API key

Last updated