Skip to main content

Interface: TraitProfile

Defined in: apps/paracosm/src/engine/trait-models/index.ts:119

A leader's (or agent's) profile under a specific trait model. Stored on ActorConfig.traitProfile and Agent.traitProfile.

Properties

modelId

modelId: string

Defined in: apps/paracosm/src/engine/trait-models/index.ts:121

id of the registered TraitModel.


traits

traits: Record<string, number>

Defined in: apps/paracosm/src/engine/trait-models/index.ts:123

axis-id -> float in [0, 1].