ActionHistoryItem

public struct ActionHistoryItem

A structure that represents an action history item.

  • The assessement of the state.

    Declaration

    Swift

    let assessement: AIAbstractGameState.Assessement
  • The fully processed action that the agent took.

    Declaration

    Swift

    let action: AIGameDecision
  • The action that was derived from the state.

    Declaration

    Swift

    let derivedAction: String
  • The internal score for this item.

    Declaration

    Swift

    var score: Int