ray.rllib.utils.checkpoints.Checkpointable.get_ctor_args_and_kwargs#

abstract Checkpointable.get_ctor_args_and_kwargs() Tuple[Tuple, Dict[str, Any]][source]#

Returns the args/kwargs used to create self from its constructor.

Returns:

A tuple of the args (as a tuple) and kwargs (as a Dict[str, Any]) used to construct self from its class constructor.