UNPKG

arc-agents

Version:

A library for creating and deploying gaming agents at scale

2 lines 111 B
/** Represents the valid model types. */ export type ModelType = "simple" | "neural-network" | "hierarchical";