Does anyone know how can I do checkpointing and saving the model for algorithm-Trainer models in ray-rllib?
I know that that is available for ray.tune
, but it seems that it is not directly possible to do so for the rllib algorithms.
Does anyone know how can I do checkpointing and saving the model for algorithm-Trainer models in ray-rllib?
I know that that is available for ray.tune
, but it seems that it is not directly possible to do so for the rllib algorithms.
Copyright © 2021 Jogjafile Inc.
The trainer class has a save_checkpoint method as well as a load_checkpoint one.