ray.rllib.models.torch.torch_modelv2.TorchModelV2.is_time_major#

TorchModelV2.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.