浏览代码

Folded back Organizing Scene Layout page

/develop-generalizationTraining-TrainerController
Marwan Mattar 7 年前
当前提交
8d7d0510
共有 1 个文件被更改,包括 19 次插入1 次删除
  1. 20
      docs/Learning-Environment-Create-New.md

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


One additional test you can perform is to first ensure that your environment
and the Python API work as expected using the `python/Basics`
[Jupyter notebook](Background-Jupyter.md). Within `Basics`, be sure to set
`env_name` to the name of the environment file you built earlier.
`env_name` to the name of the environment file you specify when building
this environment.
## Review: Scene Layout
This section briefly reviews how to organize your scene when using
Agents in your Unity environment.
There are three kinds of game objects you need to include in your scene in order to use Unity ML-Agents:
* Academy
* Brain
* Agents
Keep in mind:
* There can only be one Academy game object in a scene.
* You can have multiple Brain game objects but they must be child of the Academy game object.
Here is an example of what your scene hierarchy should look like:
![Scene Hierarchy](images/scene-hierarchy.png)
正在加载...
取消
保存