ray.rllib.core.rl_module.marl_module.MultiAgentRLModule.save_state#

MultiAgentRLModule.save_state(path: Union[str, pathlib.Path]) None[source]#

Saves the weights of this MultiAgentRLModule to dir.

Parameters

path – The path to the directory to save the checkpoint to.