浏览代码

[Documentation] Clarify Create-New.md (#2100)

* Update Learning-Environment-Create-New.md

- Clarify that training is done in the original ml-agents project folder
- Remove mistype
- In the future it could help to show the user that they can copy the config folder and run training in a new project folder so they don't have to mix project settings in the original config folder

* Update Learning-Environment-Create-New.md

Add file paths
/develop-generalizationTraining-TrainerController
Jeffrey Shih 6 年前
当前提交
3ecbabc3
共有 1 个文件被更改,包括 5 次插入4 次删除
  1. 9
      docs/Learning-Environment-Create-New.md

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


Brains to the **Broadcast Hub**.
2. Select the **RollerAgent** GameObject to show its properties in the Inspector
window.
3. Drag the Brain **RollerBallBrain** from the Project window to the
3. Drag the Brain **RollerBallPlayer** from the Project window to the
RollerAgent **Brain** field.
4. Change **Decision Interval** from `1` to `10`.
5. Drag the Target GameObject from the Hierarchy window to the RollerAgent

the `Brain` of the agent to be the Learning Brain `RollerBallBrain`.
Then, select the Academy GameObject and check the `Control` checkbox for
the RollerBallBrain item in the **Broadcast Hub** list. From there, the process is
the same as described in [Training ML-Agents](Training-ML-Agents.md).
the same as described in [Training ML-Agents](Training-ML-Agents.md). Note that the
models will be created in the original ml-agents project folder, `ml-agents/models`.
The hyperparameters for training are specified in the configuration file that you ls
The hyperparameters for training are specified in the configuration file that you
in the `config/trainer_config.yaml` file (in your ml-agents folder), the
in the original `ml-agents/config/trainer_config.yaml` file, the
RollerAgent takes about 300,000 steps to train. However, you can change the
following hyperparameters to speed up training considerably (to under 20,000 steps):

正在加载...
取消
保存