ray.rllib.policy.sample_batch.SampleBatch.环境步骤#

SampleBatch.env_steps() int[源代码]#

返回与 len(self) 相同的结果(此批次中的步数)。

为了使其与 MultiAgentBatch.env_steps() 兼容。