UNPKG
arc-agents
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A library for creating and deploying gaming agents at scale
arc-agents
/
lib
/
types
/
utils.d.ts
2 lines
•
111 B
TypeScript
View Raw
1
2
/** Represents the valid model types. */
export
type ModelType =
"simple"
|
"neural-network"
|
"hierarchical"
;