跳至内容

schola.scripts.sb3.launch.main_from_cli

函数定义

schola.scripts.sb3.launch.main_from_cli()

用于从命令行启动 stable baselines 3 训练的主函数。

返回值

返回类型: Optional[Tuple[float, float]]

如果启用了评估,则返回奖励的平均值和标准差,否则返回 None。

另请参阅

main – 用于启动 stable baselines 3 训练的主函数

© . This site is unofficial and not affiliated with AMD.