Loom Engine - v3.1.1
    Preparing search index...

    Interface CognitiveMapOptions

    interface CognitiveMapOptions {
        stateSize: number;
        taskCount: number;
        methodCount: number;
        totalMethodSubtasks: number;
        totalMethodPreconds: number;
        totalPrimPreconds: number;
        totalPrimEffects: number;
        maxStackDepth: number;
        maxDecisionDepth: number;
        maxUndoLog: number;
        maxPlanLength: number;
        maxQueuedGoals?: number;
    }
    Index

    Properties

    stateSize: number
    taskCount: number
    methodCount: number
    totalMethodSubtasks: number
    totalMethodPreconds: number
    totalPrimPreconds: number
    totalPrimEffects: number
    maxStackDepth: number
    maxDecisionDepth: number
    maxUndoLog: number
    maxPlanLength: number
    maxQueuedGoals?: number