浏览代码

Adjust wording

/tag-0.2.0
GitHub 7 年前
当前提交
128a7b78
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 5
      docs/monitor.md

5
docs/monitor.md


# Monitor
The monitoring of the environment has been changed. Here is an example of what the new monitor looks like.
You can now track many different things and not only agents. Use the Log function anywhere in your code :
The monitor allows visualizing information related to the agents or training process within a Unity scene.
You can track many different things both related and unrelated to the agents themselves. To use the Monitor, call the Log function anywhere in your code :
```csharp
Monitor.Log(key, value, displayType , target)
```

正在加载...
取消
保存