浏览代码

AddComponentMenu for DecisionRequester (#3360)

/asymm-envs
GitHub 4 年前
当前提交
18429825
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      com.unity.ml-agents/Runtime/DecisionRequester.cs

1
com.unity.ml-agents/Runtime/DecisionRequester.cs


/// A component that when attached to an Agent will automatically request decisions from it
/// at regular intervals.
/// </summary>
[AddComponentMenu("ML Agents/Decision Requester", (int)MenuGroup.Default)]
public class DecisionRequester : MonoBehaviour
{
[Range(1, 20)]

正在加载...
取消
保存