NRN Agents Docs
  • Overview
    • Introduction
    • Installation & Setup
  • Admin
    • Overview
    • Model Architectures
    • Register
    • Unregister
  • Getting Started
    • Basic Integration
    • State Space
    • Action Space
    • Data Collection
    • Model Initialization
    • Inference
Powered by GitBook
On this page
Export as PDF
  1. Admin

Overview

PreviousInstallation & SetupNextModel Architectures

Last updated 5 months ago

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.

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

model architectures