mlpy.learners.online.rl.RLLearner.load

RLLearner.load(filename)

Load the state of the module from file.

Parameters:

filename : str

The name of the file to load from.

Notes

This is a class method, it can be accessed without instantiation.