From fbe04a8f0f7b4a87f8e6fefddb24a148dfad350d Mon Sep 17 00:00:00 2001 From: vincentpierre Date: Thu, 13 Dec 2018 13:04:45 -0800 Subject: [PATCH] Minor typo fix --- docs/Migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Migrating.md b/docs/Migrating.md index 8d5b8bd843..0d0d7087d3 100644 --- a/docs/Migrating.md +++ b/docs/Migrating.md @@ -13,7 +13,7 @@ leveraging Unity's prefab system or look for all the agents in a scene using the search bar of the `Hierarchy` window with the word `Agent`. * We replaced the **Internal** and **External** Brain with **Learning Brain**. - When you need to train a model, you need to drag it into the `Training Hub` + When you need to train a model, you need to drag it into the `Broadcast Hub` inside the `Academy` and check the `Control` checkbox. * We removed the `Broadcast` checkbox of the Brain, to use the broadcast functionality, you need to drag the Brain into the `Broadcast Hub`.