Installation & Setup
Installation
npm install nrn-agentsSetup
const { AgentFactory } = require('nrn-agents');
AgentFactory.setApiKey("my-api-key");
AgentFactory.setGameId("my-game-id");using ArcAgents.MachineLearning;
ModelWrapper.SetApiKey("my-api-key");
ModelWrapper.SetGameId("your-game-id");Additional Files
Javascript Structure
Unity Structure
Unreal Structure
Last updated