Skip to content

Commit

Permalink
Release v0.8.2 doc fixes (#2155)
Browse files Browse the repository at this point in the history
* Minor basic guide fix

* made it clear for training instruction
  • Loading branch information
shihzy authored and xiaomaogy committed Jun 21, 2019
1 parent 137e7b0 commit 655cf59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/Basic-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@ the steps described
`UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels/`.
2. Open the Unity Editor, and select the **3DBall** scene as described above.
3. Select the **3DBallLearning** Learning Brain from the Scene hierarchy.
5. Drag the `<brain_name>.nn` file from the Project window of
4. Drag the `<brain_name>.nn` file from the Project window of
the Editor to the **Model** placeholder in the **3DBallLearning**
inspector window.
6. Select Ball3DAcademy in the scene and toggle off Control, each platform's brain now regains control.
7. Press the :arrow_forward: button at the top of the Editor.
5. Select Ball3DAcademy in the scene and toggle off Control, each platform's brain now regains control.
6. Press the :arrow_forward: button at the top of the Editor.
## Next Steps
Expand Down
4 changes: 2 additions & 2 deletions docs/Learning-Environment-Create-New.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ environment.

## Training the Environment

Now you can train the Agent. To get ready for training, you must first to change
the `Brain` of the agent to be the Learning Brain `RollerBallBrain`.
Now you can train the Agent. To get ready for training, you must first drag the
`RollerBallBrain` asset to the **RollerAgent** GameObject `Brain` field to change to the learning brain.
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). Note that the
Expand Down

0 comments on commit 655cf59

Please sign in to comment.