ray.rllib.models.modelv2.ModelV2.is_time_major# ModelV2.is_time_major() → bool[source]# If True, data for calling this ModelV2 must be in time-major format. ReturnsWhether this ModelV2 requires a time-major (TxBx…) data format.