ray.rllib.evaluation.sampler.SamplerInput.get_metrics#
- abstract SamplerInput.get_metrics() List[RolloutMetrics] [source]#
Returns list of episode metrics since the last call to this method.
The list will contain one RolloutMetrics object per completed episode.
- Returns:
List of RolloutMetrics objects, one per completed episode since the last call to this method.