ray.rllib.offline.offline_prelearner.OfflinePreLearner.__call__#
- OfflinePreLearner.__call__(batch: Dict[str, numpy.ndarray]) Dict[str, List[SingleAgentEpisode | MultiAgentEpisode]][source]#
- Prepares plain data batches for training with - Learner’s.- Parameters:
- batch – A dictionary of numpy arrays containing either column data with - self.config.input_read_schema,- EpisodeTypedata, or- BatchTypedata.
- Returns:
- A - MultiAgentBatchthat can be passed to- Learner.updatemethods.