StateActionMap

General > StateActionMap

Properties

NameTypeDescription

Index

Integer

The index of StateActionMap.

PreActionState

The state before performing an action.

PostActionState

The state after performing an action.

Cost

Double

The cost or profit of performing an action. (Contribution value)

Constructors

No constructors

Methods

public void SetIndex(int index)

Parameters

Integer: The index to set on the StateActionMap.

Description

Sets the index of StateActionMap.

Last updated