浏览代码

Merge pull request #516 from Unity-Technologies/hotfix-docs-missing-screenshot

Replace placeholder with actual screenshot
/develop-generalizationTraining-TrainerController
GitHub 6 年前
当前提交
b85893c5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      docs/Learning-Environment-Design.md

2
docs/Learning-Environment-Design.md


To train and use ML-Agents in a Unity scene, the scene must contain a single Academy subclass along with as many Brain objects and Agent subclasses as you need. Any Brain instances in the scene must be attached to GameObjects that are children of the Academy in the Unity Scene Hierarchy. Agent instances should be attached to the GameObject representing that agent.
[Screenshot of scene hierarchy]
![Scene Hierarchy](images/scene-hierarchy.png)
You must assign a brain to every agent, but you can share brains between multiple agents. Each agent will make its own observations and act independently, but will use the same decision-making logic and, for **Internal** brains, the same trained TensorFlow model.

正在加载...
取消
保存