ray.rllib.core.learner.learner.Learner.load_state#

Learner.load_state(path: Union[str, pathlib.Path]) None[source]#

Load the state of the learner from path

Note: The learner must be constructed ahead of time before its state is loaded.

Parameters

path – The path to the directory to load the state from.