Describes a single expericence of an enviroment step
Properties:
Name | Type | Description |
---|---|---|
prevState |
Array.<number>
|
The encoded previous state |
takenAction |
number
|
The taken action index |
newState |
Array.<number>
|
The encoded new state |
payoff |
number
|
the payoff |
contextInfo |
EnvStateContext
|
The environment context |