ray.rllib.evaluation.sampler.SamplerInput.get_data#
- abstract SamplerInput.get_data() SampleBatch | MultiAgentBatch | Dict[str, Any] [source]#
Called by
self.next()
to return the next batch of data.Override this in child classes.
- Returns:
The next batch of data.