RankedAction interface

A ranked action with its resulting probability.

Properties

id

Id of the action NOTE: This property will not be serialized. It can only be populated by the server.

probability

Probability of the action NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

id

Id of the action NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

probability

Probability of the action NOTE: This property will not be serialized. It can only be populated by the server.

probability?: number

Property Value

number