ray.rllib.algorithms.algorithm.Algorithm.save_to_object#

Algorithm.save_to_object()#

Saves the current model state to a Python object.

It also saves to disk but does not return the checkpoint path. It does not save the checkpoint to cloud storage.

Returns

Object holding checkpoint data.