浏览代码

Minor typo fix in Monitor.cs

/develop-generalizationTraining-TrainerController
Marwan Mattar 7 年前
当前提交
e99f16ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      unity-environment/Assets/ML-Agents/Scripts/Monitor.cs

2
unity-environment/Assets/ML-Agents/Scripts/Monitor.cs


/// If sidplayType is <slider>, value must be a float.
/// If sidplayType is <hist>, value must be a List or Array of floats.
/// If sidplayType is <bar>, value must be a list or Array of positive floats.
/// Note that <slider> and<hist> caps values between -1 and 1.
/// Note that <slider> and <hist> caps values between -1 and 1.
/// </summary>
/// <returns>The log.</returns>
/// <param name="key">The name of the information you wish to Log.</param>

正在加载...
取消
保存