ray.rllib.policy.sample_batch.SampleBatch.env_steps
ray.rllib.policy.sample_batch.SampleBatch.env_steps#
- SampleBatch.env_steps() int [source]#
Returns the same as len(self) (number of steps in this batch).
To make this compatible with
MultiAgentBatch.env_steps()
.