ray.rllib.core.rl_module.rl_module.RLModule.get_state#
- RLModule.get_state(components: str | Collection[str] | None = None, *, not_components: str | Collection[str] | None = None, inference_only: bool = False, **kwargs) Dict[str, Any] [源代码]#
返回模块的状态字典。
- 参数:
inference_only – 返回的状态是否应为仅推理状态(不包括那些不需要用于动作计算的模型组件,例如价值函数或目标网络)。请注意,如果
self.config.inference_only
为 True,则将此设置为False
可能会引发错误。- 返回:
这个 RLModule 的状态字典。