ray.rllib.evaluation.sampler.SamplerInput.get_data#

abstract SamplerInput.get_data() Union[SampleBatch, MultiAgentBatch][source]#

Called by self.next() to return the next batch of data.

Override this in child classes.

Returns

The next batch of data.