mlpy.learners.ILearner.end

ILearner.end(*args, **kwargs)[source]

End the episode.

Perform all end of episode tasks and save the state of the learner to file.

Parameters:

args : tuple

Positional arguments specific to the implementation of the learner

kwargs : dict

Non-positional arguments specific to the implementation of the learner