ray.rllib.evaluation.sampler.SamplerInput#
- class ray.rllib.evaluation.sampler.SamplerInput[source]#
Bases:
InputReader
Reads input experiences from an existing sampler.
Methods
Called by
self.next()
to return the next batch of data.Returns list of extra batches since the last call to this method.
Returns list of episode metrics since the last call to this method.
Returns TensorFlow queue ops for reading inputs from this reader.