浏览代码

Change guide to not extend two bases classes in c# (#2104)

Documentation change to Heuristic Brain
/develop-generalizationTraining-TrainerController
Ervin T 5 年前
当前提交
f77984db
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 3
      docs/Learning-Environment-Design-Heuristic-Brains.md

3
docs/Learning-Environment-Design-Heuristic-Brains.md


## Implementing the Decision interface
When creating your Decision class, extend MonoBehaviour (so you can use the
class as a Unity component) and extend the Decision interface.
```csharp
using UnityEngine;
using MLAgents;

正在加载...
取消
保存