ray.rllib.utils.checkpoints.转换_为_msgpack_检查点#
- ray.rllib.utils.checkpoints.convert_to_msgpack_checkpoint(checkpoint: str | Checkpoint, msgpack_checkpoint_dir: str) str [源代码]#
将算法检查点(基于pickle)转换为基于msgpack的检查点。
Msgpack 的优势在于它与 Python 版本无关。
- 参数:
checkpoint – 用于查找算法检查点(基于pickle)的目录。
msgpack_checkpoint_dir – 用于创建基于新 msgpack 的检查点的目录。
- 返回:
创建了 msgpack 检查点的目录。请注意,这与
msgpack_checkpoint_dir
相同。
PublicAPI (测试版): 此API目前处于测试阶段,在成为稳定版本之前可能会发生变化。