浏览代码

[Documentation] Added using MLAgents to the Create new Environment page (#859)

/develop-generalizationTraining-TrainerController
Arthur Juliani 7 年前
当前提交
3c84cde2
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
      docs/Learning-Environment-Create-New.md

3
docs/Learning-Environment-Create-New.md


In such a basic scene, we don't need the Academy to initialize, reset, or otherwise control any objects in the environment so we have the simplest possible Academy implementation:
```csharp
using MLAgents;
public class RollerAcademy : Academy { }
```

```csharp
using System.Collections.Generic;
using UnityEngine;
using MLAgents;
public class RollerAgent : Agent
{

正在加载...
取消
保存