ray.rllib.algorithms.algorithm_config.AlgorithmConfig.回调函数#

AlgorithmConfig.callbacks(callbacks_class) AlgorithmConfig[源代码]#

设置回调配置。

参数:

callbacks_class – Callbacks 类,其方法将在训练和环境样本收集的各个阶段运行。更多使用信息请参见 DefaultCallbacks 类和 examples/metrics/custom_metrics_and_callbacks.py

返回:

这个更新的 AlgorithmConfig 对象。