ray.rllib.models.tf.tf_modelv2.TFModelV2.is_time_major#

TFModelV2.is_time_major() bool#

If True, data for calling this ModelV2 must be in time-major format.

Returns

Whether this ModelV2 requires a time-major (TxBx…) data format.