Interface

BatchSample

BatchSample

A Batch sample

Properties:
Name Type Description
stateBatch Array.<Array.<number>>

The states batch

actionBatch Array.<number>

The actions batch

newStateBatch Array.<Array.<number>>

The new states batch

payoffBatch Array.<number>

The payoffs batch

contextInfoBatch Array.<EnvStateContext>

The environment context info batch

View Source core/src/Agents/DQNAgent/DQNAgent.ts, line 446